![]() |
|
impossible to modify .php files via editing the theme - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: impossible to modify .php files via editing the theme (/thread-7583.html) |
impossible to modify .php files via editing the theme - Rousset - 2010-09-06 Hello, I can't modify header.php nor any .php files via the edit command. I got the message: Warning: Cannot modify header information - headers already sent by (output started at /home/rousset/public_html/zenphoto/zp-core/admin-functions.php:78) in /home/rousset/public_html/zenphoto/zp-core/admin-functions.php on line 3466 Plus, I can't modify the gallery description in options>gallery (justify text and so on). All is locked. If it's a chmod issue, I don't know what to do. They are 755, and my host doesn't allow relaxed permissions. He says that the way they setup permissions, 755 works like 777. Hard to believe...But maybe it's not that? Thank you! impossible to modify .php files via editing the theme - acrylian - 2010-09-06 None of the official themes have a header.php file. You really should provide at least the basic info (see the forum rules for example). Of course I know by now that you have issues with zpFocus. So I really suggest to put that into the topic headline so its developer might be able to spot your questions. Anyway, the header warning you get has nothing to do with any header.php file but with the internal header info sent with every pages. This is a php issue as you probably added something where you shouldn't (what I don't know as I don't know htis theme.). impossible to modify .php files via editing the theme - Rousset - 2010-09-06 Thank you for your answer. impossible to modify .php files via editing the theme - acrylian - 2010-09-06 Ok, zpGallerific is also a 3rd party theme I am not familiar with. It is heavily Javascript powered which might override TinyMCe settings. Its developer will know. Regarding the Cross site request forgery: That is not related to file/folder permissions. If you are not on 1.3.1.2 you should upgrade as the 1.3.1.x releases are also bugfix releases to that security enhancment. impossible to modify .php files via editing the theme - Rousset - 2010-09-07 Thanks, I will upgrade to the 1.3.1.2 |