- Posts: 1
- Thank you received: 0
Membership Pro: Error on Installation
- Christoph
- Topic Author
- Offline
- New Member
Less
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 \wamp\www\ckcj\plugins\system\osmembershipreminder\osmembershipreminder.php on line 30
Please advise.
Thanks
Christoph
Strict standards: Only variables should be assigned by reference in \wamp\www\ckcj\plugins\system\osmembershipreminder\osmembershipreminder.php on line 30
Please advise.
Thanks
Christoph
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
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 :
3. Change it to :
4. After that, the issue will be fixed.
I will update the code which fix the issue to download package this afternoon .
Tuan
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.
Support
Documentation
Information
Copyright © 2024 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.