The functioning site is at http://www.psduua.org .
I don't know beans about Zend Optimizer. Any ideas why this would be
the case? Is there a setting I should change on my end to make it work?
--Ben
_______________________________________________
pmwiki-users mailing list
pmwiki...@pmichaud.com
http://www.pmichaud.com/mailman/listinfo/pmwiki-users
I've never heard of anyone having trouble with PmWiki and Zend Optimizer.
PmWiki doesn't do anything "odd" that would present problems to
Zend Optimizer.
On the http://69.94.104.197/ site, there's an error somewhere in
the program that is causing it to (silently) abort just after the
first part of the template is produced. This could be caused by
a recipe not working in the new host.
Perhaps turn on error reporting, and/or check the error_log .
You might try the following in local/config.php:
$EnableDiag = 1;
ini_set('display_errors', '1');
error_reporting(E_ALL);
> I don't know beans about Zend Optimizer. Any ideas why this would be
> the case? Is there a setting I should change on my end to make it work?
I do know that when enabling the Optimizer it's very important to
make sure that the optimizer version being used is the correct one
for the version of PHP being used. When PHP 4.3.10 came out, lots
of sites (both PmWiki and other PHP-based engines) broke because
PHP v4.3.10 also required an updated version of the optimizer --
a step that many ISPs overlooked or omitted. So, in addition to
turning on error reporting above, double-check that the optimizer
is correct for the version of PHP.
Pm
Pm
sa Banksys nv - Chaussee de Haecht 1442 Haachtsesteenweg
- 1130 Brussels - Belgium
RPM-RPR Bruxelles-Brussel - TVA-BTW BE 0418.547.872
Bankrekening-Compte Bancaire-Bank Account 310-0269424-44
BIC BBRUBEBB - IBAN BE55 3100 2694 2444
"The information contained in this e-mail and any attachment thereto is confidential and may contain information which is protected by intellectual property rights.
This information is intended for the exclusive use of the recipient(s) named above.
This e-mail does not constitute any binding relationship or offer toward any of the addressees.
If you are not one of the addressees , one of their employees or a proxy holder entitled to hand over this message to the addressee(s), any use of the information contained herein (e.g. reproduction, divulgation, communication or distribution,...) is prohibited.
If you have received this message in error, please notify the sender and destroy it immediately after.
The integrity and security of this message cannot be guaranteed and it may be subject to data corruption, interception and unauthorized amendment, for which we accept no liability."