shen deshayne
- Total activity 18
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
Comments
Recent activity by shen deshayne Sort by recent activity-
Hi J, I'm on 5.3.2-1ubuntu4.9.
-
I've set it up on our dev server running and got the exact same error. I installed zend using apt-get install zend-framework and here are the results: Reading package lists... Done Building depen...
-
The Zend_Version::VERSION is 1.10.3 I'm running on ubuntu 11.04 on a local virtualmachine in VirtualBox via vagrant [http://VagrantUp.com] Here is my phpinfo http://dl.dropbox.com/u/31667552/phpi...
-
J, Here is how I updated my table to fix this issue: ALTER TABLE tevoPerformers DROP INDEX performerName; ALTER TABLE tevoPerformers ADD INDEX performerName (performerName); Maybe include i...
-
Great, thanks.
-
Great, glad to see the API evolving. Will you be sending out an email with details once it's implemented? Thanks
-
Looks nice! What'd you use to build it? Twitter Bootstrap and ?
-
Hey J, Now I'm getting issues with the events-deleted, see https://gist.github.com/047fe37be2ddc078818e See my lines 69 and 86 of events_deleted.php and line 108 of my shell output.