This is the community forum. For a developer response use the Client Area.
Follow us on Facebook, Twitter and YouTube!

Integration with oxy classifieds?
#1

I try to integrate with oxy classifieds but not thing is shown? Please help me?
Reply
#2

Please give some details of the steps you have taken to integrate. For example post the integration code that you added, and post where you added it.

If nothing is showing then it may be that there is a PHP error somewhere. Add this just above the integration code:

PHP Code:
<?php 
error_reporting
(-1); //show every possible error
ini_set('display_errors', 1); //display errors
ini_set('log_errors', 0); //don't log errors

For example:

PHP Code:
<?php
error_reporting
(-1); //show every possible error
ini_set('display_errors', 1); //display errors
ini_set('log_errors', 0); //don't log errors

$cmtx_identifier = '1';
$cmtx_reference = 'Page One';
$cmtx_path = 'comments/';
define('IN_COMMENTICS', true); //no need to edit this line
require $cmtx_path . 'includes/commentics.php'; //no need to edit this line
?>

Have you completed the interview?
Reply
#3

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
Reply
#4

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??
Reply


Possibly Related Threads…
Thread / Author Replies Views Last Post
Last Post by Ben
24-Aug-2023, 02:16 AM
Last Post by nsuomine
20-Jan-2023, 08:32 AM
Last Post by Steven
23-Jan-2019, 02:07 PM
Last Post by news
18-Dec-2017, 09:15 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)