Notifications
Clear all

wpForo 1.x.x [Closed] I got this on the front page

6 Posts
3 Users
1 Reactions
891 Views
netvilox
Posts: 64
Topic starter
(@netvilox)
Estimable Member
Joined: 5 years ago

I got this error while adding topics from the front page. 

5 Replies
Sofy
Posts: 4772
 Sofy
Admin
(@sofy)
Support Team
Joined: 7 years ago

Hi @netvilox,

Do you have some JS optimizer plugin? Please deactivate all Optimizer and Minifier plugins, delete all cache and test it again.

Don't forget to press Ctrl+F5 (twice) on frontend before checking to reload updated JS/CSS files. If you check it on mobile browser check on incognito mode. 

1 Reply
netvilox
(@netvilox)
Joined: 5 years ago

Estimable Member
Posts: 64

@sofy

I don't have any optimizing plugins 

Posts: 1602
(@anonymous20)
Noble Member
Joined: 9 years ago

@netvilox

PLEASE do not take my advice the wrong way. Having said that, you seem to use PHP 5.6 and that is OLD and discontinued. Maybe some problems come from that. Also you may have an OLD database for mysql.

And i see you always add  new things. Don't.

Stabilize your system first, be sure everything works, and then add things ONE at a time.

1 Reply
netvilox
(@netvilox)
Joined: 5 years ago

Estimable Member
Posts: 64

@anonymous20

Thanks 

But how can I fix it

Posts: 1602
(@anonymous20)
Noble Member
Joined: 9 years ago

You should update your PHP to at least 7.x or later if you can. Same for mysql db (if old).

Then see if the problem is solved.

If not, then follow the standard WP debug. Disable plugins, enable debug to a log, etc etc. We have posted all that several times, also available on the net, no need to repeat them.