View Full Version : Only a Whaite page
RaceJunkie
06-15-2005, 09:05 PM
Install went through with no errors. When I enter the url
http://localracechat.com/index.php
There is only a white page. Will this need to be renamed to .html?
Now when I try to log into my admin Cp everytime I enter my pw it promts me again for it
tomshawk
06-15-2005, 09:26 PM
Run the install again, but only select to the template
It looks like they didn't install correctly or got corrupted.
RaceJunkie
06-15-2005, 09:26 PM
Sorry i guess i should have stated that I have done that already.:(
RaceJunkie
06-15-2005, 09:32 PM
Could someone explain this to me please I have page inthe block?
This is the variable that will be used in the URL to link to your new pages. For example, if this option is set to 'page', then a link to a new page would look like this: http://yoursite.com/index.php?page=yourpage
RaceJunkie
06-15-2005, 09:35 PM
Now open your cmps_index.php file in this folder and find:
chdir('/home/yoursite/public_html/forum');
I have
chdir('http://localracechat.com/forums');
LEAD_WEIGHT
06-15-2005, 09:38 PM
Now open your cmps_index.php file in this folder and find:
chdir('/home/yoursite/public_html/forum');
I have
chdir('http://localracechat.com/forums');
Try this until u can get correct url
chdir('/forums');
ConqSoft
06-15-2005, 09:38 PM
Try ./forums
RaceJunkie
06-15-2005, 09:43 PM
Still nothing thanks..:(
ConqSoft
06-15-2005, 09:46 PM
You really need to be using the full physical path to your forums.
RaceJunkie
06-15-2005, 09:49 PM
That would be this correct?
LEAD_WEIGHT
06-15-2005, 09:55 PM
chdir('/home/yoursite/public_html/forum');
chdir('/????/localracechat.com/public_html/forums');
Something like this but u need to know ????
RaceJunkie
06-15-2005, 09:58 PM
Here is the php info link that the readme says to creates. I do not see a
_SERVER
["PATH_TRANSLATED"]
Find that, copy that path, and paste it over what you currently have for your path in the cmps_index.php file. Re-upload your cmps_index.php file.
LEAD_WEIGHT
06-15-2005, 10:01 PM
chdir('/home/yoursite/public_html/forum');
chdir('/????/localracechat.com/public_html/forums');
Something like this but u need to know ????
Another thing I like to ask is where did u upload the cmps.index.php file?
Is it in your public_html/cmps_index.php or did u place it in public_html/forums/cmps_index.php
U could change the file name to public_html/index.php and change the chdir('/home/yoursite/public_html/forum'); to
chdir('/forums');
If u need to find the correct path read the readme_vba_cmps and scroll to the section that says Frequently Asked Questions
and do that trick with the file. The 'home' is your database I guess??
RaceJunkie
06-15-2005, 10:11 PM
Its in the root dir.?
What is public_html ?
LEAD_WEIGHT
06-15-2005, 10:12 PM
Its in the root dir.?
What is public_html ?
That is your root dir. it says that when u go to File Manager
RaceJunkie
06-15-2005, 10:12 PM
Wht do yo all mean by public_html ?
LEAD_WEIGHT
06-15-2005, 10:14 PM
Wht do yo all mean by public_html ?
Do u have Admincp or Control Panel if so then goto File Manager
RaceJunkie
06-15-2005, 10:15 PM
That is your root dir. it says that when u go to File Manager
localracechat.com > forums
This being my root > This being my Sub Folder where Vb is
This is what is in my control panel
LEAD_WEIGHT
06-15-2005, 10:21 PM
Did u try what I have posted before?
http://www.vbadvanced.com/forum/showpost.php?p=50318&postcount=13
RaceJunkie
06-15-2005, 10:29 PM
The manuel is not really hitting on much..
LEAD_WEIGHT
06-15-2005, 10:40 PM
The manuel is not really hitting on much..
Not the Manule but what I siad to edit so it could work? I think it was post #13 :)
RaceJunkie
06-15-2005, 10:59 PM
Thanks everyone I need some sleep..
LEAD_WEIGHT
06-15-2005, 11:12 PM
Thanks everyone I need some sleep..
One more thing if it did not work ask for help in members area and see if the forum guys could see the problem ;)
http://www.vbadvanced.com/membersarea.php?
Brian
06-16-2005, 09:19 AM
http://www.vbadvanced.com/forum/showthread.php?t=1343
ProperMethodz
06-16-2005, 11:27 AM
http://www.vbadvanced.com/forum/showthread.php?t=1343
Oh man... I swear I was going to suggest this!!!
LEAD_WEIGHT
06-16-2005, 01:54 PM
http://www.vbadvanced.com/forum/showthread.php?t=1343
He did that last night & removed the url
http://www.vbadvanced.com/forum/showpost.php?p=50317&postcount=12
vBulletin® v3.8.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.