- Moderated by:
- Support
-
- rank:
-
Freshman
- registered:
- June 2004
- Status:
- offline
- last visit:
- 27.07.04
- Posts:
- 35
Hi I got PN installed and in the settings page The extra-lite theme is the only theme I can select. When I look in the web page folder under Themes there are 6 othere that came with PostNuke-0.750-RC3. How can I activate these other themes?
Also when I click Xanthia icon under setting I get error:
"Fatal error: Smarty error: the $compile_dir '/pnRender_compiled' does not exist, or is not a directory. in D:\inetpub\fwh\includes\classes\Smarty\Smarty.class.php on line 1102
PHP Fatal error: Smarty error: the $compile_dir '/pnRender_compiled' does not exist, or is not a directory. in D:\inetpub\fwh\includes\classes\Smarty\Smarty.class.php on line 1102 "
Thanks for your help!!! -
- rank:
-
Professional
- registered:
- September 2003
- Status:
- offline
- last visit:
- 21.10.07
- Posts:
- 2423
it means the folder "pnRender_compiled" is not in the pnTemp folder.. at the base of your pnInstall.. like:
httpdocs/pnTemp/pnRender_compiled
make sure those folders exist and that they are readable by the webserver.. pnRender_compiled needs to be writable as well as the Xanthia folders and the pnRender cache folder..
-IR
--
http://www.invalidresponse.com -
- rank:
-
Freshman
- registered:
- June 2004
- Status:
- offline
- last visit:
- 27.07.04
- Posts:
- 35
OK I checked PNtemp and all the folders in it and they all have permissions of 777. Xanthia compiled,cXanthia cache, and Xanthia config are all in pntemp folder along with pnrender cache and pnrender compiled.There is also and adodb folder and 3 files which are .htaccess, index.html, and pntemp.xml -
- rank:
-
Professional
- registered:
- September 2003
- Status:
- offline
- last visit:
- 21.10.07
- Posts:
- 2423
..a line should have been added to your config.php as well.. something like:
$pnconfig['temp'] = 'pnTemp';
..make sure that line is in your config as well..
thanks.
-IR
--
http://www.invalidresponse.com -
- rank:
-
Freshman
- registered:
- June 2004
- Status:
- offline
- last visit:
- 27.07.04
- Posts:
- 35
Ok that line wasnt there and I added it under all the other Ipconfig lines and I got a differant error, which might be more in the right direction?
Warning: Smarty error: problem writing temporary file 'pnTemp/pnRender_compiled\40d7b1879da58' in D:\inetpub\fwh\includes\classes\Smarty\Smarty.class.php on line 1102
Thanks for you help!!! -
- rank:
-
Freshman
- registered:
- June 2004
- Status:
- offline
- last visit:
- 27.07.04
- Posts:
- 35
OK I deleted the 2 files index.html and readme that were in the pnRender_compiled folder, and still no change. When I goto settings there is only one theme(extra-lite theme)and when I click Xanthia I still get warning:
Warning: Smarty error: problem writing temporary file 'pnTemp/pnRender_compiled\40d8166aa0e2d' in D:\inetpub\fwh\includes\classes\Smarty\Smarty.class.php on line 1102 -
- rank:
-
Professional
- registered:
- September 2003
- Status:
- offline
- last visit:
- 21.10.07
- Posts:
- 2423
-
- rank:
-
Software Foundation
- registered:
- December 1969
- Status:
- offline
- last visit:
- 15.11.08
- Posts:
- 4481
Quote
Warning: Smarty error: problem writing temporary file 'pnTemp/pnRender_compiled\40d7b1879da58'
simply means that the webserver cannot write into /pnTemp/pnRender_compiled - as mhalbrook already mentioned check this folder for correct chmod (777) and everything should be fine. additional check in administration-modules if both pnRender and Xanthia are initialized and activated
--
regards from germany
..::[Zikula Application Framework]::.. ..::[SEO-Blog]::.. ..::[CMS Sicherheit]::.. -
- rank:
-
Freshman
- registered:
- June 2004
- Status:
- offline
- last visit:
- 27.07.04
- Posts:
- 35
Every file in my webserver is chmod 777, I wouldnt mind giving you ftp access to my web server. If it would be easir you you to fix it. I can always change passwords after this is resolved. Let me know...
