Results 1 to 6 of 6
  1. #1
    Join Date
    Jan 2007
    Posts
    36
    Tokens
    0

    Default ClipShare Problems

    Okay i just uploaded clipshare to my site, and im having problems.

    I changed config.php,


    Warning: mysql_pconnect() [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

  2. #2
    Join Date
    Jan 2007
    Posts
    36
    Tokens
    0

    Default

    Cnt edit;

    Warning: mysql_pconnect() [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.

  3. #3
    Join Date
    Aug 2004
    Location
    UK
    Posts
    11,283
    Tokens
    2,031

    Latest Awards:

    Default

    your db password /username or dbname is wrong. or your mysql server is dead.

  4. #4
    Join Date
    Jan 2007
    Posts
    36
    Tokens
    0

    Default

    Quote Originally Posted by 01101101entor View Post
    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.

  5. #5
    Join Date
    Dec 2006
    Location
    Swindon
    Posts
    3,299
    Tokens
    215
    Habbo
    dunko

    Latest Awards:

    Default

    Is your pw right? Are the user and the database joined?

  6. #6
    Join Date
    Jan 2007
    Posts
    36
    Tokens
    0

    Default

    Quote Originally Posted by Snail View Post
    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]: 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.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •