Styles Refreashing Problem

Dark Takua

Paragon
Joined
May 25, 2009
Messages
2,385
Reaction score
13
FP$
1,416
Hi, I need help with this:

phpBB ACP said:
Confirm

Are you sure you wish to refresh all template data in the database with the contents of the template files on the filesystem? This will overwrite all modifications which have been carried out with the template editor while the template was stored in the database.

How come it says this? When I said Yes, it changed the code back to when I changed it. I'm using phpBB version 3.0.6. I think it has to do with a MOD..I think it was Buttons Menu 1.2 or the Attributes MOD. Did anyone else get this before? Thanks in advance!
 
Are you changing the template data in the database, or are you modifying the files? o_o
 
Ugh. I'm not sure why I asked that.

Try purging the cache on the ACP index.
 
What this means is that the template data is being read from the database rather then your filesystem. That means that if you edit a template via the acp, it will change the template but only in the database and not on the file system. If you then refresh your template, all the template data in the db gets removed and copies all the data from the template files on the file system into your database. Any changes you did in the ACP in terms of template editing is now lost.
 
You don't; you have to edit them with Notepad++ or somethign similar, this is just free and easy to edit the files.
 
This will lose anything edited through the ACP. If code isn't in the main template files, you will lose it when you change from database to filesystem. If in doubt leave it how it is.


ACP ---> Styles ----> Templates ----> Details ---> Store Templates in File system
 
Your folders and files are unwritable, that's why it's better to grab them from the FTP and do it. You have to CHMOd every file to where everyone can write it
 
You would have to set it to 664, enogh for the group to write it. 🙂
 
Are you with a free host like 000webhost for example? I am having the exact same issue on my test forum on 000webhost.
 
Back
Top Bottom