Gallery module , WSOD on installation
| Project: | Gallery |
| Version: | 6.x-1.0 |
| Component: | Installation / Configuration |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
On installation of the gallery module.. I get a WSOD ..
php memoy limit : ok
gallery locations: ok
drupal modules/gallery2 plugins: ok
clean url: ok
initial url sync: error (not a prob) .. i click on skip sync ..
and after that its ..WSOD.. all the pages end up WSOD.
I click back , back on the browser, disable the module and the site works fine..I tried uninstalling the module and enabling it back ..it works fine until the last step of install
See below i copy pasted the last few lines from the error log ..
I checked the php file and max execution time is 60 secs....;
I get this on my error log
[Tue Sep 29 18:21:50 2009] [error] [client 127.0.0.1] PHP Fatal error: Maximum execution time of 30 seconds exceeded in C:\\Program Files\\Drupal 6 Stack\\apps\\drupal\\htdocs\\includes\\database.mysql.inc on line 108, referer: http://localhost/drupal/admin/settings/gallery/install
[Tue Sep 29 18:28:49 2009] [error] [client 127.0.0.1] PHP Fatal error: Maximum execution time of 30 seconds exceeded in C:\\Program Files\\Drupal 6 Stack\\apps\\drupal\\htdocs\\includes\\database.mysql.inc on line 108, referer: http://localhost/drupal/admin/build/modules/list
[Tue Sep 29 18:41:28 2009] [error] [client 127.0.0.1] PHP Fatal error: Maximum execution time of 30 seconds exceeded in C:\\Program Files\\Drupal 6 Stack\\apps\\drupal\\htdocs\\includes\\database.mysql.inc on line 108, referer: http://localhost/drupal/admin/settings/gallery/install
[Tue Sep 29 18:53:02 2009] [error] [client 127.0.0.1] PHP Fatal error: Maximum execution time of 30 seconds exceeded in C:\\Program Files\\Drupal 6 Stack\\apps\\drupal\\htdocs\\includes\\database.mysql.inc on line 108, referer: http://localhost/drupal/admin/settings/gallery/install

#1
#2
Are you sure you are checking the correct php.ini file. What does phpinfo say?
#3
yes the php.ini (configuration file) in the php folder .. is there any other php config file like in the drupal folder..
i checked the phpinfo file ..there are two, one is in the phpmyadmin folder which dosent say much.. and the other one is in \gallery2\lib\support
I have attached my php.ini file and the phpinfo from the gallery2 folder..
IF you could help me out would be great , its been hours i am trying to get out of this thing and im lost seeing all the config files ...
Do you think there is an error in this file database.mysql.inc ..how do i see line 108 ...
I am new to this.. i did see the file but couldnt extract any problem from it ..i have attached that file as well
#4
Go to http://yoursite.com/gallery2/lib/support enter your password then click PHP Info and look for Configuration File (php.ini) path. I think for some reason the php.ini file windows uses in the either the windows folder or windows\system32 folder. Also while your there look for the max_execution_time. My host has it set to 120.
#5
checked .. max execution time is 120 both for public value and master value :(
I am going to delete the module completely , unzip a new one and do it all over again for the last time..
If someone else can get me a solution , would be great ..or probably an alternative will do as well.
#6
What server are you using? IIS or Apache.
#7
Apache ... its strange i have changed the execution time now to 300 secs but it still gives error of maximum time exceeded of 30 secs .. do you think something is overriding the settings ?, or is there a different setting somewhere ?
Also is drupal compatible with gallery 2,3 ? i am using gallery 2.3
#8
Yes I do think something is overriding the settings. I'm not sure what it is though. I bet if you figure that out it will be fixed. And to answer your question yes drupal 6 is compatible with 2.3. Maybe try and post in the Drupal forums or the G2 forums and ask about the max execution time. Those places get more traffic then this projects issue queue does.
#9
is it possible to post this topic directly in main forums, like redirect it ...
#10
No but you can put a link to it in your forum post though.
#11
hey do you know an alternative to this Gallery module ?
I have an image module installed and in there is image gallery ? is it the same like the gallery module?
Do you know Piclens module ? is it the same ? If i dont get a solution have to find an alternativE..
thanks for all your help
#12
I don't know too much about the image module or the piclens module. I think that image module is on the way out though. Drupal 7 is suppose to have image support so if you can't get G2 to work I would go the CCK, File Field, ImageField route.
#13
ok i think i am gonna end up doing that ...i have tried everything ..
i think only a clean install of the two would work out but i am not going to go that way :P
#14
hey just one question , my friend has emailed me a copy his drupal database (.sql) (the website he is working on), can i use just the .sql to install drupal (run the site) or i need his complete drupal folder.
How can i install it on my desktop on localhost without interrupting my setup..
Do i go multisite and use his database ?