Bug tracker

This ticket has been moved to our new tracker. Open Ticket PHPBB3-1437 now.

Edit Template file error (fix completed in vcs)

Actual CVS from 7.Aug. 2006

tried to edit template files via acp - styles - templates - edit.

select the "overall_footer.html" and edit a line.
save your changes.

I received an info, that the template file was not writable ( this is correct CHMOD 644 on all html files ) and all changes saved to database.

Try now to edit another template file.

The "Editor" shows now a dropdown field, first selection is:

"subSilver/template/"

All selections down are file types *.html.html ( like overall_footer.html.html )

You are not able to open another template file now.

Comments / History

Posted by Dr.Death (QA Team) on Aug 7th 2006, 09:38

AddOn:
If i use
ACP - Styles - Template - Details
switching back to "filesystem" all changes are deleted ( as expected ) but now i would able to edit the files again....

Posted by naderman (Development Team Leader) on Aug 12th 2006, 01:27

CHMOD 644 will most likely not work, since that means your user account has write/read access and group, other have read only. The account under which your webserver runs will probably be in the group or maybe you even have to use other, so 664 or 666 are more likely to allow you direct file editing.

Anyway, I'm going to commit a fix for the .html.html problem.

Linked ticket with changeset: r6266

Action performed by naderman (Development Team Leader) on Aug 12th 2006, 01:58

Ticket details

Related SVN changesets