Hi,
I have read all the posts, tried some tweaks (all failed), and then installed the min_require_checker:
Minimum Requirement Checker v1.0
Summary
IonCube Decoder Present (this has a red X)
CURL Library Present (this has a green check)
PHP Version 5.2.14
My server uses WP 3.01
WP Stamper installed okay, but when activated still produces the following error:
"Site error: the file /homepages/31/d110419763/htdocs/newworldview/wordpress/wp-content/plugins/wp-pdf-stamper/wp_pdf_stamp1.php requires the ionCube PHP Loader ioncube_loader_lin_5.2.so to be installed by the site administrator."
So, I called my ISP, and they helped me install the proper ionCube PHP loader zipfile for their server. Now, when I run “info.php” in my root directory, I get the following:
“This program makes use of the Zend Scripting Language Engine:
Zend Engine v2.2.0, Copyright (c) 1998-2010 Zend Technologies
with the ionCube PHP Loader v3.3.20, Copyright (c) 2002-2010, by ionCube Ltd.”
They had me add a php.ini file (not php5.ini as someone posted earlier, I tried changing the name to no avail) to my /wordpress/ directory which is not the root directory (it’s a prototype, so it’s installed in a subdirectory and I have a .htaccess file in the subdirectory protecting the subdirectory while we prototype).
The php.ini file my webhost provided has two lines (I don't believe the [zend] line used in the above php5.ini example is a problem or is it?):
zend_optimizer.optimization_level=15
zend_extension=/homepages/31/d110419763/htdocs/newworldview/wordpress/ioncube/ioncube_loader_lin_5.2.so
The path name is correct to the correct file in the correct directory.
Any suggestions?
Thanks in advance!
Paul H.