Clean install of 0.750 RC2.
When I run install the first option to choose the language shows:
Warning: print_default(docs/COPYING.txt): failed to open stream: No such file or directory in
/home/xxxxxx/public_html/install/gui.php on line 540
Warning: print_default(): Failed
opening 'docs/COPYING.txt' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in
/home/xxxxxx/public_html/install/gui.php on line 540
Even tho I have chmod'd the dirs to 777; cookies enabled, etc..
Clicking next shows:
File permissions for config.php are 666 -- correct, this script can write to the file
File permissions for config-old.php are 666 -- correct, this script can write to the file
pnTemp/pnRender_compiled -- Please change permissions on this directory to 777 so this script can write to this directory
(HINT: use "chmod")
pnTemp/pnRender_cache -- Please change permissions on this directory to 777 so this script can write to this directory
(HINT: use "chmod")
pnTemp/Xanthia_compiled -- Please change permissions on this directory to 777 so this script can write to this directory
(HINT: use "chmod")
pnTemp/Xanthia_cache -- Please change permissions on this directory to 777 so this script can write to this directory
(HINT: use "chmod")
pnTemp/Xanthia_Config -- Please change permissions on this directory to 777 so this script can write to this directory
(HINT: use "chmod")
Solution?
Login
Donate to Zikula
Installation, Configuration, & Upgrades
::
Please change permissions on this directory to 777
-
-
it says what it says.. :wink:
CHMOD
../pnTemp/pnRender_compiled
../pnTemp/pnRender_cache
../pnTemp/Xanthia_compiled
../pnTemp/Xanthia_cache
../pnTemp/Xanthia_Config
to 777
..in other words make these subdirectories of pnTemp writable by the webserver..
-IR
--
http://www.invalidresponse.com -
Quote
Even tho I have chmod'd the dirs to 777; cookies enabled, etc..
As I said above, I have. -
