|
Title: Zend Error Upon Upload Post by: tooley on August 10, 2008, 02:17:08 PM I'm getting the following error when trying to upload the com_jreviews_2.0.4.15rc3_zend_v3.3-php5_j1.0.x (running Joomla 1.5)
************************************ Warning: ftp_login() [function.ftp-login]: You will be disconnected after 15 minutes of inactivity. in /home/buster/public_html/administrator/components/com_jreviews/install.jreviews.php on line 76 Warning: ftp_chdir() [function.ftp-chdir]: You will be disconnected after 15 minutes of inactivity. in /home/buster/public_html/administrator/components/com_jreviews/install.jreviews.php on line 78 Warning: ftp_rename() [function.ftp-rename]: You will be disconnected after 15 minutes of inactivity. in /home/buster/public_html/administrator/components/com_jreviews/install.jreviews.php on line 80 Warning: ftp_rename() [function.ftp-rename]: You will be disconnected after 15 minutes of inactivity. in /home/buster/public_html/administrator/components/com_jreviews/install.jreviews.php on line 91 Fatal error: Incompatible file format: The encoded file has format major ID 3, whereas the Optimizer expects 1; The encoded file was probably encoded by the Zend Guard for PHP 5 (zendenc5), and therefore cannot be run on PHP 4 in /home/buster/public_html/components/com_jreviews/jreviews/admin_controllers/my_controller.php on line 0 ************************************ I checked my system info and this is what I have: This program makes use of the Zend Scripting Language Engine: Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies with eAccelerator v0.9.5.2, Copyright (c) 2004-2006 eAccelerator, by eAccelerator with Zend Extension Manager v1.2.2, Copyright (c) 2003-2007, by Zend Technologies with Zend Optimizer v3.3.3, Copyright (c) 1998-2007, by Zend Technologies Please advise. Title: Re: Zend Error Upon Upload Post by: Alejandro on August 10, 2008, 02:48:12 PM It seems you are running php4 and the Zend version only runs in php5 with Zend Optimizer v3.3+. Also you should try disabling the ftp layer in Joomla's 1.5 global settings.
Title: Re: Zend Error Upon Upload Post by: tooley on August 10, 2008, 04:16:37 PM How can I manually intall this? I tried using your support page on how to manually install, but it's not very clear - especially for 1.5. Please advise.
Title: Re: Zend Error Upon Upload Post by: Alejandro on August 10, 2008, 04:39:41 PM Did you try disabling ftp in the Joomla global settings and install after that?
Title: Re: Zend Error Upon Upload Post by: tooley on August 10, 2008, 05:36:08 PM Yes, I tried that. Still getting the following error:
Fatal error: Incompatible file format: The encoded file has format major ID 3, whereas the Optimizer expects 1; The encoded file was probably encoded by the Zend Guard for PHP 5 (zendenc5), and therefore cannot be run on PHP 4 in /home/buster/public_html/components/com_jreviews/jreviews/admin_controllers/my_controller.php on line 0 I also tried to manually intall ioncube and it didn't work. Title: Re: Zend Error Upon Upload Post by: tooley on August 10, 2008, 07:08:03 PM Any ideas?
Title: Re: Zend Error Upon Upload Post by: Alejandro on August 10, 2008, 07:15:12 PM Then the installation worked fine this time. The message is telling you that jReviews will not run in php4 when using Zend encoding. Are you running php4?
Title: Re: Zend Error Upon Upload Post by: tooley on August 10, 2008, 07:18:19 PM Strange, the Joomla info panel says I'm running 4.4.8, and this for Zend:
This program makes use of the Zend Scripting Language Engine: Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies with eAccelerator v0.9.5.2, Copyright (c) 2004-2006 eAccelerator, by eAccelerator with Zend Extension Manager v1.2.2, Copyright (c) 2003-2007, by Zend Technologies with Zend Optimizer v3.3.3, Copyright (c) 1998-2007, by Zend Technologies Cpanel, however, says I'm running php 5. Does this mean I just won't be able to use this application unless I upgrade to php 5? Title: Re: Zend Error Upon Upload Post by: Alejandro on August 10, 2008, 07:56:01 PM You can try getting the ionCube loaders running for php4, but for Zend you need php5.
Title: Re: Zend Error Upon Upload Post by: tooley on August 10, 2008, 09:32:19 PM I'll try to get php5 running. I'll let you know what happens. thx.
Title: Re: Zend Error Upon Upload Post by: tooley on August 13, 2008, 12:38:34 AM Alejandro,
I got it working. I do have another issue however (2 actually) First, the bullets are showing double-bullets in the directory Second, The layout is pushing my right menu (module) to flow down past the bottom of the directory. You can see both by looking at this link:http://www.dallasbaby.com/index.php?option=com_jreviews&Itemid=77 Please advise. thx. Jim Title: Re: Zend Error Upon Upload Post by: Alejandro on August 13, 2008, 08:17:22 AM For the bullets, it is your template adding the wrong bullet in the middle of the description. You'll need to edit the Joomla template css .li class to get rid of the background image or make other changes. You can see this is the case if you edit the jReviews directory css and remove the bullet like this:
div.jr_dirview .dirSection ul li { margin: 0 0 0 0; padding: .1em 0 .1em 0; list-style:none; /* changed this from circle to none */ font-size:.9em; } I don't see the second problem you describe in FF or IE.
Powered by SMF 1.1.7 |
SMF © 2006-2008, Simple Machines LLC
Joomla Bridge by JoomlaHacks.com |