Membership Pro: Error on Installation

  • Christoph
  • Topic Author
  • Offline
  • New Member
  • New Member
More
11 years 11 months ago #23261 by Christoph
Membership Pro: Error on Installation was created by Christoph
Error Message after installation of Memeership pro in Joomla 2.5:

Strict standards: Only variables should be assigned by reference in D:\wamp\www\ckcj\plugins\system\osmembershipreminder\osmembershipreminder.php on line 30

Please advise.
Thanks
Christoph
Attachments:

Please Log in or Create an account to join the conversation.

More
11 years 11 months ago #23361 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: Membership Pro: Error on Installation
Hi Christoph

It is just a simply warning (it is related to PHP version) . Please follow the instructions below to get it fixed :

1. Open the file plugins/ebreminder/ebreminder.php

2. Find the code below :
Code:
$db = & JFactory::getDbo() ;

3. Change it to :
Code:
$db = JFactory::getDbo() ;

4. After that, the issue will be fixed.

I will update the code which fix the issue to download package this afternoon .

Tuan

Please Log in or Create an account to join the conversation.