PDA

View Full Version : ClipShare Problems



Craigeh
28-01-2007, 11:07 AM
Okay i just uploaded clipshare to my site, and im having problems.

I changed config.php,


Warning: mysql_pconnect() [function.mysql-pconnect (http://habboxforum.com/function.mysql-pconnect)]: Access denied for user 'nobody'@'localhost' (using password: NO) in /home/jabbahos/public_html/clipshare/include/adodb/drivers/adodb-mysql.inc.php on line 227

Warning: Smarty error: unable to read resource: "head1.tpl" in /home/jabbahos/public_html/clipshare/smarty/libs/Smarty.class.php on line 1088

Warning: Smarty error: unable to read resource: "err_msg.tpl" in /home/jabbahos/public_html/clipshare/smarty/libs/Smarty.class.php on line 1088

Warning: Smarty error: unable to read resource: "search.tpl" in /home/jabbahos/public_html/clipshare/smarty/libs/Smarty.class.php on line 1088

Warning: Smarty error: unable to read resource: "index.tpl" in /home/jabbahos/public_html/clipshare/smarty/libs/Smarty.class.php on line 1088

Warning: Smarty error: unable to read resource: "right.tpl" in /home/jabbahos/public_html/clipshare/smarty/libs/Smarty.class.php on line 1088

Warning: Smarty error: unable to read resource: "footer.tpl" in /home/jabbahos/public_html/clipshare/smarty/libs/Smarty.class.php on line 1088

Craigeh
28-01-2007, 11:20 AM
Cnt edit;

Warning: mysql_pconnect() [function.mysql-pconnect (http://habboxforum.com/function.mysql-pconnect)]: Access denied for user 'nobody'@'localhost' (using password: NO) in /home/jabbahos/public_html/clipshare/include/adodb/drivers/adodb-mysql.inc.php on line 227

that appears now, and nothin else.

Mentor
28-01-2007, 11:34 AM
your db password /username or dbname is wrong. or your mysql server is dead.

Craigeh
28-01-2007, 11:37 AM
your db password /username or dbname is wrong. or your mysql server is dead.

hmm imposible.

my cpanel login is "jabbahos"

$DBTYPE = 'mysql';
$DBHOST = SConfig::get("Database", "host");
$DBUSER = SConfig::get("Database", "user_name");
$DBPASSWORD = SConfig::get("Database", "password");
$DBNAME = SConfig::get("Database", "db_name");

and this is what i putted for that;

$DBTYPE = 'mysql';
$DBHOST = SConfig::get("Database", "localhost");
$DBUSER = SConfig::get("Database", "jabbahos_tube");
$DBPASSWORD = SConfig::get("Database", "123");
$DBNAME = SConfig::get("Database", "jabbahos_tube");

will it work if i put the db on the same host just a diff account?

hmm.

Blob
28-01-2007, 11:41 AM
Is your pw right? Are the user and the database joined?

Craigeh
28-01-2007, 11:47 AM
Is your pw right? Are the user and the database joined?

yes i edited config.php and putted the right stuff down, on upload.php it comes up with:

Warning: mysql_pconnect() [function.mysql-pconnect (http://habboxforum.com/function.mysql-pconnect)]: Access denied for user 'nobody'@'localhost' (using password: NO) in /home/jabbahos/public_html/clipshare/include/adodb/drivers/adodb-mysql.inc.php on line 227

Warning: Cannot modify header information - headers already sent by (output started at /home/jabbahos/public_html/clipshare/include/adodb/drivers/adodb-mysql.inc.php:227) in /home/jabbahos/public_html/clipshare/include/function.php on line 30

too.

Want to hide these adverts? Register an account for free!