manually create/manage new themes [message #17904] |
Sat, 24 April 2004 06:47 |
lahoo
Messages: 62 Registered: April 2004
Karma:
|
Member |
|
|
The server I use for my forum sometimes assigns wrong ownership to directories created by actions taken in the admin control panel (and the installation PHP script).
I just tried to create a theme to play with in my learning process but got
Warning: fopen(): SAFE MODE Restriction in effect. The script whose uid is <I will not dislose this> is not allowed to access <FUD WWWRoot>/theme/testtema owned by uid <I will not dislose this> in <FUD data root>/include/compiler.inc on line 367
Warning: fopen(<FUD WWWRoot>/theme/testtema/actions.php): failed to open stream: The file or directory cannot be found in <FUD data root>/include/compiler.inc on line 367
Couldn't write to <FUD WWWRoot>/theme/testtema/actions.php
The problem is that directories are created by httpd:httpd and not by <myuser>:<mygroup>.
Is there a way around that problem, i.e. something you can change in the code creating the files and directories?
An alternative way is if you tell me if and how I can create the themes manually. Which folders should be duplicated, in which manner and what else needs to be done?
Please, please help.
|
|
|