![]() |
![]() |
![]() |
||||
Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us. |
|
New Webmasters ask "How-To" questions here. This is where other fucking Webmasters help. |
|
Thread Tools |
![]() |
#1 |
Confirmed User
Industry Role:
Join Date: May 2011
Location: Canada
Posts: 152
|
php errors with mediaxxx
Hey guys, I'm installing mediaxxx and am getting hit with
Code:
Strict Standards: Non-static method STemplate::create() should not be called statically in /home/defunk/public_html/SOMEAWESOMENEWSITE.COM/libraries/mysmarty.class.php on line 42 Strict Standards: Non-static method STemplate::assign() should not be called statically in /home/defunk/public_html/SOMEAWESOMENEWSITE.COM/include/config.php on line 65 Strict Standards: Non-static method STemplate::assign() should not be called statically in /home/defunk/public_html/SOMEAWESOMENEWSITE.COM/include/config.php on line 65 Strict Standards: Non-static method STemplate::assign() should not be called statically in /home/defunk/public_html/SOMEAWESOMENEWSITE.COM/include/config.php on line 65 Strict Standards: Non-static method STemplate::assign() should not be called statically in /home/defunk/public_html/SOMEAWESOMENEWSITE.COM/include/config.php on line 65 Strict Standards: Non-static method STemplate::assign() should not be called statically in /home/defunk/public_html/SOMEAWESOMENEWSITE.COM/include/config.php on line 65 Strict Standards: Non-static method STemplate::assign() should not be called statically in /home/defunk/public_html/SOMEAWESOMENEWSITE.COM/include/config.php on line 65 Strict Standards: Non-static method STemplate::assign() should not be called statically in /home/defunk/public_html/SOMEAWESOMENEWSITE.COM/include/config.php on line 65 Strict Standards: Non-static method STemplate::assign() should not be called statically in /home/defunk/public_html/SOMEAWESOMENEWSITE.COM/include/config.php on line 65 Strict Standards: Non-static method STemplate::assign() should not be called statically in /home/defunk/public_html/SOMEAWESOMENEWSITE.COM/include/config.php on line 65 Strict Standards: Non-static method STemplate::assign() should not be called statically in /home/defunk/public_html/SOMEAWESOMENEWSITE.COM/include/config.php on line 65 Strict Standards: Non-static method STemplate::assign() should not be called statically in /home/defunk/public_html/SOMEAWESOMENEWSITE.COM/include/config.php on line 65 should I look into just disabling the messages? or somehow turning it off all together? or downgrading my php version? I've posted on the mediaxxx forums... thanks in advance ![]() -defunk |
![]() |
![]() ![]() ![]() ![]() |
![]() |
#2 |
Confirmed User
Industry Role:
Join Date: Dec 2012
Posts: 117
|
Try turning off MySQL strict mode. I run a Windows server so it's easy with MySQL Workbench if you have linux or shared hosting maybe contact your host.
|
![]() |
![]() ![]() ![]() ![]() |
![]() |
#3 |
Confirmed User
Industry Role:
Join Date: Jul 2013
Posts: 89
|
Just upgrade smarty or change Smarty.class.php. You can replace
Code:
function assign Code:
public static function assign If you are lazy turn off the error reporting. |
![]() |
![]() ![]() ![]() ![]() |