There's another edit.php in the /admin subdirectory that would have to be edited for the admin side edit to work. Not sure what's expendable there... perhaps the gd/imagemagick stuff if you're not using it could be removed:
if ($settings->graphicsprog == 'imagemagick') { require $prefixit.'classes/imagemagick.php'; } else { require $prefixit.'classes/gd.php'; // default to GD since it's more common }
I'll make the comment class only load when editing comments. Won't help you with editing comments though, I suppose you'd still get the memory size error there.
I gave up in the end. The program was SSSOOO slow and really memory hungry. I found it quicker to find a new server and begin again. Whether it was the server being old or the database that was the problem I don't know, but the new one is a LOT faster and I have not had any of the old problems (just a new one - see new thread on links <G>)
0/5
1
2
3
4
5
This thread is closed, so you cannot post a reply.
Comments on Various problems
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
There's another edit.php in the /admin subdirectory that would have to be edited for the admin side edit to work. Not sure what's expendable there... perhaps the gd/imagemagick stuff if you're not using it could be removed:
I'll make the comment class only load when editing comments. Won't help you with editing comments though, I suppose you'd still get the memory size error there.
Expert
Usergroup: Customer
Joined: Aug 19, 2005
Location: England
Total Topics: 391
Total Comments: 1303
HI Paul
I gave up in the end. The program was SSSOOO slow and really memory hungry. I found it quicker to find a new server and begin again. Whether it was the server being old or the database that was the problem I don't know, but the new one is a LOT faster and I have not had any of the old problems (just a new one - see new thread on links <G>)