yes, i did add mere html header and footer, plus a session on top for another script running on my website. i did it on: /themes/default/ index.php, image.php, album.php
and now there are 2 session on top of these pages:
<?php session_start(); include('../../call/news.php'); ?>
<?php if (!defined('WEBPATH')) die(); ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
aitf311 suggested to change the strip function in order to solve the 'Cannot redeclare strip', and it worked.
now, i guess there's a problem with getAlbumLinkURL() code from the themes, cause i get: Error: Table 'call_news.albums' doesn't exist. sounds like it's getting the wrong URL path, isn'it?
sbillard, i can confirm that the changes in themes are causing these problems, but just because different sessions and functions from others scripts are usually settled on websites, and mine was the case. i'm not a php programmer, so your suggestions are much appeciated.
Thanks so much!
tito