Easy PHP Calendar - We really take care of your dates!


Go Back   Easy PHP Calendar > General Discussion > General Support

General Support Questions about using the Easy PHP Calendar. (Not installation or customizations)

Closed Thread
 
Thread Tools Search this Thread Display Modes

GoDaddy and Zend Optimizer
Old 07-08-2010, 01:13 PM   #1
tonynoriega
Calendar User
 
tonynoriega is offline
Join Date: Jun 2007
Posts: 44
Default GoDaddy and Zend Optimizer

Hey all... so i saw the thread just below me about goDaddy hosting and all of a sudden the website isnt functioning...

same deal here... but i have some indepth info that im not sure about...

So, obvioulsy just today the site errored out, and i get the error:

Zend Optimizer not installed

This file was encoded by the Zend Encoder / Zend SafeGuard Suite
In order to run it, please install the freely available Zend Optimizer, version 2.1.0 or later.
What is the Zend Optimizer?

The Zend Optimizer is one of the most popular PHP plugins for performance-improvement, and has been freely available since the early days of PHP 4. It improves performance by taking PHP's intermediate code through multiple Optimization Passes, which replace inefficient code patterns with efficient code blocks. The replacement code blocks perform exactly the same operations as the original code, only faster.
In addition to performance-improvement, the Zend Optimizer also enables PHP to transparently load files encoded by the Zend Encoder or Zend SafeGuard Suite.
The Zend Optimizer is a freely-available product from Zend Technologies. Zend Technologies is the company that develops the scripting engine of PHP, also known as the Zend Engine.


So i opened up my PHP.ini file on the server and saw this:

Code:
[Zend]
zend_optimizer.optimization_level=15
zend_extension_manager.optimizer=/usr/local/Zend/lib/Optimizer-2.5.7
zend_extension_manager.optimizer_ts=/usr/local/Zend/lib/Optimizer_TS-2.5.7
zend_extension=/usr/local/Zend/lib/ZendExtensionManager.so
zend_extension_ts=/usr/local/Zend/lib/ZendExtensionManager_TS.so
then i got into the PHP portion of the CGI Admin of the web host and see this right off the bat...


This program makes use of the Zend Scripting Language Engine:
Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies with Zend Extension Manager v1.0.6, Copyright (c) 2003-2004, by Zend Technologies

Zend Memory manager: Enabled

***THAT IS ALL UNDER THE PHP4 AREA IN CGI ADMIN***

In the PHP5 area of the CGI Admin, i see this:

This program makes use of the Zend Scripting Language Engine:
Zend Engine v2.2.0, Copyright (c) 1998-2008 Zend Technologies

Zend Extension 220060519
Zend Memory Manager: Enabled
Zend Extension: 220060519

What do i need to tell GoDaddy support when i submit the ticket...
obviously i dont have access to the /usr/ directories or anything that deep into the file structure...

any help is greatly appreciated.
 

Old 07-08-2010, 01:54 PM   #2
Brian
EPC Developer
 
Brian's Avatar
 
Brian is offline
Join Date: Jun 2001
Location: Florida, USA
Posts: 10,878
Default

Tell them that Zend Optimizer was working and they did something to break it and you would like it working again.
__________________
-- Brian

Questions?

Instructions: Version 6 - Version 7 | FAQ | Errors FAQ | Paths FAQ | Forums | Support
| Web Site Hosting
 

Old 07-08-2010, 03:18 PM   #3
tonynoriega
Calendar User
 
tonynoriega is offline
Join Date: Jun 2007
Posts: 44
Default

Quote:
Originally Posted by Brian View Post
Tell them that Zend Optimizer was working and they did something to break it and you would like it working again.
AHahah...roger that..

Its so hard though when i get someone one the phone who wants to go step by step...who can only read off of a que card...

ill give it a shot...
 

Old 07-08-2010, 03:21 PM   #4
tonynoriega
Calendar User
 
tonynoriega is offline
Join Date: Jun 2007
Posts: 44
Default

Ok, they said to modify the PHP.ini file to this:
Code:
 
 
[Zend]
zend_optimizer.optimization_level=15
zend_extension_manager.optimizer=/usr/local/Zend/lib/Optimizer-3.3.3
zend_extension_manager.optimizer_ts=/usr/local/Zend/lib/Optimizer_TS-3.3.3
zend_extension=/usr/local/Zend/lib/Optimizer-3.3.3/ZendExtensionManager.so
zend_extension_ts=/usr/local/Zend/lib/Optimizer_TS-3.3.3/ZendExtensionManager_TS.so
We'll see.
 

Old 07-08-2010, 03:31 PM   #5
jlyon1515
Calendar User
 
jlyon1515 is offline
Join Date: Jul 2010
Posts: 1
Default

Quote:
Originally Posted by tonynoriega View Post
Ok, they said to modify the PHP.ini file to this:
Code:
 
 
[Zend]
zend_optimizer.optimization_level=15
zend_extension_manager.optimizer=/usr/local/Zend/lib/Optimizer-3.3.3
zend_extension_manager.optimizer_ts=/usr/local/Zend/lib/Optimizer_TS-3.3.3
zend_extension=/usr/local/Zend/lib/Optimizer-3.3.3/ZendExtensionManager.so
zend_extension_ts=/usr/local/Zend/lib/Optimizer_TS-3.3.3/ZendExtensionManager_TS.so
We'll see.
Hey tonynoriega, I just replied to your post over on the Zend forums saying that I had the same problem.

I've been on the phone twice today with GoDaddy, and both times the support wasn't helpful.

I just copied your above code into an empty php.ini file, and it worked! My site is now back up and running! Thanks you so much!
 

Old 07-09-2010, 10:00 PM   #6
tracknut
Calendar User
 
tracknut is offline
Join Date: Jan 2007
Posts: 6
Default

GoDaddy was pretty helpful for me, they were right on it - maybe I called after the rest of you woke them up

By the way, I had to put the php.ini file (same contents) not only in the top directory, but also in the /calendar/events directory (so the admin too works), as well as the /calendar/functions directory (so the pop-ups work). Seems maybe it needs to be in every directory where calendar code is executed from.

Dave
 
Closed Thread

Tags
godaddy, php, zend

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Cant get GoDaddy linux server to recognize Zend gotsnow General Support 1 06-11-2010 07:55 AM
Godaddy and installing issues issues issues sterling Installation / Upgrade Questions 1 07-09-2009 07:17 AM
Godaddy - zend optimizer not detected jtpage Installation / Upgrade Questions 4 01-15-2009 03:14 PM
Zend Optimizer Not Installed judah Installation / Upgrade Questions 1 08-30-2008 08:28 PM
ionCube Loader Problem ajmueller Installation / Upgrade Questions 9 07-26-2008 06:00 PM



All times are GMT -4. The time now is 02:27 AM.


vBulletin skins developed by: eXtremepixels
Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Copyright 2009 NashTech, Inc.

| Home | Register | Today's Posts | Search | New Posts |