09 Sep 2010
Back to Homepage
Support Center Home
Moodle: Notice: Only variable references should be returned by reference
Solution
Notice: Only variable references should be returned by reference
The issue is with Moodle using an old adodb set that uses "references" which resulted in memory curruption which was addressed in PHP 4.4.0.
To correct perform the following:
Open up the adodb.inc.php file.
The error is around line 2660 of the 4.64 version of the adodb system. Look for the following section:
Change this line:
function &GetAssoc($force_array = false $first2cols = false)
To this:
function GetAssoc($force_array = false $first2cols = false )
Once complete upload this update over the existing adodb.inc.php in your account.
You can also download the latest available version of adodb
here
.
Article Details
Article ID:
202
Created On:
15 Aug 2005 10:42 AM
User Comments
Add a Comment
If you would like to comment on this entry, please use the form below. Comments may be queued for moderation, and will not be published until approved.
Image Verification Required
Please enter the characters that appear to the right in the space provided. This is just to verify that you are a human.
Fullname:
Email: (Optional)
Comments:
Back
Login
Username:
Password:
Remember Me:
Search
-- Entire Support Site --
Knowledgebase
Downloads
Article Options
Print Article
PDF Version
Email Article
Add to Favorites
Home
|
Submit a Ticket
|
Knowledgebase
|
News
|
Downloads
Language:
English (U.S.)
All pages Copyright to 2002-2010 by Flux Services, Inc. All rights reserved.
All trademarks used are properties of their respective owners.