View Full Version : vBulletin install question...
Les Kern
Feb 28, 2006, 06:46 AM
I purchased vBulletin and set up a new server just for it. (10.3.9)
I downloaded the newest version of MySQL, installed it carefully.
I downloaded the newest version of vBulletin and again, installed it carefully. (the correct version of vB for 10.3.9)
Below are a few of the terminal/text edit shots. Note that the db "forum_database" exists, and the permissions are set correctly.
When I come to the last step, "log into www.me.com/forums/install/install.php" it wants simply to download the install file, not access it to begin the config. (FYI: the php files are in /Library/Documents/forums/)
What the HECK am I missing?
Any help would be appreciated.
aristobrat
Feb 28, 2006, 08:22 AM
Check to see if these lines are in (and uncommented) in your Apache's httpd.conf file:
LoadModule php4_module libexec/httpd/libphp4.so
AddModule mod_php4.c
edesignuk
Feb 28, 2006, 08:28 AM
Make sure everyone has access to execute install.php, i'm not sure *exactly* how permissions should be set, but if it's downloading the file rather than running it it could be an permissions problem.
Also try putting a file called phpinfo.php in your doc root, with just this text in it.
<? phpinfo() ?>Just a quick way to ensure than PHP is up and running.
Les Kern
Feb 28, 2006, 10:38 AM
Check to see if these lines are in (and uncommented) in your Apache's httpd.conf file:
LoadModule php4_module libexec/httpd/libphp4.so
AddModule mod_php4.c
They are.
Les Kern
Feb 28, 2006, 10:44 AM
Make sure everyone has access to execute install.php, i'm not sure *exactly* how permissions should be set, but if it's downloading the file rather than running it it could be an permissions problem.
Also try putting a file called phpinfo.php in your doc root, with just this text in it.
<? phpinfo() ?>Just a quick way to ensure than PHP is up and running.
Wants to download THAT file too.
YIKES.
Moria
Feb 28, 2006, 10:56 AM
Is PHP installed on your server?
szark
Feb 28, 2006, 11:01 AM
Also make sure the following lines are also present and uncommented in the httpd.conf file:
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
...and that you've restarted Apache after making any changes. ;)
aristobrat
Feb 28, 2006, 11:24 AM
...and that you've restarted Apache after making any changes. ;)
Doah! :eek: Thanks for catching that. :)
Les Kern
Feb 28, 2006, 04:32 PM
It was a typo on my part, farther down in the config file. A BIG typo.
Thanks for ALL of your help. I appreciate it.
aristobrat
Feb 28, 2006, 06:29 PM
It's how we all learn. :)
vBulletin® v3.8.6, Copyright ©2000-2012, Jelsoft Enterprises Ltd.