MyBB Community Forums

Full Version: php file causing errors
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello 

Im having numerous errors being generated all from one php file which i have copied below.

[attachment=38945]

Fatal error: Uncaught Error: Cannot use assign-op operators with string offsets in /home/excelmas/public_html/acp/inc/class_table.php:64 Stack trace: #0 /home/excelmas/public_html/inc/plugins/pagemanager.php(325): DefaultTable->construct_row() #1 /home/excelmas/public_html/inc/class_plugins.php(139): pagemanager_admin('') #2 /home/excelmas/public_html/acp/index.php(819): pluginSystem->run_hooks(Array) #3 {main} thrown in /home/excelmas/public_html/acp/inc/class_table.php on line 64

<-- snip ; removed source code of class_table.php file -->

Thanks
Dave
Seams you have tryed to install pagemanger and messed up your acp with this, please try run the file verification, if you are not able to do this reupload your admin folder.
those warnings are due to incompatibility of the pagemanager plugin file(s) with php version 7.1.x
(2017-05-29, 02:02 PM).m. Wrote: [ -> ]those warnings are due to incompatibility of the pagemanager plugin file(s) with php version 7.1.x

Cheers .m.

Setting the php version back to 7.0 fixed the issue.

Dave