Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I have a custom made slideshow module which worked perfectly on 5.7 but since I upgraded to 5.8 it doesn't work.
The problem appears to be that drupal_add_js and drupal_add_css don't seem to work at all. The content (text and images) is still being displayed but the JS that manipulates the content isn't being loaded.
While upgrading my personal website from Drupal 6.2 to Drupal 6.3 I hit the 16MB memory barrier. My ISP does not allow more memory for PHP hence I'm a bit stuck now. The error I see when I try to run update.php is:
Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 453 bytes) in /customers/shutterfreak.net/shutterfreak.net/httpd.www/includes/database.mysql-common.inc on line 35
Is there a way for me to perform the required update statements in smaller steps?
I upgraded my drupal site from 6.2 to 6.3, and ran update.php and got no errors. But when I tried to access admin (after login as admin), it lags and displays the server not responding error. I can access the site fine, and content loads as fast as before, but I can't access admin. Any ideas?
I guess you could call me "intermediate" as far as experience with the front page module goes.
I was looking for something that could tweak the regular menu in zen_classic to eventually be more "graphical".
(i.e. rollover a shape instead of a button).
I knew I probably wanted to tweak the front page code. I popped in the front page module, cut and pasted the source from
my current front page and set the default front page to "front_page".