Bugs » include now shown after installing zend optimizer 3.3

added on Nov 21, 2007 by ZeeBee
I just installed Zend Optimizer 3.3 on my Linux server and now the links(php include) are not shown anymore?
Also needed to replace the url(http://....) to the include into the full path (/var/.....) to make the page load.
How do I get it working again?
I already tried an upgrade of the script but nothing.
added on Nov 22, 2007 by v0id
hey hey there ZeeBee,

Can I ask you to include the PHP code that used to work to show the links?

- v0id
added on Nov 22, 2007 by ZeeBee
The code that worked before installing Zend Optimizer 3.3 was:
<?php include( "linkex/data/output/1001" ); ?>
After installing Zend Optimizer the page didn't load anymore and had to change the code to:
<?php include( "/var/www/vhosts/mydomain.nl/httpdocs/linkex/data/output/1001" ); ?>
Now the page loads but the links aren't shown.
When I look at the page source it didn't include anything.

ZeeBee
added on Nov 22, 2007 by v0id
hi again,

can you please verify that no safe-mode was enabled or anything

- v0id
added on Nov 26, 2007 by ZeeBee
Safe-mode = off

Add reply

This thread has been inactive for more than 14 days, so it has been locked.

Feel free to create a new thread with your questions.