For some resom on my new host I get this when I try to run urllist.php
Failed loading /usr/local/IonCube/ioncube_loader_lin_5.2.so: /usr/local/IonCube/ioncube_loader_lin_5.2.so: cannot open shared object file: No such file or directory
Failed loading /usr/local/Zend/lib/ZendExtensionManager.so: /usr/local/Zend/lib/ZendExtensionManager.so: cannot open shared object file: No such file or directory
I checked and I had a php.ini file that was trying to load IonCube. I commented it out. I'm a work now so I can't login to ssh to see if I still get the error. I'lll check it when I'm home.
Hi Adrian,
I noticed that these messages were included when you were running other scripts on your new server; and it looks like your PHP installation has been configured to try and load IonCube (a PHP encoding / accelerator) for every script you run. In fact, I'm wondering that if you did a "View > Source" on any page on your site (any PHP script, nothing specifically to do with Price Tapestry) you would see these messages at the top of the output.
I would first start with a test script, for example:
test.php
<?php
header("Content-Type: text/plain;");
print "Testing.";
?>
...and try running that both from the command line and through your browser. If this also produces the same warnings; first check that you don't have a local php.ini somewhere in your account that is trying to load IonCube; and if not, you would need to contact your host as this is something to do with the main PHP installation and would therefore require their involvement to fix...
Cheers,
David.