PDA

View Full Version : Not able to Install 3.7.0 please help



roja1
Mon 17th Dec '07, 4:50pm
HI.

Its not working at all for me.

I am trying to install as a test forum and have edited db, db user and password and when i am browsing http://www.example.com/forums/install/install.php its giving me error 404 .

Is there any thing special that need to do ?

thanks

Steve Machol
Mon 17th Dec '07, 4:53pm
That almost always means there is no install.php file there.

roja1
Mon 17th Dec '07, 4:56pm
Hi.

I have uploaded all the files at my server and now i checked and install.php is available there in install folder.

Thanks

roja1
Mon 17th Dec '07, 5:08pm
upsssssss

sorry guys i mean 3.7.0 .

i made mistake so please put back in vb 3.7.0 section.

Thanks

Wayne Luke
Mon 17th Dec '07, 5:17pm
A 404 error still means the webserver cannot read the file. All files must be uploaded within your web root directory. This is usually called www, public_html or httpdocs.

roja1
Mon 17th Dec '07, 5:28pm
Hi.

I dont know why its not working for me , i have uploaded all the files . here is the install.php "/public_html/Tset/install/install.php"
and know even i uploaded all files again but same error .

Is there any thing wrong with install.php ? should i download vb 3.7.0 again from member area?

Please help

Thanks

Wayne Luke
Mon 17th Dec '07, 6:02pm
What is the complete URL?

da420
Mon 17th Dec '07, 6:04pm
I dont know why its not working for me , i have uploaded all the files . here is the install.php "/public_html/Tset/install/install.php"
and know even i uploaded all files again but same error .


You should probably double check your URL's. If the above quoted is the case it will need to be http://www.example.com/Tset/install/install.php . Not http://www.example.com/forums/install/install.php as you indicated in the original post.

dkon26
Mon 17th Dec '07, 6:07pm
What is the complete URL?

Hi Wayne, its a seperate issue but its also a 404 error I received. I posted it in the bug reports. I worked it out but its also a strange 404. Just wanted to post it here so you know there are other 404 errors that seem to be database oriented.

roja1
Mon 17th Dec '07, 6:09pm
HI.

Here is my complete url (http://www.odfmovies.com/Test/install/install.php)

so you can see error by your self

dkon26
Mon 17th Dec '07, 6:11pm
HI.

Here is my complete url (http://www.odfmovies.com/Test/install/install.php)

so you can see error by your self

You have it spelled wrong! It works here: http://www.odfmovies.com/Tset/install/install.php

roja1
Mon 17th Dec '07, 6:15pm
ohhhhhhh
helllllllllllllllllllllllllll.

i am so stupid.

i am really sorry guys for dissturbing you all.
its work ,

Thanks dkon

roja1
Mon 17th Dec '07, 6:17pm
Getting database error , what dose it mean ??


Database error in vBulletin :

Invalid SQL:

CREATE TABLE access (
userid INT UNSIGNED NOT NULL DEFAULT '0',
forumid SMALLINT UNSIGNED NOT NULL DEFAULT '0',
accessmask SMALLINT UNSIGNED NOT NULL DEFAULT '0',
PRIMARY KEY userid (userid, forumid)
);

MySQL Error : Table 'access' already exists
Error Number : 1050
Date : Monday, December 17th 2007 @ 05:16:03 PM
Script : http://www.odfmovies.com/Tset/install/install.php?step=3
Referrer : http://www.odfmovies.com/Tset/install/install.php?step=2
IP Address : xyz
Username :
Classname : vb_database

dkon26
Mon 17th Dec '07, 6:19pm
looks like the table already exists.

roja1
Mon 17th Dec '07, 6:22pm
how can i fix ? please .

thanks

Wayne Luke
Mon 17th Dec '07, 6:22pm
If you are upgrading you need to run upgrade.php not install.php. If there is other stuff in your database already then you will need to set a prefix in your config.php file so there are no conflicting tables.

dkon26
Mon 17th Dec '07, 6:23pm
I assume this is a new database? just clear the db and start over.

roja1
Mon 17th Dec '07, 6:24pm
Hi.
No i am not upgrading .
i am installing as test forum so its new installation. and i just created new database

Thakns

dkon26
Mon 17th Dec '07, 6:25pm
As long as your SURE its a new database, just clear the database and reinstall. make sure your not using an existing database!

roja1
Mon 17th Dec '07, 6:26pm
well i just created new database and database user , if any thing wrong than i am gonna creat another database and reinstall it.

thanks

dkon26
Mon 17th Dec '07, 6:29pm
That error means you already have data in that database. Did you accidentally disrupt the first install and attempt it again?

roja1
Mon 17th Dec '07, 6:47pm
hell.

its wont allow me to install vb , this time it syas .
You have already installed vBulletin; do you wish to upgrade?

but i am installing it in new Test foldr.

Wayne Luke
Mon 17th Dec '07, 6:48pm
Doesn't matter what folder it is in. It is connecting to a database that already has data in it. This is completely separate from the files. To have a new installation, you need to create a completely new database as well.

EvilAkuma
Mon 17th Dec '07, 6:50pm
EDIT: Didn't knew it was a 2page.

roja1
Mon 17th Dec '07, 6:53pm
i have created new database but its at my same hosting plane and at same server so is this a problem that i cant install it ?
should i need to install at another server ?

Because its always said that i already have install vb do you wish to upgrade.



Thanks

Reeve of Shinra
Mon 17th Dec '07, 6:58pm
You need to edit the config.php file and change the database name, database user and database password to reflect the new one you created for testing purposes.

http://www.odfmovies.com/Tset/includes/config.php

roja1
Mon 17th Dec '07, 7:08pm
hell.

now new error.


Attempting to attach to database
Error description: mysql_connect() [function.mysql-connect (http://www.odfmovies.com/Tset/install/function.mysql-connect)]: Access denied for user 'odfmovie_funn'@'localhost' (using password: YES) /home/odfmovie/public_html/Tset/includes/class_core.php on line 278
The database has failed to connect because you do not have permission to connect to the server. Please confirm the values entered in the 'includes/config.php' file.

Steve Machol
Mon 17th Dec '07, 7:14pm
The most likely cause of this error is that the info in your config.php file is wrong or your db user does not have full permissions to this database. Please read this for all the known causes of this error:

http://www.vbulletin.com/forum/showthread.php?t=194542

Zoro
Mon 17th Dec '07, 9:07pm
This is wearing me out. :) just reading it.

dodgeboard.com
Mon 17th Dec '07, 9:20pm
LOL!!!

but it's sooo much fun!

I remember when I was at this stage.... :D not too long ago!

Now, I'm doing installs, mods and coding for other vb owners....

Swollen_Cranium
Mon 17th Dec '07, 10:21pm
Just want to offer a quick "GREAT JOB" to the VB team, I've installed 3.7 beta 2 with ZERO problems, and zero bad joo joo codes coming back at me.

You all may go back to your regularly scheduled "it don't werk" talk !!

Floris
Tue 18th Dec '07, 6:48am
Thank you for the kind feedback.