4images Forum & Community
4images Modifications / Modifikationen => Templates & Styles (Requests & Discussions) => Topic started by: sekshi on December 06, 2005, 10:53:19 AM
-
Hi! In the admin control panel under the templates area - I am not able to edit my templates from there. When i load the template page that I want, then edit it and I press "save changes", none of the changes I made were saved. Why is this? I even CHMOD the files I wanted to edit to 777 so it was read/write/AND excuteable. Can anyone help me? It's really irritating having to edit in notepad and continaully FTP upload it.
-
Lets trace the problem. in admin/templates.php below
require('admin_global.php');
insert:error_reporting(E_ALL);
Then search for all @ signs and remove them.
See what happens.
-
HAve the same Problem... )o:
When i enable error reporting i became:
Notice: Undefined variable: content in /srv/www/htdocs/web/html/admin/templates.php on line 132
-
HAve the same Problem... )o:
When i enable error reporting i became:
Notice: Undefined variable: content in /srv/www/htdocs/web/html/admin/templates.php on line 132
Acidgod,
Try this , http://www.4homepages.de/forum/index.php?topic=9780.0
-
Cool, it works... *g*
-
I have no recollection of that topic...:lol: yet, I'll post a bug fix.
-
thank you! works fine now! :)