ERROR: Deprecated: Non-static method NSP_GK4
December 2012 Joomla Template
Rate this topic: 




1.00 out of 6 based on 1 vote(s)






- GK User
- Fri Dec 19, 2014 11:04 am
- Reply with quote
- Report this post
Greetings,
I am new to Gavickpro and Joomla. After installing the quickstart NEWS template on my local host (XAMPP), the administrator end seems to work fine but on the front end comes up with countless error messages starting with:
Deprecated: Non-static method NSP_GK4 .......
I have tried turning off the error messages in the admin server settings but they still appear as such.
Any help here?
Thanks
I am new to Gavickpro and Joomla. After installing the quickstart NEWS template on my local host (XAMPP), the administrator end seems to work fine but on the front end comes up with countless error messages starting with:
Deprecated: Non-static method NSP_GK4 .......
I have tried turning off the error messages in the admin server settings but they still appear as such.
Any help here?
Thanks
-
- Fresh Boarder
- GK User
- Sat Dec 20, 2014 12:49 pm
- Reply with quote
- Report this post
Please try to use method described in this article: http://www.gavick.com/documentation/unc ... tic-method
-
- Administrator
- GK User
- Sat Dec 20, 2014 1:33 pm
- Reply with quote
- Report this post
Ok super .... method #3 worked!
As such:
Method #3: Modifying the template file
If for some reason both these methods are not available for you, or you don’t have time to contact your hosting support team, you may use this solution. Please edit: templates/gk_TemplateName/layout/default.php and add this line at the top of this file right after the <?php phrase:
error_reporting(0);
But now won't this turn off ANY & ALL error reporting .... which may be needed to trouble shoot possible later problems down the line?
As such:
Method #3: Modifying the template file
If for some reason both these methods are not available for you, or you don’t have time to contact your hosting support team, you may use this solution. Please edit: templates/gk_TemplateName/layout/default.php and add this line at the top of this file right after the <?php phrase:
error_reporting(0);
But now won't this turn off ANY & ALL error reporting .... which may be needed to trouble shoot possible later problems down the line?
-
- Fresh Boarder
- GK User
- Mon Dec 22, 2014 7:37 am
- Reply with quote
- Report this post
If you will have any problems you can comment out the added line.
-
- Administrator
4 posts
• Page 1 of 1