Jump to content

Massive list of errors when installing


Pat

Recommended Posts

When installing on SLES12 running apache2 with php5 and MySQL DB on a separate machine I get massive  list of error after the screen where I fill the DB parameters.

It starts with:

MESSAGE: Only variables should be assigned by reference
TYPE: Strict
FILE: /srv/adserver/lib/pear/MDB2/Driver/Datatype/Common.php
LINE: 1101
DEBUG INFO:

1096	* a DBMS specific format.
1097	* @access public
1098	*/
1099	function quote($value, $type = null, $quote = true, $escape_wildcards = false)
1100	{
1101 $db =& $this->getDBInstance();

1102	if (PEAR::isError($db)) {
1103	return $db;
1104	}
1105	
1106	if (is_null($value)

and continues with loads of "Non-static method PEAR::isError() should not be called statically"

How can I fix this?

 

Link to comment
Share on other sites

  • 1 year later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...