Fullscreen Slider - Blank page when going to edit

dajuice's picture
dajuice
Tue, 10/20/2015 - 00:49
#1
Fullscreen Slider - Blank page when going to edit

I have the fullscreen slider included with Alpine.  When I go to the edit screen it just comes up blank.  I can go to the configure screen.  I can also add a new slider but once i save it and it goes to the edit page again i get a blank screen of death.

I tried to update the slider included with Alpine 3.0 but it does the same thing.  On chome in the console i can see its getting a 500 internal server error when it tries to load the edit page.

phuonght's picture
phuonght
Tue, 10/20/2015 - 04:43

Hi,

We checked and it works well on our site. Could you send us your site url, admin account and FTP account? We would like to fix it for you.
Please remember to check "Private message" when sending by comment form for security reason.

phuonght's picture
phuonght
Tue, 10/20/2015 - 22:29

Sorry,

We can not access by your FTP information. Could you check it again? We need FTP to find reason and fix problem.

DarrellDuane's picture
DarrellDuane
Tue, 10/20/2015 - 23:47

The issue is likely that you're using the media 2.x module instead of the specified media 1.x module.  However,  Media 1.x is no longer recommended and Media 2.x is recommended.  

If you want to edit the code to fix this issue, to be able to use the Media 2.x module, I recommend that you add the code below in bold to the inc/md_fullscreen_slider.utils.inc starting around line number 444, to support both Media 1.x and Media 2.x

  module_load_include('inc', 'media', 'includes/media.browser');
  if(function_exists('media_browser_js')) {  // media 1.x                                                                                                
     $javascript = media_browser_js();

    foreach ($javascript as $key => $definitions) {
      foreach ($definitions as $definition) {
        $function = 'drupal_add_' . $key;
        call_user_func_array($function, $definition);
      }
    }
  }
  else {  // using module media 2.x                                                                                                                      
    drupal_add_library('media', 'media_browser');
    drupal_add_library('media', 'media_browser_settings');
  }
  // Add wysiwyg-specific settings.  

cindy's picture
cindy
Wed, 10/21/2015 - 01:20

Hi,

We haave just uploaded the updated version of MD Fullscreen

Please download in your account page http://megadrupal.com/user/dajuice and confirm if it works

DarrellDuane's picture
DarrellDuane
Wed, 10/21/2015 - 01:33

Could you please also add it to my account page at http://megadrupal.com/user/darrellduane

cindy's picture
cindy
Wed, 10/21/2015 - 03:50

Hi DarrellDuanne

We upload the file already for Magnum

Please check

dajuice's picture
dajuice
Wed, 10/21/2015 - 09:42

Thanks its working now.

toddleish's picture
toddleish
Tue, 12/22/2015 - 13:37

Hello.  I have this same Error 500 issue when I try to edit any slider.  How can I get the new version of Fullscreen Slider?

cindy's picture
cindy
Tue, 12/22/2015 - 21:33

Hi Toddleish

Please check your email for the update

Log in or register to post comments
Have More Idea?

We are here to build your website!

No Universal solution fits all special business requirements. Our experienced team is ready with ideas and state-of-the-art technical solutions to consult the best solution within your budget.