PDA

View Full Version : cant run vb_test.php


sinner8347
Mon 17th Jul '06, 1:46am
hi guys, i downloaded vb_test.php from http://www.vbulletin.com/download.php, but theni put it into my server, under c:\inetput\wwwroot, and i call it by using http://localhost/vb_test.php, i got an the page cannot be found error messages. anyone know what is the problem, how do i test the file to know that whether my server spec is it compateable with the vbulletin forum?thanks alot

conqsoft
Mon 17th Jul '06, 2:04am
If it says page not found, then you didn't put the file in the correct location.

sinner8347
Mon 17th Jul '06, 3:36am
If it says page not found, then you didn't put the file in the correct location.

i put a html in the same directory, called test.html, and i access the page by entering http://localhost/test.html. i got the page shown, but when i put the vb_test.php, its shown page cannot be found.what the problem of it?thanks a million

Colin F
Mon 17th Jul '06, 4:25am
Make sure your server is set to correctly parse PHP files.

sinner8347
Fri 21st Jul '06, 12:10am
Make sure your server is set to correctly parse PHP files.

what does it mean?do u mind to explain more on this?thanks a million

Colin F
Fri 21st Jul '06, 4:50am
Contact your host and ask him to make sure PHP is set up correctly.

SaintDog
Fri 21st Jul '06, 2:58pm
If you are using localhost (i.e. your computer or a local server at your home), you will need to install PHP, Apache and MySQL before you will be able to view the file and test it against your PC/Server.

If you have a hosting account with a web hosting provider, then PHP, Apache and MySQL should be pre-installed and you should be able to upload the file via FTP and access it via yourdomain.com/file.php or yourIP/file.php.