- Posts: 1
- Home
- Forum
- Community Forum
- General discussions
- Fee for the number of nights and people
demo version
- gerardwesterhout
- Topic Author
- Offline
Less
More
8 years 3 months ago #9639
by gerardwesterhout
demo version was created by gerardwesterhout
I am interested in your booking app
Have installed the demo version including demo data
In joomla made in home menu a link to solidres
I get the next message
How to solve this problem?
Have installed the demo version including demo data
In joomla made in home menu a link to solidres
I get the next message
How to solve this problem?
Please Log in or Create an account to join the conversation.
- solidres
-
- Offline
Less
More
- Posts: 2988
8 years 3 months ago #9642
by solidres
FAQ: www.solidres.com/support/frequently-asked-questions
Support Policy: www.solidres.com/support-policy
Replied by solidres on topic demo version
Hi,
There is a bug in your extension called "plgsystempoweradmin", you should open it and search for "function onContentPrepare"
And make sure it is the same with Joomla core original method (plugins/content/loadmodule/loadmodule.php)
public function onContentPrepare($context, &$article, &$params, $page = 0)
The 4th parameters must have default value = 0
Then it will fix your issue, it only happens in PHP 7.1
Cheers,
There is a bug in your extension called "plgsystempoweradmin", you should open it and search for "function onContentPrepare"
And make sure it is the same with Joomla core original method (plugins/content/loadmodule/loadmodule.php)
public function onContentPrepare($context, &$article, &$params, $page = 0)
The 4th parameters must have default value = 0
Then it will fix your issue, it only happens in PHP 7.1
Cheers,
FAQ: www.solidres.com/support/frequently-asked-questions
Support Policy: www.solidres.com/support-policy
Please Log in or Create an account to join the conversation.
Moderators: solidres