PDA

View Full Version : Problems with MySQL under Windows 2000 Server


Isaacj
Sat 25th May '02, 10:13pm
Hello, yesterday my Windows 2000 Server crash, so i loose all my data :-(.

I have a copy of all files under directory: "c:\mysql\data\forocristiano" (forocristiano) is the name of the database.

I have reinstalled the webserver, the php interpreter and MySql. I move the database files saved into: "c:\mysql\data\forocristiano"...

Now appears the correct page in http://www.forocristiano.com, the php pages loads and access de database, but when i try to access http://www.forocristiano.com/admin and i enter my username and password, doesnt happends nothing.

I´m desesperate, please help me.

(Sorry for my english, is horrible :-)).

Thanks!.

--
Isaacj

Steve Machol
Sun 26th May '02, 12:19am
Please follow the instructions in my sig to register for support on these forums. Thanks!

Isaacj
Sun 26th May '02, 10:19am
Originally posted by smachol
Please follow the instructions in my sig to register for support on these forums. Thanks!

DONE!!! :D

Thanks.

--
Isaacj

Steve Machol
Sun 26th May '02, 12:14pm
Thanks! Do you have a phpinfo.php file? If not create a text file with this content:

<?php
phpinfo();
?>Upload it to your forum directory and post the URL here.

Isaacj
Sun 26th May '02, 12:24pm
Dear smachol, thanks for your time :)

You can access the file at: http://www.forocristiano.com/phpinfo.php

Thanks again.

--
Isaacj

Steve Machol
Sun 26th May '02, 12:37pm
The problem is that register_globals is off. Currently this needs to be on for vB to work. (This will no longer be the case when vB 2.2.6 is released - hopefully tomorrow.)

If you don't want to wait for 2.2.6, you'll need to modify php.ini to set register_globals on:

register_globals = On

If you are on a shared server, you'll need to ask your host to do this. Take a look at this announcement for further info and some other files fixes:

http://www.vbulletin.com/forum/showthread.php?s=&threadid=44820

Isaacj
Sun 26th May '02, 12:44pm
THANK YOU VERY MUCH!!!

The problem is solved. THAAAAAAAAAAANKS.
:) :) :) :)

--
Isaacj

Steve Machol
Sun 26th May '02, 12:48pm
No problem! :)