Okay well I just did replaced all the files (except the tpl's) and them did the db-migration.
But now I have a wierd problem? the extern.php for some reason it stopped working and gives an error now with a relative path. It worked fine before the update so Im puzzled why?
Error:
Warning: main(): Failed opening '/bb/extern.php?action=online_full' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/public_html/work3.php on line 535
Code used:
<?php include('/bb/extern.php?action=online_full'); ?>
NOTE:
Since we have a SSL certificate and use CMS we use the opening slash almost everywhere. This lets us drop a blank template for example in any folder/directory, and will use predefine global resources for css, menus ect and have SSL compatibility without need to modifiy the page, all we do is add the page content.
Anyways If I use a absolute path it syndicates fine, so there is no problem with the topic or Forum ID, spelling, grammer, php error, or anything like that, just now it wont let me use the relative path. I even created a blank test.php, put it in the root and removed the starting slash
<?php include('bb/extern.php?action=online_full'); ?>
And it did the same thing? I then changed it to a absolute path and it worked again, but got insecured content with SSL. A work-around is using a https:// absolute path, but that slows things down requesting secured content in a insecured page.
Anyways what can I do to get it working again with a relative path?
tks ..
/Kendra
Windows: a 32-bit extensions and a graphical shell for a 16-bit patch to a 8 bit operating system originally coded for a 4-bit microprocessor, written by a 2-bit company that can't stand 1 bit of competition.