|
ddaaa
Joined: 09 Jan 2009 Posts: 19
|
|
|
|
|
|
|
Posted: Mon Aug 30, 2010 4:56 pm Post subject: From php4 to php5, now templates dont show on sites. |
|
|
|
|
|
|
|
|
|
|
Upgraded from php 4 to php 5, now when i click on view template in LO the templates are good, but they do not show on my sites. I am using the php remote include code, for example:
<?php
@ini_set('expose_php', 'Off');
@include "http://www.mydomain.com/lo/site_templates/site_48_48.php";
?>
Used to work when i had php 4 now with php 5 it shows nothing. |
|
|
|
|
|
|