Jump to content

including tpl file in php file


simoslav

Recommended Posts

hi
plz someone help, when inserting the tpl file into the php file i got these errors :

Warning: main() [function.main]: URL file-access is disabled in the server configuration in /hsphere/local/home/simoslav/domain.com/templates/default/index.php on line 59

Warning: main(http://www.domain.com/raback/templates/basic/right_side.tpl) [function.main]: failed to open stream: no suitable wrapper could be found in /hsphere/local/home/simoslav/domain.com/templates/default/index.php on line 59

Warning: main() [function.main]: URL file-access is disabled in the server configuration in /hsphere/local/home/simoslav/domain.com/templates/default/index.php on line 59

Warning: main(http://www.domain.com/raback/templates/basic/right_side.tpl) [function.main]: failed to open stream: no suitable wrapper could be found in /hsphere/local/home/simoslav/domain.com/templates/default/index.php on line 59

the code at the line 59 is : <?php include ('http://www.domain.com/raback/templates/basic/right_side.tpl'); ?>

Link to comment
https://forums.phpfreaks.com/topic/26333-including-tpl-file-in-php-file/
Share on other sites

now im getting this error :
Warning: main(/../../raback/templates/basic/right_side.tpl) [function.main]: failed to open stream: No such file or directory in /hsphere/local/home/simoslav/domain.com/templates/default/index.php on line 60

Warning: main(/../../raback/templates/basic/right_side.tpl) [function.main]: failed to open stream: No such file or directory in /hsphere/local/home/simoslav/domain.com/templates/default/index.php on line 60

Warning: main() [function.include]: Failed opening '/../../raback/templates/basic/right_side.tpl' for inclusion (include_path='.:/hsphere/shared/apache/php/lib/php') in /hsphere/local/home/simoslav/domain.com/templates/default/index.php on line 60

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.