View Single Post
Old 02-05-2011   #1
kendrad
Junior Member
 
Join Date: Feb 2011
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
kendrad is on a distinguished road
Default Exception error on clicking search other profiles

when I clicked on the link for search other profiles/albums, I got an exception error for the page...

error text listed below:
Code:
Exception
Description

User not found.
Source File

/www/pimpandhost.com_dev/htdocs/protected/functions.php(59)

00047:                         }
00048:                         $offset = $where2 + 1;
00049:                 }
00050:         }
00051:     }
00052: 
00053:     return $frames > 1;
00054: }
00055: 
00056: 
00057: function e($message = '...'){
00058:     d($message);
00059: throw new Exception($message);
00060: }
00061: 
00062: function __exec($cmd, $log_file = null) {
00063:   l($cmd, $log_file);
00064:   exec($cmd, $output);
00065:   l($output, $log_file);
00066:   return $output;
00067: }
00068: 
00069: function __interval($str, &$counter = 0) {
00070:   global $time_start;
00071:   $result  = "\n";

Stack Trace

#0 /www/pimpandhost.com_dev/htdocs/protected/controllers/SiteController.php(193): e('User not found.')
#1 /www/yii-read-only_svn/framework/web/actions/CInlineAction.php(32): SiteController->actionProfile()
#2 /www/yii-read-only_svn/framework/web/CController.php(300): CInlineAction->run()
#3 /www/yii-read-only_svn/framework/web/filters/CFilterChain.php(129): CController->runAction(Object(CInlineAction))
#4 /www/yii-read-only_svn/framework/web/filters/CFilter.php(41): CFilterChain->run()
#5 /www/yii-read-only_svn/framework/web/CController.php(993): CFilter->filter(Object(CFilterChain))
#6 /www/yii-read-only_svn/framework/web/filters/CInlineFilter.php(59): CController->filterAccessControl(Object(CFilterChain))
#7 /www/yii-read-only_svn/framework/web/filters/CFilterChain.php(126): CInlineFilter->filter(Object(CFilterChain))
#8 /www/yii-read-only_svn/framework/web/CController.php(283): CFilterChain->run()
#9 /www/yii-read-only_svn/framework/web/CController.php(257): CController->runActionWithFilters(Object(CInlineAction), Array)
#10 /www/yii-read-only_svn/framework/web/CWebApplication.php(320): CController->run('profile')
#11 /www/yii-read-only_svn/framework/web/CWebApplication.php(120): CWebApplication->runController('site/profile/us...')
#12 /www/yii-read-only_svn/framework/base/CApplication.php(135): CWebApplication->processRequest()
#13 /www/pimpandhost.com_dev/htdocs/index.php(16): CApplication->run()
kendrad is offline   Reply With Quote