Get errors in admin after latest update
This topic contains 12 replies, has 3 voices, and was last updated by Matthew 5 years, 6 months ago.
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket-
AuthorPosts
-
December 16, 2019 at 11:13 am #521682
The update seems to have run ok, but just to let you know that I had these errors in admin.. hope this helps?
Warning: Use of undefined constant GEODIRECTORY_TEXTDOMAIN – assumed ‘GEODIRECTORY_TEXTDOMAIN’ (this will throw an Error in a future version of PHP) in /home/sites/6a/2/2e559e8350/public_html/wp-content/themes/listimia/inc/widgets/class-widget-categories.php on line 19
Warning: Cannot modify header information – headers already sent by (output started at /home/sites/6a/2/2e559e8350/public_html/wp-content/themes/listimia/inc/widgets/class-widget-categories.php:19) in /home/sites/6a/2/2e559e8350/public_html/wp-includes/functions.php on line 6013
Warning: Cannot modify header information – headers already sent by (output started at /home/sites/6a/2/2e559e8350/public_html/wp-content/themes/listimia/inc/widgets/class-widget-categories.php:19) in /home/sites/6a/2/2e559e8350/public_html/wp-admin/includes/misc.php on line 1252
Warning: Cannot modify header information – headers already sent by (output started at /home/sites/6a/2/2e559e8350/public_html/wp-content/themes/listimia/inc/widgets/class-widget-categories.php:19) in /home/sites/6a/2/2e559e8350/public_html/wp-includes/pluggable.php on line 1265
Warning: Cannot modify header information – headers already sent by (output started at /home/sites/6a/2/2e559e8350/public_html/wp-content/themes/listimia/inc/widgets/class-widget-categories.php:19) in /home/sites/6a/2/2e559e8350/public_html/wp-includes/pluggable.php on line 1268
Warning: Cannot modify header information – headers already sent by (output started at /home/sites/6a/2/2e559e8350/public_html/wp-content/themes/listimia/inc/widgets/class-widget-categories.php:19) in /home/sites/6a/2/2e559e8350/public_html/wp-includes/pluggable.php on line 1265
Warning: Cannot modify header information – headers already sent by (output started at /home/sites/6a/2/2e559e8350/public_html/wp-content/themes/listimia/inc/widgets/class-widget-categories.php:19) in /home/sites/6a/2/2e559e8350/public_html/wp-includes/pluggable.php on line 1268
December 16, 2019 at 1:25 pm #521717Hello,
Provide us following details in a private reply.
WordPress Credentials
WP Admin Login URL:
WP Admin Username:
WP Admin Password:FTP Credentials
FTP Host:
FTP Port:
FTP User:
FTP Password:Thanks,
KiranDecember 21, 2019 at 4:51 pm #522690This reply has been marked as private.December 23, 2019 at 2:06 pm #522873Hi Matthew,
Admin & FTP credentials both are not working.
Make sure you have not enabled any IP restriction for accessing FTP.
Kiran
December 29, 2019 at 10:57 pm #523355This reply has been marked as private.December 29, 2019 at 11:09 pm #523358This reply has been marked as private.December 29, 2019 at 11:26 pm #523365This reply has been marked as private.December 29, 2019 at 11:34 pm #523367This reply has been marked as private.December 30, 2019 at 12:03 am #523371This reply has been marked as private.December 30, 2019 at 12:18 am #523374This reply has been marked as private.December 30, 2019 at 12:21 am #523375The warning only show when updating WP Geo plugins
December 30, 2019 at 6:26 am #523388Hi Matthew,
I have checked and it shows error is coming from Listimia theme (/wp-content/themes/listimia/inc/widgets/class-widget-categories.php on line 19). I have performed update of GeoDirectory plugins with Listimia theme in my test site but could not replicate issue.
It could be possible that Listimia Categories widget class is not loaded in correct order.
To overcome from this error:
– Add following line in wp-config.php filedefine( 'WP_DEBUG_DISPLAY', false );
or
– Ask Listimia theme support team to load “Listimia Categories Widget Class” in correct order or to use'textdomain' => 'geodirectory'
instead of
'textdomain' => GEODIRECTORY_TEXTDOMAIN
in file /wp-content/themes/listimia/inc/widgets/class-widget-categories.php
Let us know.
Regards,
KiranDecember 30, 2019 at 11:05 am #523399Thanks Kiran, I will pass this on to Rachid
-
AuthorPosts
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket