Thanks for the link. I put the code in the cfg file, logged in as the user and tried to update the listing. Got the hang, did it twice actually. Went to content and there is no error log. This is where I put the code;
<?php
/**
* The base MySQL settings of Osclass
*/
define('MULTISITE', 0);
/** MySQL database name for Osclass */
define('DB_NAME', 'houseo20_oscl128');
/** MySQL database username */
define('DB_USER', 'xxxxxxx_oscl128');
/** MySQL database password */
define('DB_PASSWORD', '(xxxx.580');
/** MySQL hostname */
define('DB_HOST', 'localhost');
/** Database Table prefix */
define('DB_TABLE_PREFIX', 'wu2_');
define('REL_WEB_URL', '/class/');
define('WEB_PATH', '
http://mysite.com/class/');define('OSC_DEBUG', true) ;
define('OSC_DEBUG_LOG', true) ;
?>
Thanks again