SOLVED: Failed to Open Dir and Smarty Errors after Install

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
Locked
badger

SOLVED: Failed to Open Dir and Smarty Errors after Install

Post by badger »

I'm doing a CMSMS 0.13 install for my brothers site.  After I got through the install, I get the following errors.

Code: Select all

Warning: opendir(/home/dowtech/public_html/pwnc/plugins): failed to open dir: No such file or directory in /home/dowtech/public_html/pwnc/lib/content.functions.php on line 672

Warning: readdir(): supplied argument is not a valid Directory resource in /home/dowtech/public_html/pwnc/lib/content.functions.php on line 673

Warning: closedir(): supplied argument is not a valid Directory resource in /home/dowtech/public_html/pwnc/lib/content.functions.php on line 717

Fatal error: Smarty error: [in template:4 line 8]: syntax error: unrecognized tag 'title' (Smarty_Compiler.class.php, line 580) in /home/dowtech/public_html/pwnc/lib/smarty/Smarty.class.php on line 1095
I've dug through the forums, and nothing I found helped.  I did set the file: content.functions.php with fix:

Code: Select all

		//use_sub_dirs doesn't work in safe mode
		if (ini_get("safe_mode") != "1")
			$this->use_sub_dirs = false;
Based on other forum posts, but it didn't seem to fix the problem.

The site is http://www.pwncafe.com/

Please help.  I've been going through the forums all night trying to find help, but it's not exactly helping.

badger
Last edited by badger on Wed Aug 09, 2006 3:35 am, edited 1 time in total.
badger

Re: Failed to Open Dir and Smarty Errors after Install

Post by badger »

I just manually created the folder plugins in the root dir, and the warnings went away.

Is this a permissions problem?  I followed all the steps on CHMOD the files to the letter...

badger
badger

Re: Failed to Open Dir and Smarty Errors after Install

Post by badger »

Loggin in as Admin works, and no errors.

Just that one fatal error on main page.
badger

Re: Failed to Open Dir and Smarty Errors after Install

Post by badger »

Looks like that last error was resolved.

For some reason my upload missed a few files.

I'm re-uploading now.

badger
Locked

Return to “[locked] Installation, Setup and Upgrade”