My Error Message

We encountered a problem. The reason reported was

Script: /xxxxxxxxxx/scripts/showprofile.inc.php
Line#: 138
SQL Error: Table 'xxxxxxxxxx.ubbt_ONLINE' doesn't exist
SQL Error #: 1146
Query: SELECT count( t1.USER_ID ) FROM ubbt_ONLINE AS t1, ubbt_USER_PROFILE AS t2 WHERE t1.USER_ID = t2.USER_ID AND t1.USER_ID = 3

Please click back to return to the previous page.

Find in /scripts/showprofile.inc.php

PHP Code
 $query = "
		SELECT count( t1.USER_ID )
		FROM ubbt_ONLINE AS t1, ubbt_USER_PROFILE AS t2
		WHERE t1.USER_ID = t2.USER_ID
		AND t1.USER_ID = ?
		$extraquery
	"; 

and replaces

PHP Code
 $query = "
		SELECT count( t1.USER_ID )
		FROM {$config['TABLE_PREFIX']}ONLINE AS t1, {$config['TABLE_PREFIX']}USER_PROFILE AS t2
		WHERE t1.USER_ID = t2.USER_ID
		AND t1.USER_ID = ?
		$extraquery
	"; 

Finishedly wink


Gruss Micky

Sorry for my bad English whistle

Golf Diesel Forum