nathanexact
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WordPress stops working after ubuntu 22.04 upgrade.ok thanks
Forum: Fixing WordPress
In reply to: WordPress stops working after ubuntu 22.04 upgrade.Thanks this is a bespoke theme used for our company (Not sure how old it is as it’s been in use before I start at the company)
Other themes work/load when I switch to another so it’s something to do with the “libris” theme we have. As for what you said “Look at the source code of the theme and adjust the parts that are reported as errors.” do you know the best place to start? (I am not a coder just IT support so don’t know much about PHP).
It tells me to look in here /var/www/www.site.com/public_html/wp-content/themes/libris/header-light.php:3 which I have done but I don’t know what I need to do to fix it.Forum: Fixing WordPress
In reply to: WordPress stops working after ubuntu 22.04 upgrade.Hi, thanks but disabling the output of PHP notices won’t help as I manually enabled it to begin with to help diagnose why my site doesn’t run.
I have tried downgrading to 6.6.2 however my site still doesn’t load, I have put my site back to 6.8.2 . Do you have any more Ideas on what I can do. in the logs I see the following.
Fatal error: Uncaught Error: Undefined constant “options” in /var/www/www.site.com/public_html/wp-content/themes/libris/header-light.php:3Forum: Fixing WordPress
In reply to: WordPress stops working after ubuntu 22.04 upgrade.Thanks for this. Being that our theme is bespoke and can’t be updated the only option to fix my site is to downgrade wordpress to 6.6.2. Could you tell me how to do this form command line on a ubuntu server please or if I am able to do it via wordpress admin.
This is strange however as before I upgraded my ubuntu server the theme worked fine and wordpress what the same version.- This reply was modified 9 months, 2 weeks ago by nathanexact.
Forum: Fixing WordPress
In reply to: WordPress stops working after ubuntu 22.04 upgrade.Hi I have now managed to get my wordpress admin page to load however my website gets the following error.
“Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/www.exactlibris.com/public_html/wp-includes/functions.php on line 6121”
I have looked in funtions.php however I am unable to find “_load_textdomain_just_in_time”
can you point me to where I can fix this error please?Forum: Fixing WordPress
In reply to: WordPress stops working after ubuntu 22.04 upgrade.ok thank you I will try reaching out to the community and see if anyone can help me further.
- This reply was modified 9 months, 3 weeks ago by nathanexact.
Forum: Fixing WordPress
In reply to: WordPress stops working after ubuntu 22.04 upgrade.ok thanks it’s just as they were already installed are you saying I will need to reinstall them?
Forum: Fixing WordPress
In reply to: WordPress stops working after ubuntu 22.04 upgrade.Hi, I know you sent this guide yesterday however this seems to read as if I have to install Apache/MYSQL/PHP however I already have all this installed already.
Is there anything else I can try to get this working?Forum: Fixing WordPress
In reply to: WordPress stops working after ubuntu 22.04 upgrade.Thank you I will take a look tomorrow and see how I get on.
Forum: Fixing WordPress
In reply to: WordPress stops working after ubuntu 22.04 upgrade.thanks for your reply, before the upgrade the site works fine after the upgrade however I click on the URL I get this.
<?php /** * Front to the WordPress application. This file doesn’t do anything, but loads * wp-blog-header.php which does and tells WordPress to load the theme. * * @package WordPress */ /** * Tells WordPress to load the WordPress theme and output it. * * @var bool */ define( ‘WP_USE_THEMES’, true ); /** Loads the WordPress Environment and Template */ require __DIR__ . ‘/wp-blog-header.php’;
I should note during the upgrade it asked me the following but I choose “no” for this (Hopefully the picture sends)- This reply was modified 9 months, 3 weeks ago by nathanexact.
Forum: Plugins
In reply to: [WP Force SSL & HTTPS SSL Redirect] WP Force SSL stops after Apache2 upgrade.Thanks. Would you have a guide on how to do this? I don’t have managed hosting as it’s just a test server.
Forum: Plugins
In reply to: [WP Force SSL & HTTPS SSL Redirect] WP Force SSL stops after Apache2 upgrade.Just to add, if I disable the WP Force SSL plugin my site now works but I need that plugin to work as it was enabled before and was working before I update Apache.
Forum: Plugins
In reply to: [WP Force SSL & HTTPS SSL Redirect] WP Force SSL stops after Apache2 upgrade.Error Details ============= An error of type E_ERROR was caused in line 615 of the file /var/www/My Website/public_html/wp-content/plugins/wp-force-ssl/inc/wp-force-ssl-status-tests.php. Error message: Uncaught Error: Call to undefined function curl_init() in /var/www/My Website/public_html/wp-content/plugins/wp-force-ssl/inc/wp-force-ssl-status-tests.php:615 Stack trace: #0 /var/www/My Website/public_html/wp-content/plugins/wp-force-ssl/inc/wp-force-ssl-status-tests.php(242): wpForceSSL_status_tests->test_httpsredirectwp() #1 /var/www/My Website/public_html/wp-content/plugins/wp-force-ssl/inc/wp-force-ssl-status-tests.php(344): wpForceSSL_status_tests->process_tests() #2 /var/www/My Website/public_html/wp-content/plugins/wp-force-ssl/inc/wp-force-ssl-status-tests.php(291): wpForceSSL_status_tests->get_tests_results() #3 /var/www/My Website/public_html/wp-content/plugins/wp-force-ssl/wp-force-ssl.php(316): wpForceSSL_status_tests->count_statuses() #4 /var/www/My Website/public_html/wp-includes/class-wp-hook.php(324): wpForceSSL->add_settings_page() #5 /var/www/My Website/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters() #6- This reply was modified 2 years, 3 months ago by nathanexact.
Forum: Plugins
In reply to: [WP Force SSL & HTTPS SSL Redirect] WP Force SSL stops after Apache2 upgrade.Hi, Thanks. are there any specific logs you would recommend looking at?
My Word Press server runs on a ubuntu command line server.- This reply was modified 2 years, 3 months ago by nathanexact.