PDA

View Full Version : Tester doesn't recognize zend/ioncube correctly


Raqefet A. Yedidia
12-10-2007, 11:27 AM
Hi,
I am trying to install the calendar. the tester failed at Zend and pass ionCube, saying i have to install the loader myself.

i installed the ionCube version for 4.xPHP of the calendar using autoinstall, so i believe no corrupted files there and installed files from ioncube site, according to your directions.

but still when try to setup/index.php i got the message:
Warning: php_uname() has been disabled for security reasons in ////scheherezade.co.il/public_html/calendar/setup/index.php on line 2
The file ////scheherezade.co.il/public_html/calendar/setup/index.php has been encoded with the ionCube PHP Encoder (http://www.ioncube.com/) and requires the free ioncube_loader__4.4.so ionCube PHP Loader (http://www.ioncube.com/loaders.php) to be installed.

SO I called my host and the funny thing is:

they said to me that the server have Zend (v3.2.8), but not ionCube...
http://www.easyphpcalendar.com/forums/images/icons/icon7.gif

they promise to install also ionCube, but i wonder why your tester didn't recognize Zend.

the host support person ponder about the path in the server your tester is looking in...

what should i do? do i have to try the Zend version?

tnx in advance

Brian
12-10-2007, 12:11 PM
The Zend version is preferred. You should install and use that version.

I don't know why the tester script wouldn't see Zend Optimizer as installed. I would be interested in seeing your phpinfo() file if you would open a support ticket.

Raqefet A. Yedidia
12-10-2007, 02:50 PM
hi Brian,
i install Zend version of your product, dispite tester results..., and it is working. didn't configured the mySQL DB yet, but the setup is working smoothly (as far as i can tell).

so i guess only problem is with the tester...

tnx

Brian
12-10-2007, 02:58 PM
I'm glad it's working for you.

Again, I would be interested in seeing the output of phpini on your server. If you can, please open a support ticket so I can get this information.

This is what the test script looks at to test Zend being installed.

Raqefet A. Yedidia
12-10-2007, 03:34 PM
hi Brian, as you may understand from my previous posts here, the php.ini or phpinfo() are not accessible to me. i host my site on shared server and the hosting company people are those who are dealing with those files. i'll try to get the information for you, though.

do you want to contact them yourself?

ve9gra
12-10-2007, 04:30 PM
Just create a simple file with the following inside.<?php
phpinfo();
?>

Raqefet A. Yedidia
12-10-2007, 05:07 PM
i hope i understand you correctly...

created a file as instructed, named it phpinfo.php, uploaded it to server

and tried to open it in my FF browser:

got the following error message:

Warning: phpinfo() has been disabled for security reasons in ////scheherezade.co.il/public_html/tester/phpinfo.php on line 2

i guess i have to ask the hosting company to provide this info....

http://www.easyphpcalendar.com/forums/images/icons/icon9.gif

ve9gra
12-10-2007, 05:55 PM
Yup.. I guess they've disabled the function as a security measure.

Brian
12-10-2007, 09:05 PM
If you can have them someone send me the output of that page (even the raw HTML output would be great), it would be very helpful for us to troubleshoot the issue you had.

ve9gra
12-10-2007, 10:40 PM
Could it be possible that because phpinfo() is secured that the Tester fails?

Brian
12-11-2007, 10:45 AM
That actually may the the entire issue. I probably need to put in a check for that... :)

Brian
12-11-2007, 11:06 AM
Can you test the attached tester.php file and see if it will work for you now?

Just replace the tester/index.php with the one attached to this post.

Raqefet A. Yedidia
12-11-2007, 03:20 PM
hi brian, still doesn't work:
you can see the result at:

http://www.scheherezade.co.il/tester/index.php

now reads: Unable to deteramine - phpinfo() is disabled
under ZEND.
ionCube remains the same.

hosting company person uploaded a slighty edited phpinfo.html file
at:
http://scheherezade.co.il/phpinfo.html

if you need other details, please note here and he'll supply it.

Raqefet A. Yedidia
12-11-2007, 03:21 PM
by the way, i have 2 other problems, concerning license key and Hebrew characters. should i open other threads for those?
tnx

ve9gra
12-11-2007, 04:49 PM
Looks like the check works fine. Now just have to fix that "deteramine" ;)

Raqefet: Yes you should open separate threads - just make sure you don't cross post between your threads to keep it clean.

Brian
12-11-2007, 08:32 PM
Thanks for testing the tester. It is now working as expected if phpinfo is disabled. I've fixed the typo too ve9gra :) . I'll get the tester download updated within the next few days...