Path to Database?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Bazwald
Forum Newbie
Posts: 1
Joined: Sun May 27, 2012 11:01 am

Path to Database?

Post by Bazwald »

Hi,
I wonder if anyone can shine a light on my problem.
The site was running great, then I had a problem with settings.
I have reset settings, but unable to get the site back up?

Please see below error message from home page:

Warning: mkdir() [function.mkdir]: No such file or directory in /home/carracou/public_html/system_function_initialize.php on line 0

Warning: mkdir() [function.mkdir]: No such file or directory in /home/carracou/public_html/system_function_initialize.php on line 0

Warning: mkdir() [function.mkdir]: No such file or directory in /home/carracou/public_html/system_function_initialize.php on line 0

Warning: Cannot modify header information - headers already sent by (output started at /home/carracou/public_html/system_function_initialize.php:0) in /home/carracou/public_html/system_function_initialize.php on line 0

Warning: Smarty error: unable to read resource: "index.html" in /home/carracou/public_html/libs/Smarty.class.php on line 1095

Many Thanks,
Baz.
User avatar
social_experiment
DevNet Master
Posts: 2793
Joined: Sun Feb 15, 2009 11:08 am
Location: .za

Re: Path to Database?

Post by social_experiment »

Bazwald wrote:The site was running great, then I had a problem with settings.
I have reset settings, but unable to get the site back up?
which settings?

http://www.smarty.net/docsv2/en/troubleshooting
Have a look at example 17.3
“Don’t worry if it doesn’t work right. If everything did, you’d be out of a job.” - Mosher’s Law of Software Engineering
Post Reply