Support has been upgraded!
The Support Forum is closed. Not to worry! Providing the top quality support you expect and we're known for will continue! We're not ending support, just changing where you submit requests. This will provide you with the best experience possible.
Premium Support
Have you purchased an addon for Connections such as one of our premium templates or extensions with a valid license and you need help?
Please open a Support Ticket in your user account.
Free Support
Are you using the free Connections plugin? Don't worry, you are still very important to us! We are still providing you with the same high quality support that we're known for.
Please open a new support topic in the WordPress support forums for Connections.
Tagged: 8.1.1, display_errors, error_log, log_errors, WP_DEBUG
- This topic has 8 replies, 3 voices, and was last updated 9 years, 2 months ago by
Steven Zahm.
-
AuthorPosts
-
09/10/2014 at 2:18 pm #303517
kim879
ParticipantHello,
My client logged into their site to make some changes and the dashboard has disappeared – side tabs are still there, but the only one that opens up anything is the Connections dashboard.This message is at the top of the screen:
Warning: Creating default object from empty value in ../wp-content/plugins/connections/connections.php on line 1044
Warning: Cannot modify header information – headers already sent by (output started at ../wp-content/plugins/connections/connections.php:1044) in ../wp-includes/functions.php on line 861
Warning: Cannot modify header information – headers already sent by (output started at ../wp-content/plugins/connections/connections.php:1044) in ../wp-includes/functions.php on line 862
Please help!! Thank you!
http://www.michiganprocessserversalliance.com
-
This topic was modified 9 years, 2 months ago by
Steven Zahm. Reason: Remove full server paths for security
Attachments:
You must be logged in to view attached files.09/10/2014 at 3:16 pm #303530Steven Zahm
Keymaster@ kim879
Looks like you got yourself a relatively old version of WordPress and Connections installed, yes? What versions?
It is probably best to turn off the display PHP error reporting and log i instead… it is best practice to do that on a public site. Add this to your
wp-config
file:define('WP_DEBUG', false); @ini_set('log_errors',1); @ini_set('display_errors',0); @ini_set('error_log','phperrors.log'); // path to server-writable log file
Since it is only a warning that is being generated, that should do the trick.
Hope this helps!
09/10/2014 at 11:05 pm #303563Kim
GuestThis reply has been marked as private.09/12/2014 at 3:05 pm #303772kim879
ParticipantHello, That code turned off the warnings, but I still had a white screen. I found some other code to fix that bug and have my dashboard back again but I still can’t perform certain functions. I can upload a plugin (trying to backup site), but can’t activate it. Instead, I get this error:
Warning: Creating default object from empty value in /home4/mpsa/public_html/wp-content/plugins/connections/connections.php on line 1044
Warning: Cannot modify header information – headers already sent by (output started at /home4/mpsa/public_html/wp-content/plugins/connections/connections.php:1044) in /home4/mpsa/public_html/wp-includes/pluggable.php on line 866
The Connections-Pro version is 0.7.2.6.
Can I just install the latest version over that or am I looking at more trouble – especially since I can’t backup? Thanks!
-
This reply was modified 9 years, 2 months ago by
kim879.
09/12/2014 at 3:29 pm #303775kim879
ParticipantOk, I was able to backup and update WP. How can I get the latest version of Connections-Pro?
This is the only error I am getting now:
Warning: Creating default object from empty value in /home4/mpsa/public_html/wp-content/plugins/connections/connections.php on line 1044Thank you!!!
-
This reply was modified 9 years, 2 months ago by
kim879.
09/12/2014 at 3:48 pm #303777kim879
ParticipantSorry for all the posts! I was able to update everything. Now I just need my directory back. Nothing is showing on the page. I can’t add anything to the visual or text editor in any pages that are supposed to be using the shortcode. The shortcode disappeared with the update and I can’t type the shortcode in again.
http://michiganprocessserversalliance.com/current-members/
-
This reply was modified 9 years, 2 months ago by
kim879.
09/12/2014 at 4:11 pm #303780kim879
ParticipantUpdate: Text was there, just all white – fixed that. Shortcode is there and page is set in the Connections Settings page. No directory is showing though.
09/12/2014 at 4:31 pm #303782kim879
ParticipantI hope you’ve enjoyed my troubleshooting journey. I am sorry to have posted so crazily! I found that I needed to updated my Slim template and now everything is fine.
This topic can officially be marked as resolved now! :)
Thanks!!
09/13/2014 at 5:53 pm #303853Steven Zahm
Keymaster@ Kim
Great to hear you’ve worked this out! I was sick yesterday so now I’m a bit backlogged in my support requests.
-
This topic was modified 9 years, 2 months ago by
-
AuthorPosts
You cannot reply to this support topic. Please open your own support topic.