[fixed] Error 500

More
11 years 9 months ago #12323 by wrentec
Replied by wrentec on topic Re: Error 500
Fatal error: Call to a member function def() on a non-object in /home2/wrenmus1/public_html/jupgrade/plugins/content/loadsoundcloud/loadsoundcloud.php on line 23

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

More
11 years 9 months ago #12334 by nordmograph
Replied by nordmograph on topic Re: Error 500
Try this:

replace line 23:
Code:
$showdescription = $pluginParams->def('showdescription',1);
with
Code:
$showdescription = $this->params->def('showdescription',1);

Let me know

- Need help? Post the URL of the related page (eventualy as confidential info), it will help solve your issue faster.
- An error, notice or warning? report the exact message including the line number
- If you get a white page , enable error reporting and / or check your server error logs.
The following user(s) said Thank You: wrentec

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

More
11 years 9 months ago #12412 by wrentec
Replied by wrentec on topic Re: Error 500
That sorted it out Thanks for your help, Off to write a review in the Joomla extensions now
The following user(s) said Thank You: nordmograph

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

Time to create page: 0.317 seconds
Powered by Kunena Forum
Disclaimer: Nordmograph is not affiliated with or endorsed by The Joomla! Project™. Any products and services provided through this site are not supported or warrantied by The Joomla! Project or Open Source Matters, Inc. Use of the Joomla!® name, symbol, logo and related trademarks is permitted under a limited license granted by Open Source Matters, Inc.