
James Riley
- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Activity overview
Latest activity by James Riley-
James Riley commented,
Small note. I had the add a line to make this work $locale = Zend_Locale::findLocale($locale); $lang = "en_US"; $locale = new Zend_Locale($lang); Zend_Registry::set('Zend_Locale',$l...
-
James Riley commented,
Hi, Thanks for the update, but for some reason it still wouldn't work. Wherever I would put Zend_Locale::setDefault('en_US'); it just didn't do anything. So I did a bit of research and found ano...
-
James Riley commented,
Thanks for the quick reply. I<ve put Zend_Locale::setDefault('en_US'); without require_once('Zend/Locale.php'); and I get Fatal error: Class 'Zend_Locale' not found in /home/qualityp/public_htm...
-
James Riley commented,
Hum, it's a bit embarrassing but where would my Bootstrap be? :) Not familiar with the term, sorry Thanks
-
James Riley created a post,
Zend_Currency_Exception trying to read data from listTicketGroups
Hi, calling listTicketGroups I get the proper data returned but when I try to parse with a foreach loop I get the following error: Uncaught exception 'Zend_Currency_Exception' with message 'No ...
-
James Riley commented,
Is there even ANY events with tickets in the Sandbox? Can I get some kind of answer here? This is blocking my dev? Tx
-
James Riley commented,
anyone?
-
James Riley created a post,
SANDBOX Events with tickets
AnsweredOriginally from ticket #3479. Hi, I'm having trouble finding events with tickets to show in the sandbow, either that or I'm not using the right codes: Here is my code ############ $config = ne...