admin.php timeouts before loading admin.php timeouts before loading
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

admin.php timeouts before loading

Started by gb100, October 24, 2006, 10:17:40 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

gb100

Hello guys,
Thanks for all the work you guys have put into this project, it really is amazing.

I've just started using Cpg and i'm using a new host.
I've been creating a custom theme and last night started to get an error while trying to use the configuration panel.
Admin.php either isn't available or only loads to the thumbnail section (depending on browser) so I dont get the opprtunity to save any changes or swop to my theme.

I've tried clean installs, changing permissions, renaming etc with no luck. I can't find a solution here on the boards or in other places, including the docs. I'm new to this so there maybe something i'm not understanding or have missed, apologies if that's the case.

I'm guessing that it maybe a problem with my host but i've tried lots of other files and apart from this the hosting (unless it's the database) seems fine.

Here's the URL: http://foursecondmemory.com/mmogal/index.php
There is a test/test account set-up there.

Any ideas or advise would be greatly appreciated!

Thanks,
Guy.

gb100

My service provider has had a look and they think this is an issue with cpg but have said they might be able to make changes to help.


gb100

Bless you Nibbler!  ;D
It's working a treat.


My host is Total Choice Hosting.
They seem very helpfull and offered to make changes if any were suggested, i'll let them know!

gb100

Hi,
Okay, i've informed my host of the issue and they are willing to make any changes that might help cpg users but they are not sure what to do.

Quote:

Hi,

Could you please ask the support forum of coppermine to point out exctly what change is to be made on the server so that we can help you out ? If they can point out what setting is to be altered, it would be a real help.


I've given them the link to here and sent them the specific fix and your explanation.

If there is anything you could add, or any suggestions for them to start on it may be a big help. I know this is asking alot so any ideas would be greatly appreciated.

Nibbler

I don't know the exact setting. It's not a Coppermine issue, but a limit imposed somewhere in php, apache or the OS itself. They can test using this code


<?php

$test 
'';

for (
$i=0$i 100000$i++) $test .= '.';

echo 
$test;


The output from that script on your server is only 64KB long where it should be nearly 100KB long.

gb100