Posts: 9
Threads: 3
Joined: Nov 2013
I try to integrate with oxy classifieds but not thing is shown? Please help me?
Posts: 2,905
Threads: 59
Joined: Jun 2010
Have
you completed
the interview?
Posts: 9
Threads: 3
Joined: Nov 2013
I edit connect.php and deactive db error messages. After this, Erorr messages I received :
Notice: Undefined variable: cmtx_mysql_host in /var/www/vhosts/xxx.com/httpdocs/comments/includes/db/connect.php on line 45
Notice: Undefined variable: cmtx_mysql_username in /var/www/vhosts/xxx.com/httpdocs/comments/includes/db/connect.php on line 45
Notice: Undefined variable: cmtx_mysql_password in /var/www/vhosts/xxx.com/httpdocs/comments/includes/db/connect.php on line 45
Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'UNKNOWN_USER'@'localhost' (using password: NO) in /var/www/vhosts/xxx.com/httpdocs/comments/includes/db/connect.php on line 45
Notice: Undefined variable: cmtx_mysql_database in /var/www/vhosts/xxx.com/httpdocs/comments/includes/db/connect.php on line 57
Posts: 9
Threads: 3
Joined: Nov 2013
I clean connect.php and only write $cmtx_db_ok = true; now it is ok and it is working because main script and commentics use same db. Is it a problem for commentics cleaning connect.php??