GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Webmaster Q & Fuckin' A (https://gfy.com/forumdisplay.php?f=27)
-   -   php errors with mediaxxx (https://gfy.com/showthread.php?t=1123738)

defunk 10-16-2013 01:24 PM

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

PHP Version 5.4.19

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 :thumbsup

-defunk

fendlestick 10-16-2013 02:33 PM

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.

dunhill 10-16-2013 02:54 PM

Just upgrade smarty or change Smarty.class.php. You can replace
Code:

function assign
with
Code:

public static function assign
.


If you are lazy turn off the error reporting.

defunk 10-16-2013 03:13 PM

awesome thanks - I'll look into that :D


All times are GMT -7. The time now is 04:15 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc