clickbait / lock

Lock is a MyBB plugin for hiding content and selling it for your Newpoints currency.
GNU General Public License v3.0
2 stars 6 forks source link

A fatal error with shortcodes #4

Closed ladaposamuel closed 8 years ago

ladaposamuel commented 8 years ago

Fatal error: Cannot call method self::run_shortcode() or method does not exist in /home/a8278793/public_html/inc/plugins/lock/shortcodes.class.php on line 81

clickbait commented 8 years ago

What PHP version are you using?

ladaposamuel commented 8 years ago

5.2.*

clickbait commented 8 years ago

I'd recommend bumping that up to at least 5.4, support for 5.2 is long gone.

clickbait commented 8 years ago

Yeah, the issue's with the old version of PHP, you'll need to install a newer version or do the fix suggested here: http://stackoverflow.com/questions/14316937/self-in-php5-2

ladaposamuel commented 8 years ago

working fine now in case of future problems Line 81: return preg_replace_callback( "/$pattern/s", 'Shortcodes::run_shortcode', $content );