- Posts: 14116
- Thank you received: 1639
site shows white screen with plugin enabled.
-
Matt12
Inactive member - Topic Author
- Visitor
12 years 2 months ago #22007
by Matt12
site shows white screen with plugin enabled. was created by Matt12
Installed the plugin on my 2.5 site, after adding {photogallery}images/stories/sample{/photogallery} to an article (Front page article) all I get is a white screen in my browser.
Only way to remove the white screen is to disable the plugin or remove the photogallery code.
No error or anything just a white screen.
Any ideas?
Only way to remove the white screen is to disable the plugin or remove the photogallery code.
No error or anything just a white screen.
Any ideas?
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
12 years 2 months ago - 12 years 2 months ago #22014
by ivan.milic
Replied by ivan.milic on topic site shows white screen with plugin enabled.
Go to joomla global configuration and set error reporting to maximum, enable plugin , browse page them send us errors displayed or save page , zip it, post that .zip here.
Also send link
Also send link
Last edit: 12 years 2 months ago by ivan.milic.
Please Log in to join the conversation.
-
Matt12
Inactive member - Topic Author
- Visitor
12 years 2 months ago #22027
by Matt12
Replied by Matt12 on topic site shows white screen with plugin enabled.
Thanks for the responce.
I set to maximun and it returned this error:
Fatal error: Allowed memory size of 50331648 bytes exhausted (tried to allocate 17024 bytes) in /home/pacifier.com/r/ru/ruthamc.pacifier.com/public_html/plugins/content/photogallery/photogallery.php on line 77
I set to maximun and it returned this error:
Fatal error: Allowed memory size of 50331648 bytes exhausted (tried to allocate 17024 bytes) in /home/pacifier.com/r/ru/ruthamc.pacifier.com/public_html/plugins/content/photogallery/photogallery.php on line 77
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 2 months ago #22033
by ivan.milic
Replied by ivan.milic on topic site shows white screen with plugin enabled.
how menu images you have in that folder?
Please Log in to join the conversation.
-
Matt12
Inactive member - Topic Author
- Visitor
12 years 2 months ago #22036
by Matt12
Replied by Matt12 on topic site shows white screen with plugin enabled.
Not a lot, maybe 3
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 2 months ago #22041
by ivan.milic
Replied by ivan.milic on topic site shows white screen with plugin enabled.
Do this:
Open plugins/content/photogallery/photogallery.php
Around line 196 :
$index++;
put this after that:
if($index > 20) break;
save and test.
Report back what happened.
Open plugins/content/photogallery/photogallery.php
Around line 196 :
$index++;
put this after that:
if($index > 20) break;
save and test.
Report back what happened.
Please Log in to join the conversation.
Time to create page: 0.164 seconds