GrimFinger
03-10-2006, 11:04 AM
I am new to vBadvanced. The installation well smoothly for me, except for one part. That part was, "How do I get the forum path statement correct in order to get the cmps_index.php page to display properly.
It took a multitude of tries, but I finally got it. While my solution may not help everyone, I post it here, in the hope that it might prove helpful to someone out there that runs into problems.
When I loaded the forumpath.php file into my web browser, after uploading forumpath.php via FTP to our website, the following is what it yielded:
C:\\Inetpub\\kingdomsofarcania.com\\wwwKOA\\for_forum_store\
However, when I tried copying and pasting that into the cmps_index.php file, it still didn't work. What did work, though, was the following:
/Inetpub/kingdomsofarcania.com/wwwKOA/for_forum_store/
So, the whole line in the cmps.index.php file, in question, read the following, for our particular website:
$forumpath = '/Inetpub/kingdomsofarcania.com/wwwKOA/for_forum_store/';
I hope that this proves helpful to some others out there.
It took a multitude of tries, but I finally got it. While my solution may not help everyone, I post it here, in the hope that it might prove helpful to someone out there that runs into problems.
When I loaded the forumpath.php file into my web browser, after uploading forumpath.php via FTP to our website, the following is what it yielded:
C:\\Inetpub\\kingdomsofarcania.com\\wwwKOA\\for_forum_store\
However, when I tried copying and pasting that into the cmps_index.php file, it still didn't work. What did work, though, was the following:
/Inetpub/kingdomsofarcania.com/wwwKOA/for_forum_store/
So, the whole line in the cmps.index.php file, in question, read the following, for our particular website:
$forumpath = '/Inetpub/kingdomsofarcania.com/wwwKOA/for_forum_store/';
I hope that this proves helpful to some others out there.