THT Community

Full Version: i got a problem help me :(
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
everything was working fine with the script but now it not working right i have deleted everything from the server and i tried to do a fresh install and not it not letting me this is what i keep getting

Code:
http://free.hosting-wizard.co.cc/install/?pretty;board=free;topic=install.0

but it just stays on the page saying

/////////////////THT ERROR
Error: THT isn't Installed!
What to do: Please run the install script @ here
/////////////////

and when i hit it again it shows this here

Code:
http://free.hosting-wizard.co.cc/install/install

Not Found

The requested URL /install/install was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.


so if someone could help thanks Big Grin


*EDIT*

THT Version: 1.1.2
Browser (including version): FireFox 3.5.2
Your Operating System: window vista sp1
Server's Operating System: centOS 5.2
Apache Version: dont know it off hand have to log into root and get it haha
Control Panel Type: Cpanel/WHM
Control Panel Version: 11
Error: Above This
Problem: Above This
Have you already installed TheHostingTool? Does you install directory exist? And in the first url you posted, why is there some extra stuff at the end?
Code:
?pretty;board=free;topic=install.0
Can you follow the Quik Paste guidelines please.
Seems like a server side issue to me.
yeah but it was working fine then all of a sudden it just stopped woring and every time i tried to access it

it was just bring up my smf forums i was using for the p2h plans


*EDIT*

that Quik Pasted added to first post
Did you actually install it?
Can you go in includes/conf.inc.php and where it says:
PHP Code:
$sql['install'] = false
Change that to:
PHP Code:
$sql['install'] = true
that should fix it.
(08-19-2009, 01:54 AM)Kevin M Wrote: [ -> ]Did you actually install it?

i had it installed then it started doing this so i deleted all the servers off the server and deleted the database not it not letting me install it back. it is doing all that i stated in the first post

(08-19-2009, 04:38 AM)Jonny Wrote: [ -> ]Can you go in includes/conf.inc.php and where it says:
PHP Code:
$sql['install'] = false
Change that to:
PHP Code:
$sql['install'] = true

my config file is empty b/c i deleted all the files and then re-uploaded them to see if that fixed it
okay, you need to create a new database and install like you never had it installed before.
Well there's your problem, you need to make a new database install it and edit the config file so it goes to your old one.
Pages: 1 2