Skip Navigation

[Resolved] bug reporting: after updating to beta 3.0-b1 relationships page does not open

This support ticket is created 6 years, 9 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 7:00 – 14:00 7:00 – 14:00 7:00 – 14:00 7:00 – 14:00 7:00 – 14:00 -
- 15:00 – 16:00 15:00 – 16:00 15:00 – 16:00 15:00 – 16:00 15:00 – 16:00 -

Supporter timezone: Europe/London (GMT+00:00)

This topic contains 4 replies, has 2 voices.

Last updated by antonioA 6 years, 9 months ago.

Assisted by: Nigel.

Author
Posts
#629004

I am trying to: open relationship page in the backoffice

Link to a page where the issue can be seen: hidden link

I expected to see: the relationship page

Instead, I got: hidden link

Before updating to the last beta it was working perfectly.

#629023

Nigel
Supporter

Languages: English (English ) Spanish (Español )

Timezone: Europe/London (GMT+00:00)

Hi Antonio

It looks like if you were to open your browser dev tools you might see an error in the console, and if you do it will probably point towards a PHP error on the server.

Can you check the browser console, and also you PHP logs.

If you haven't already, turn on the debug log by editing your wp-config.php file and change the line with WP_DEBUG like so:

define('WP_DEBUG', true);
ini_set('log_errors',TRUE);
ini_set('error_reporting', E_ALL);
ini_set('error_log', dirname(__FILE__) . '/error_log.txt');

That will create a debug log called error_log.txt in your root directory (the same location as wp-config.php) which you can examine in any text editor. Try visiting the same page where you observe the problem and then inspect the log. If you don't find the debug.log file it means it didn't generate any warnings or errors.

Let me know what you find.

#629225

Hi Nigel,
Nothing returns after activating debug.
I also deactivated a few plugins and the issue remains.
The relationships are working. Only the relationship page in back-office can't be accessed.
I'll be pushing this site live in a few hours and then I can deactivate all plugins to see if there is any incompatibility, and give you access if you want to take a look.
Pls keep this ticket open and I'll update it soon.
Thanks,
Antonio

#629548

Nigel
Supporter

Languages: English (English ) Spanish (Español )

Timezone: Europe/London (GMT+00:00)

Hi Antonio

Let me set up a private reply so I can get credentials from you. If there is a staging site, better, if not I can take a copy from the live site to do some simple conflict tests. You may want to create a temporary admin user for me to use that you can later delete.

#629763

Hi Nigel,
Don't know what happened (probably cache) but it is working right now.
thank you for your support.
Antonio