Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums and content available only to registered users.

Wordpress Plugin not working

Questions related to using nuBuilder Forte.
bshurilla
Posts: 1
Joined: Tue Jan 01, 2019 6:21 pm

Wordpress Plugin not working

Unread post by bshurilla »

I have a self hosted wordpress site I am trying to install the plugin on, I am running Centos 7, nginx, and php 7.2

Wordpress works fine, but after installing the nuBuilder plugin I get a HTTP Error 500 when I try to launch nubuilder. Here is a snippet from my nginx error log:

Code: Select all

2019/01/01 11:13:34 [error] 3329#0: *224 FastCGI sent in stderr: "PHP message: PHP Fatal error:  Uncaught Error: Cannot use object of type stdClass as array in /var/www/wordpress/wp-content/plugins/nubuilder-forte/nubuilder-include.php:217
Stack trace:
#0 /var/www/wordpress/wp-content/plugins/nubuilder-forte/nubuilder-include.php(1494): nubuilder_session_data::construct_wordpress(Object(stdClass))
#1 /var/www/wordpress/wp-content/plugins/nubuilder-forte/nubuilder-include.php(684): nuLoadNewSession()
#2 /var/www/wordpress/wp-content/plugins/nubuilder-forte/nubuilder-include.php(640): nuSessionInitialization()
#3 /var/www/wordpress/wp-content/plugins/nubuilder-forte/index.php(6): nuInitialization()
#4 {main}
  thrown in /var/www/wordpress/wp-content/plugins/nubuilder-forte/nubuilder-include.php on line 217" while reading response header from upstream, client: 23.x.x.x, server: 10.x.x.x, request: "GET /wp-content/plugins/nubuilder-forte/ HTTP/1.1", upstream: "fastcgi://unix:/var/run/php-fpm/php-fpm.sock:", host: "domain.tld", referrer: "http://domain.tld/wp-admin/admin.php?page=nubuilder-forte-slug"
Post Reply