James Riley
- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Comments
Recent activity by James Riley Sort by recent activity-
anyone?
-
Is there even ANY events with tickets in the Sandbox? Can I get some kind of answer here? This is blocking my dev? Tx
-
Hum, it's a bit embarrassing but where would my Bootstrap be? :) Not familiar with the term, sorry Thanks
-
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...
-
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...
-
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...