Finally getting around to configuring the webgui and having some odd issues 
that look like bad PHP calls in the underlying queries.   Anyone seen this 
before?  Looks like the array argument isn't an array?  Not a PHP expert.

"Error: SQLSTATE[42000]: Syntax error or access violation: 1064 You have
 an error in your SQL syntax; check the manual that corresponds to your 
MySQL server version for the right syntax to use near 'FROM ACCT_STAT 
GROUP BY owner' at line 1

Volume
Count
List
"

/var/log/httpd/error_log shows:

[Wed Aug 05 14:29:35 2015] [error] [client 131.187.115.2] PHP Warning:  Invalid 
argument supplied for foreach() in 
/var/www/html/robinhood/app/model/MenuManager.class.php on line 39
[Wed Aug 05 14:29:35 2015] [error] [client 131.187.115.2] PHP Warning:  Invalid 
argument supplied for foreach() in 
/var/www/html/robinhood/app/model/DatabaseRequest.class.php on line 189
[Wed Aug 05 14:29:35 2015] [error] [client 131.187.115.2] PHP Warning:  Invalid 
argument supplied for foreach() in 
/var/www/html/robinhood/app/model/UserManager.class.php on line 40
[Wed Aug 05 14:29:35 2015] [error] [client 131.187.115.2] PHP Fatal error:  
Uncaught exception 'ezcGraphInvalidDataException' with message 'You provided 
unusable data: 'Pie charts require a value sum > 0, your value: '0'.'.' in 
/var/www/html/robinhood/ezcomponents/Graph/src/charts/pie.php:113\nStack 
trace:\n#0 /var/www/html/robinhood/ezcomponents/Graph/src/charts/pie.php(260): 
ezcGraphPieChart->renderData(Object(ezcGraphRenderer3d), 
Object(ezcGraphBoundings))\n#1 
/var/www/html/robinhood/ezcomponents/Graph/src/charts/pie.php(278): 
ezcGraphPieChart->renderElements(532, 195)\n#2 
/var/www/html/robinhood/app/modules/user/views/volume.php(33): 
ezcGraphPieChart->render(532, 195, 'app/img/graph/u...')\n#3 
/var/www/html/robinhood/app/modules/user/views/main.php(15): 
include('/var/www/html/r...')\n#4 
/var/www/html/robinhood/lib/Page.class.php(49): 
require('/var/www/html/r...')\n#5 
/var/www/html/robinhood/lib/Response.class.php(15): Page->generatePage()\n#6 
/var/www/html/robinhood/lib/Applic
 ation.class.php(33): Response->send()\n#7 
/var/www/html/robinhood/index.php(12): Application->run()\n#8 {main}\n  in 
/var/www/html/robinhood/ezcomponents/Graph/src/charts/pie.php on line 113


RH is 2.5.5-2 on RHEL 6.6 with MySQL 5.1.73-3.  php 5.3.3   

Ed Wahl
OSC


------------------------------------------------------------------------------
_______________________________________________
robinhood-support mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/robinhood-support

Reply via email to