MyBB Community Forums

Full Version: Plugin error for DVZ Shoutbox
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
Hello,

I've ran into another problem.
[Image: wfgwcBk.png]

I did 100% everything correct...
Cant see other plugins, because of this error. I know i can delete it and it's fixed, but I really need that DVZ shoutbox,
so please, help me out!

Thanks for reading!
Can you please show line 5 of the dvz_shoutbox.php file?
Moved to Plugin Support.
There is a big notice in the plugin description that it requires PHP 5.4 or higher.
Sorry for posting in the wrong section.

Ohh, 5th line?
I really dont know, lol sorry for that, but I just downloaded the file 2.2 dvz shoutbox.

Picture, its not the full file, its the beginning.
[Image: ycnKbbY.png]
Change the function dvz_shoutbox_info() function to this one:

function dvz_shoutbox_info () {
return array(
'name' => 'DVZ Shoutbox',
'description' => 'Lightweight AJAX chat.',
'website' => 'http://devilshakerz.com/',
'author' => 'Originally by Tomasz \'Devilshakerz\' Mlynski',
'authorsite' => 'http://devilshakerz.com/',
'version' => '2.2',
'compatibility' => '18*',
);
}
Didn't change anything, still the same error.
(2015-08-19, 12:07 PM)MadnessGlobal Wrote: [ -> ]Didn't change anything, still the same error.

Okay, then change it back to the old one;

function dvz_shoutbox_info ()
{
    return [
        'name'          => 'DVZ Shoutbox',
        'description'   => 'Lightweight AJAX chat.',
        'website'       => 'http://devilshakerz.com/',
        'author'        => 'Tomasz \'Devilshakerz\' Mlynski',
        'authorsite'    => 'http://devilshakerz.com/',
        'version'       => '2.2',
        'codename'      => 'dvz_shoutbox',
        'compatibility' => '18*',
    ];
}


I'll look for a fix, give me one second...


Which PHP version are you running?
(2015-08-19, 11:40 AM)StefanT Wrote: [ -> ]There is a big notice in the plugin description that it requires PHP 5.4 or higher.
If you do not have the PHP version StefanT and .m. said, download the previous version: http://community.mybb.com/mods.php?actio...3&bid=1071
Pages: 1 2 3