Page 1 of 1

SOLVED: Failed to Open Dir and Smarty Errors after Install

Posted: Wed Aug 09, 2006 2:43 am
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

Re: Failed to Open Dir and Smarty Errors after Install

Posted: Wed Aug 09, 2006 2:49 am
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

Re: Failed to Open Dir and Smarty Errors after Install

Posted: Wed Aug 09, 2006 2:53 am
by badger
Loggin in as Admin works, and no errors.

Just that one fatal error on main page.

Re: Failed to Open Dir and Smarty Errors after Install

Posted: Wed Aug 09, 2006 3:34 am
by badger
Looks like that last error was resolved.

For some reason my upload missed a few files.

I'm re-uploading now.

badger