Quote:
Originally Posted by domaino
Thanks Rein, but problem unresolved.
Here is everything I have done that may I feel have caused a problem:
vbWiki was installed inside the forum directory e.g. forum/vbWiki/vbWiki_Init.php - is this correct?
I moved localsettings.php to the parent directory (as requested) but then I crossed back over my steps and found this wasn't the problem.
I have changed my paths again and again, they must be correct. Currently it is set as: /public_html/forum/vbWiki/vbWiki_Init.php - I have even tried directing the path straight to the root e.g. home/domaino/public_html/vbWiki/vbWiki_Init.php and still no luck
Thanks,
Gareth
|
That should be /home/domaino/public_html/forum/vbWiki/vbWiki_Init.php you need the "/" in front of home and it seems your vbWiki folder is in your forum folder (And yes this is the correct location of vbWiki). You also don't need the php blocks so it should just be :
Code:
require_once "/home/domaino/public_html/forum/vbWiki/vbWiki_Init.php";