Optimocha
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Can’t install wordpressFree hosting spaces like the one you’re trying to use often fails the minimum requirements WordPress needs to run.
Forum: Installing WordPress
In reply to: uploading an old site back up@mountcarsltd if you can separate the database backup (probably an .sql file or another archive file inside the main backup archive) and the files (root directory and the usual wp-admin, wp-content, wp-includes directories), I think the easiest way for you would be to:
1. Install a local server (Laragon, MAMP, XAMPP, Local by Flywheel, DevKinsta etc.)
2. Move the files to the local test site
3. Create a local database and import the database backup there
4. Change thehomeand thesiteurlrows in the wp_options table and enter the local site address
5. Connect to the database from wp-config.php by fixing the database credentials
6. Make sure that backup is running locally
7. Use another backup/migrate plugin (I find Duplicator to be the easiest) to create an installable copy of that local site
8. Use that new installable copy on the actual website.Forum: Installing WordPress
In reply to: Updating to WP 6.1.1In addition to @alanfuller’s (probably correct) guess, I’d recommend updating manually: https://wordpress.org/support/article/updating-wordpress/#manual-update
Forum: Installing WordPress
In reply to: PHP handler typeDon’t want to state the obvious, but it might be a good idea to run tests after switching to each option.
Also, I’d recommend getting to know those handlers by learning about Apache and nginx (either via YouTube videos or Udemy courses) because you can achieve great results (in terms of performance) with either option – you just need to know how to configure them well.
Forum: Installing WordPress
In reply to: Change site host nameYou can try using the RELOCATE constant in wp-config.php (here’s an old tutorial I wrote years ago) while going live with your locally-developed website.
Forum: Installing WordPress
In reply to: Failed WordPress Update has rendered my WP-ADMIN console uselessDid you try re-uploading the wp-admin and the wp-includes directories, and the core wp-xx.php files in the root directory?
It might be triggered by either an Elementor addon (not the Elementor plugin, but companion plugins that add new components etc.) or an Elementor-ready theme. I’d recommend deactivating Elementor addons one by one until you no longer get the warning, and if you keep getting the warning, switch to another theme. Doing this will likely help you find the culprit, so you can ask an update from whoever’s responsible.
Forum: Installing WordPress
In reply to: Critical Error when updating from PHP 7.1 to 8.1Most plugins are still not compatible with PHP v8.1. I’d recommend sticking to 8.0 for the time being, and retry updating in a few weeks (then repeat the process whenever you see fit).
Thanks for letting us know @titsmaker! We do have this change in our roadmap, and will implement (hopefully) before the end of this month. I will write here again to let you know when the new version is released.
Forum: Plugins
In reply to: [Disable Cart Fragments by Optimocha] Plugin not showing as activeHey @lobsterdm,
I think this kind of issue falls under the category of “server issues”. Do you know if there’s object caching enabled on your backend?
Hi @rik1234,
You can disable the “Warm up cache on clear” under the Caching tab.
Forum: Reviews
In reply to: [Speed Booster Pack ⚡ PageSpeed Optimization Suite] thanksThank you too, @namkhoa152! 🙂
Hi @mgilbertson,
Thank you again and again for this great review! It’s an honor to have users like you who has great belief & trust for Speed Booster Pack.
Barış Ünver from Optimocha.
Forum: Fixing WordPress
In reply to: New PHP Gives Error Code@johnh35 if I had a website with a theme that didn’t get any updates in the past two years, I would switch to a theme that’s actively maintained.
Forum: Fixing WordPress
In reply to: New PHP Gives Error Code@johnh35 looks like the companion plugin of your theme (Comet) isn’t compatible with newer versions of PHP, and it’s latest version was released in May 2019. The theme’s ThemeForest page contains (complaints, really) about not supporting the latest PHP versions.