Welcome, Guest. Please Login or Register.
August 29, 2025, 12:33:51 PM
Home Help Search Log in Register
News: SMF is the next generation in forum software, almost completely re-written from the ground up, make sure you don't fall for cheap imitations that suffer from feature bloat!

YaBB SE Community  |  English User Help  |  English Help  |  Can't find directory « previous next »
Pages: [1] Reply Ignore Print
Author Topic: Can't find directory  (Read 384 times)
BubbaDudley420
Noobie
*
Posts: 8


I'm a llama!

Can't find directory
« on: April 17, 2002, 12:54:41 AM »
Reply with quote

I get the message:
Directory /yabbse does not exist yet, please create it first
It is there and I did cmod 777
I also tryed moving the install file to a different directory
Please Help
Logged
alexrolko
Guest
Re:Can't find directory
« Reply #1 on: April 17, 2002, 04:11:06 AM »
Reply with quote

if the installer and the .ya file is in the yabbse dir

just put a . (period) for the path.
Logged
BubbaDudley420
Noobie
*
Posts: 8


I'm a llama!

Re:Can't find directory
« Reply #2 on: April 17, 2002, 04:39:25 AM »
Reply with quote

thanks but now i have a new problem
It gives me this at step 3:
Warning: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) in install.php on line 204

Warning: MySQL Connection Failed: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) in install.php on line 204
Cannot connect to database server with given data
« Last Edit: April 17, 2002, 04:55:30 AM by BubbaDudley420 » Logged
alexrolko
Guest
Re:Can't find directory
« Reply #3 on: April 17, 2002, 05:02:04 AM »
Reply with quote

are you using the correct information your host gave you on connecting to mySQL?
Logged
BubbaDudley420
Noobie
*
Posts: 8


I'm a llama!

Re:Can't find directory
« Reply #4 on: April 17, 2002, 05:21:56 AM »
Reply with quote

Yeah but im not too sure what too put for:
MySQL Database name and MySQL Database prefix
i did run the phpinfo.php file if that info is can be used
« Last Edit: April 17, 2002, 05:28:57 AM by BubbaDudley420 » Logged
mediman
Support Team
YaBB God
*****
Posts: 2858


WWW
Re:Can't find directory
« Reply #5 on: April 17, 2002, 05:38:00 AM »
Reply with quote

no phpinfo() has nothing to do with that!

in $db_name = ""; put the name of your db, if you have no existing db create any db i.e. "yabbsedb"!
in  $db_prefix = ""; you put anything like "yabbse_" the prefix change your tables in db form messages to i.e. yabbse_messages, so you have the possibilty to use your db also for other scripts without any probs, or a second board on same db!
Logged

mainComm Dev Team
BubbaDudley420
Noobie
*
Posts: 8


I'm a llama!

Re:Can't find directory
« Reply #6 on: April 17, 2002, 06:05:45 AM »
Reply with quote

Still gives me the same error
Coudl it be a wrong username and password
Logged
mediman
Support Team
YaBB God
*****
Posts: 2858


WWW
Re:Can't find directory
« Reply #7 on: April 17, 2002, 06:10:08 AM »
Reply with quote

i don´t think so, maybe you have to use a url instead of localhost...

check your connection with a script.. so you know wheres the prob..

Logged

mainComm Dev Team
mediman
Support Team
YaBB God
*****
Posts: 2858


WWW
Re:Can't find directory
« Reply #8 on: April 17, 2002, 06:18:41 AM »
Reply with quote

<?php$DBName = "";$DBUser = "";$DBPass = "";$DBHost = "";$prefix = "";$testconnect = @mysql_connect ( $DBHost, $DBUser, $DBPass )or die ( "1.<font color=red> Server not found (<font color=blue>$DBHost</font> Password/Username are not correkt, or there is no server!</font><br><br>" );print ( "1.<font color=green> Server succesfully connected!</font><br><br>" );$testdb = @mysql_select_db ( $DBName )or die ( "2.<font color=red> Database not found (is the DBName <font color=blue>$DBName</font> correct? (Was a DB with this name created?)</font><br><br>" );print ( "2.<font color=green> Database <font color=blue>$DBName</font> was found and connected succesfully!</font><br><br>" );$testtabl = @mysql_query ("select * from {$prefix}members")or die ( "3.<font color=red> Prefix <font color=blue>$prefix</font> is not correct or the tables was created with wrong/without prefix or was not created!</font><br><br>" );print ( "3.<font color=green> Prefix <font color=blue>$prefix</font> is correkt and tables was created!</font><br>" );mysql_close ( $testconnect );?>
Logged

mainComm Dev Team
BubbaDudley420
Noobie
*
Posts: 8


I'm a llama!

Re:Can't find directory
« Reply #9 on: April 17, 2002, 06:30:01 AM »
Reply with quote

uhhh How?
Logged
mediman
Support Team
YaBB God
*****
Posts: 2858


WWW
Re:Can't find directory
« Reply #10 on: April 17, 2002, 07:38:00 AM »
Reply with quote

put this code in your notepad and dont forget  to fill out

$DBName = "";
$DBUser = "";
$DBPass = "";
$DBHost = "";
$prefix = "";

then save it as test.php (textfile) and upload it to your server. then call the test.php and tell me the result!


« Last Edit: April 18, 2002, 02:26:03 AM by mediman » Logged

mainComm Dev Team
BubbaDudley420
Noobie
*
Posts: 8


I'm a llama!

Re:Can't find directory
« Reply #11 on: April 18, 2002, 12:09:25 AM »
Reply with quote

i inserted my user name and password etc and this is what i showed me
1. Server not found (localhost Password/Username are not correkt, or there is no server!
Logged
mediman
Support Team
YaBB God
*****
Posts: 2858


WWW
Re:Can't find directory
« Reply #12 on: April 18, 2002, 01:51:01 AM »
Reply with quote

so now we now it´s not the prefix or dbname, at the moment you havew no access to the dbserver!

whats you isp? maybe you have to put an ip or an url instead of localhost, or you have to create a db first (in a panel or something like that..)

can you give me the url to your isp?

medi
Logged

mainComm Dev Team
BubbaDudley420
Noobie
*
Posts: 8


I'm a llama!

Re:Can't find directory
« Reply #13 on: April 18, 2002, 01:54:34 AM »
Reply with quote

You mean my isp? or host?
My host is www.netfirms.com
if thats not what you want my isp is juno www.juno.com
Logged
mediman
Support Team
YaBB God
*****
Posts: 2858


WWW
Re:Can't find directory
« Reply #14 on: April 18, 2002, 02:20:55 AM »
Reply with quote

your host is www.netfirms.com?

http://www.netfirms.com/supportSearch?BROWSE=general

QuoteDo you support Databases?
Unfortunately, we do not support databases at this time. However, we do plan on offering this service in the future. Please check back on our site for future updates.

Logged

mainComm Dev Team
Pages: [1] Reply Ignore Print 
YaBB SE Community  |  English User Help  |  English Help  |  Can't find directory « previous - next »
 


Powered by MySQL Powered by PHP YaBB SE Community | Powered by YaBB SE
© 2001-2003, YaBB SE Dev Team. All Rights Reserved.
SMF 2.1.4 © 2023, Simple Machines
Valid XHTML 1.0! Valid CSS

Page created in 0.013 seconds with 16 queries.