I don't understand. Did you go to some topic or subject in my forum, like this :
http://www.ailleurprod.com/punbbforum/v … m.php?id=7
An error appears. Impossible to go.
And not only going to the index :
http://forum.ailleurprod.com
And i don't understand what you tell me to do. Deleting all .php file in cache directory ???
-----------------------------------------------------------------
What i did is to verify all the change of file 1.2.12 to 1.2.14. It seems good.
I have just 2 things a little strange.
In "functions.php" :
all this part in dreamweaver appears "black" (if i move "one line above one line back", it appears good !! but when i oppen back it it appears still "black").
And something which appears strange for me is that we oppens a "<?php" whithout close it at anytime after.
Here is the code in functions.php
<?php
}
//
// Unset any variables instantiated as a result of register_globals being enabled
//
function unregister_globals()
{
// Prevent script.php?GLOBALS[foo]=bar
if (isset($_REQUEST['GLOBALS']) || isset($_FILES['GLOBALS']))
exit('I\'ll have a steak sandwich and... a steak sandwich.');
// Variables that shouldn't be unset
$no_unset = array('GLOBALS', '_GET', '_POST', '_COOKIE', '_REQUEST', '_SERVER', '_ENV', '_FILES');
// Remove elements in $GLOBALS that are present in any of the superglobals
$input = array_merge($_GET, $_POST, $_COOKIE, $_SERVER, $_ENV, $_FILES, isset($_SESSION) && is_array($_SESSION) ? $_SESSION : array());
foreach ($input as $k => $v)
{
if (!in_array($k, $no_unset) && isset($GLOBALS[$k]))
{
unset($GLOBALS[$k]);
unset($GLOBALS[$k]); // Double unset to circumvent the zend_hash_del_key_or_index hole in PHP <4.4.3 and <5.1.4
}
}
}
Then in "register.php" :
all is good but it is not at the same number of line, for me the change begin at line 168 and not 175.
-----------------------------------------------------------------
In fact i verify to be sure it don't seems to be the upgrade who create this problem, but it happen really after the upgrade.
So.