Advertisement:

Author Topic: [solved] upgrade php 5.2 to 5.3  (Read 1613 times)

design

  • Hero Member
  • *****
  • Posts: 2619
  • Osclass 3.5 MAC/PC w/ Modern Browsers
[solved] upgrade php 5.2 to 5.3
« on: October 08, 2013, 09:57:11 pm »
well this has been fun! using GoDaddy, I am upgrading 5.2 to 5.3. issue is Zend in the php.ini file. getting a 500 error. host says that the zend should be zend guard not zend optimizer. so I need a php5.ini file.

does any of this make sense to you??  ???

ps, OSCLASS 3.2.1 works great in php5.2 on go daddy hosting, it's just I've been reading that most here are using 5.3 so I thought "what the heck" let me upgrade will the site is new....

in current php.ini
zend_extension=/usr/local/zo/ZendExtensionManager.so
zend_extension=/usr/local/zo/4_3/ZendOptimizer.so

host says needs to be
apc.enabled=0
[Zend]
zend_extension=/usr/local/Zend/lib/Guard-5.5.0/php-5.3.x/ZendGuardLoader.so

in a php5.ini file


 :o  :o
« Last Edit: October 24, 2013, 01:53:59 am by design »

xxxgoodkillaxxx

  • Newbie
  • *
  • Posts: 44
Re: upgrade php 5.2 to 5.3
« Reply #1 on: October 08, 2013, 10:49:39 pm »
I use godaddy with linux and php 5.3 and its working fine for me.  :o   ImageMagick is working fine for me too
I installed it on php 5.3 never had to make a php5.ini file

design

  • Hero Member
  • *****
  • Posts: 2619
  • Osclass 3.5 MAC/PC w/ Modern Browsers
Re: upgrade php 5.2 to 5.3
« Reply #2 on: October 21, 2013, 11:49:12 pm »
I did it! I fried out Godaddy, took tech3 to fix it.
I deleted everything, created a new database. I uploaded a new install (I have ImageMagick now), uploaded all the plugins from the backup, restored database from backup. took less then 30 minutes (file upload mostly) everything working like a charm! this is especially important because as osclass progresses I want to progress with it. hard way to test that but AWESOME outcome!!
kudos to OSCLASS team and the huge help from this forum.

I am so close to going live - I can taste it  :P