Forum Moderators: coopster
[edited by: coopster at 12:13 pm (utc) on Jul 23, 2014]
[edit reason] Removed links, please read Forum Charter before posting [/edit]
I think the issue is linked with the path of the files
Deprecated: Assigning the return value of new by reference is deprecated
$DB=&;new MySQLClass();
$DB = new MySQLClass();
Strict Standards: Declaration of php4DOMDocument::dump_node() should be compatible with php4DOMNode::dump_node() in /home/vol7_5/byethost7.com/b7_15102602/va.likesyou.org/htdocs/__kernel/domxml-php4-to-php5.php on line 1
Fatal error: Call to undefined function session_unregister()
$ret=httpSess($sessname);
session_unregister($sessname); /* DELETE THIS LINE! */
unset($_SESSION[$sessname]);
unset($sessname);
session_register() anywhere?
if (version_compare(PHP_VERSION,'5','>='))
[edited by: coopster at 12:14 pm (utc) on Jul 23, 2014]
[edit reason] Removed links, please read Forum Charter before posting [/edit]
Here is what domxml-php4-to-php5.php looks like...
Strict Standards: Declaration of php4DOMDocument::dump_node() should be compatible with php4DOMNode::dump_node()
function dump_node($node) {return $this->myDOMNode->saveXML($node->myDOMNode);}
function dump_node($node=null) {return $this->myDOMNode->saveXML($node->myDOMNode);}
function dump_node($node=null) {
if (isset($node)) {
return $this->myDOMNode->saveXML($node->myDOMNode);
}
return parent::dump_node();
}
Fatal error: Incompatible file format: The encoded file has format major ID 3, whereas the Loader expects 5 in
The Only error remaining is:
Fatal error: Call to undefined function session_unregister() in ...
If I remove the line: session_unregister($sessname); then I get another error.
with all of the errors removed the website will be visible or not?
Fatal error: Incompatible file format: The encoded file has format major ID 3, whereas the Loader expects 5 in