THT Community

Full Version: getting error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(../../../.svn/wc.db) is not within the allowed path(s): (/home/hostmein:/usr/lib/php:/usr/local/lib/php:/tmp) in /home/hostmein/public_html/includes/class_main.php on line 462

Getting this error after installing sucessfully by softaculus
plzzz help
open_basedir is nasty...

In class_main.php find $searchDepth = 3; and replace it with $searchDepth = 2;
This has been fixed in r306.