1.5.16 fresh install, when I use the Check Version - Full Screen it goes to a blank screen and sits there, text version works fine. Another web site running off the same server works fine.
If I check Only show potential errors (full Screen) it works
here is the file it runs for full screen
coppermine/versioncheck.php?output=screen&submit=
Any ideas?
Thanks in advance,
Probably you're running into server restrictions (time limits, memory limits, cpu limits, etc.). I doubt that we can fix anything for you, but IMO that's fine, as "Only show potential errors" works as expected.
Andre was correct, it was a memory problem
around line 33 in the php.ini file
[PHP]
memory_limit = 24M I raised this to 48M
everything works fine now
Thanks for your assistance!
have a FUNtastic day!
Please
Quote from: Joachim Müller on September 28, 2008, 12:46:26 PM
tag your answer as "solved" by clicking on the "Topic Solved" button on the bar at the left hand side at the bottom of your thread.