| Author |
Post |
|
|
#1 Sat Nov 03, 2007 12:32 pm
|
|
Member
Registered: Nov 2007
Posts: 16
Location: Uk
|
Hi, im new to php and the installation side of it, I followed the instructions on the Docs/Index and still nothing happened. it may be my host but iv tried a few and they all do the same, so if anyone is using a FREE host for there UseBB forums, can you please let me know what you are using. here is my problem. i am using HyperPHP.com. and when i try to acess install.php i get redirected to: http://prophp.org/blog with a message saying: YOU ARE VIEWING THE OLD WEBSITE PLEASE WAIT WHILE YOU ARE REDIRECTED then it sends me too http://swiftphp.com/hostingblog/Any thoughts? i have to go through this to get to it. htdocs/UseBB/install/install.php iv tried moving folders to make it shorter and still no luck.
|
|
|
#2 Sat Nov 03, 2007 6:13 pm
|
|
Moderator
Registered: Oct 2005
Posts: 445
Location: canada
|
You should be accessing the install script with: www.domain.com/install/install.phpunless you have usebb in a folder then it would be: www.domain.com/usebb/install/install.phpYou don't need to include the /htdocs folder in your path.
|
|
|
#3 Sat Nov 03, 2007 8:21 pm
|
|
Member
Registered: Nov 2007
Posts: 16
Location: Uk
|
im still having same problem. il show you. Host = hyperphp.com Domain = http://rj_lh_faa.hyperphp.comI tried; http://rj_lh_faa.hyperphp.com/usebb/install/install.phphttp://rj_lh_faa.hyperphp.com/install/install.phpCan i just give u a test user and pass, upload it and then show me how to do it? i cant learn things by reading i learn by example.
|
|
|
#4 Sun Nov 04, 2007 1:57 am
|
|
Moderator
Registered: Oct 2005
Posts: 445
Location: canada
|
I'm not too sure. I would suggest contacting your host. Maybe someone else has a better suggestion, but that is the only think I can think of.
|
|
|
#5 Sun Nov 04, 2007 12:05 pm
|
|
Member
Registered: Nov 2007
Posts: 16
Location: Uk
|
il pm you.
|
|
|
#6 Sun Nov 04, 2007 4:16 pm
|
|
Moderator
Registered: Oct 2005
Posts: 445
Location: canada
|
Please check your email. And also, please check your directory structure first next time.
|
|
|
#7 Sun Nov 04, 2007 4:41 pm
|
|
Member
Registered: Nov 2007
Posts: 16
Location: Uk
|
i did, i though i had it right, sorry and thanks for your help.
I get the problem...
In file sources/db_mysqli.php on line 88:
E_WARNING - mysqli_connect() [function.mysqli-connect]: (28000/1045): Access denied for user -filtered- (using password: NO)
after filling out the install form.
|
|
|
#8 Sun Nov 04, 2007 5:08 pm
|
|
Moderator
Registered: Oct 2005
Posts: 445
Location: canada
|
You didn't fill out the form correctly. Make sure you have your MySQL details correct.
|
|
|
#9 Mon Nov 05, 2007 5:16 pm
|
|
Member
Registered: Nov 2007
Posts: 16
Location: Uk
|
Tried. Failed. lol. im useless.
Also, i looked in config, and couldn;t find the run_??? to delete so i can install it again.
|
|
|
#10 Mon Nov 05, 2007 5:34 pm
|
|
Member
Registered: Nov 2007
Posts: 16
Location: Uk
|
Sorry for posting twice, i cant edit my post.
My config doesnt have the "installer_run" in it. yet i still get this message when trying to install.
"This installer has been run already. To enable it again, delete the installer_run config value from config.php."
Any help? I have also tried replacing the config.php file with the original, and yet it still gives me this message.
|
|
|
#11 Mon Nov 05, 2007 5:50 pm
|
|
Member
Registered: Nov 2007
Posts: 16
Location: Uk
|
Nvm. i got it. im guna tyr do it by myself lol But first. when it says Server host * Do i put in hyperphp.com? « Last edit by Torqued on Mon Nov 05, 2007 5:57 pm. »
|
|
|
#12 Mon Nov 05, 2007 6:05 pm
|
|
Member
Registered: Nov 2007
Posts: 16
Location: Uk
|
im sorry for posting so many things, should realy be able to edit things.. i could of had it in 1-2 posts. i get this problem In file sources/db_mysqli.php on line 88: E_NOTICE - Undefined index: http://rj_lh_faa.hyperphp.comWhat do i put here.. @mysqli_connect($config['????????'],
|
|
|
#13 Mon Nov 05, 2007 6:34 pm
|
|
Developer
Registered: Apr 2004
Posts: 2215
Location: Belgium
|
Please stay out of the source files, you're editing PHP code which you shouldn't alter and don't even understand. Everything is explained in the readme files and has been explained in this topic as well. If you don't have the right configuration values for your database, contact your host. I should also mention that these free hosts usually disable lots of PHP stuff (not talking about the ones which use their own PHP fork) so there's no guarantee UseBB still works.
|
|
|
#14 Tue Nov 06, 2007 6:09 am
|
|
Member
Registered: May 2005
Posts: 296
Location: 98671
|
I thought you use... /install/index.php
|