wimorrison
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Unable to open WooCommerce Home PageForum: Plugins
In reply to: [WooCommerce] Unable to open WooCommerce Home PageThese are the line in the files that this link recommends to amened when seeing an out of memory limitation Increasing the WordPress memory limit: documentation – WooCommerce
.htaccess
php_value memory_limit 256M
wp-config.php
define (‘WP_MEMORY_LIMIT’, ‘256M’);
However I cannot find the line
/* That's all, stop editing!
?Happy publishing.
?*/
in my wp-config.php file which might suggest that it was changed by the person who wrote the site?I have not been able to find a PHP.ini file
- This reply was modified 1 month, 2 weeks ago by wimorrison.
Forum: Plugins
In reply to: [WooCommerce] Unable to open WooCommerce Home PageStatus Report
[ 74,000 byte log deleted ]
Fatal Error Log
2025-02-05T09:26:31+00:00Critical Allowed memory size of 268435456 bytes exhausted (tried to allocate 20480 bytes) Additional context{ "error": { "type": 1, "file": "/home/nv3jyh5y/public_html/news/wp-includes/class-wpdb.php", "line": 2316 }, "remote-logging": true, "backtrace": [ { "file": "/home/nv3jyh5y/public_html/news/wp-content/plugins/woocommerce/includes/class-woocommerce.php", "line": 413, "function": "critical", "class": "WC_Logger", "type": "->" }, { "function": "log_errors", "class": "WooCommerce", "type": "->" } ] }
2025-01-21T18:09:10+00:00Critical Allowed memory size of 268435456 bytes exhausted (tried to allocate 20480 bytes) Additional context{ "error": { "type": 1, "file": "/home/nv3jyh5y/public_html/news/wp-includes/class-wpdb.php", "line": 2316 }, "remote-logging": true, "backtrace": [ { "file": "/home/nv3jyh5y/public_html/news/wp-content/plugins/woocommerce/includes/class-woocommerce.php", "line": 413, "function": "critical", "class": "WC_Logger", "type": "->" }, { "function": "log_errors", "class": "WooCommerce", "type": "->" } ] }
- This reply was modified 1 month, 2 weeks ago by Jan Dembowski.
Forum: Plugins
In reply to: [WooCommerce] Unable to open WooCommerce Home PageHi,
Been away for a few days hence the delay in replying ??
I get this error shown on my screen when trying to open the Home Page
Error: Loading CSS chunk 9001 failed. (https://009society.com/news/wp-content/plugins/woocommerce/assets/client/admin/chunks/9001.style.css?ver=64ff0eaf842e0f4c83f1)
and the details are:
at Lazy at Suspense at W (https://009society.com/news/wp-content/plugins/woocommerce/assets/client/admin/app/index.js:2:537853) at div at div at Ao (https://009society.com/news/wp-content/plugins/woocommerce/assets/client/admin/app/index.js:2:619023) at div at Sw (https://009society.com/news/wp-includes/js/dist/components.min.js:26:215774) at kw (https://009society.com/news/wp-includes/js/dist/components.min.js:26:216451) at Pw (https://009society.com/news/wp-includes/js/dist/components.min.js:26:216796) at w (https://009society.com/news/wp-content/plugins/woocommerce/assets/client/admin/admin-layout/index.js:1:1989) at Po (https://009society.com/news/wp-content/plugins/woocommerce/assets/client/admin/app/index.js:2:619617) at Oo (https://009society.com/news/wp-content/plugins/woocommerce/assets/client/admin/app/index.js:2:619411) at https://009society.com/news/wp-content/plugins/woocommerce/assets/client/admin/app/index.js:2:622513 at https://009society.com/news/wp-includes/js/dist/data.min.js:9:3292 at WithSelect(Component) (https://009society.com/news/wp-includes/js/dist/compose.min.js:9:18949) at https://009society.com/news/wp-content/plugins/woocommerce/assets/client/admin/data/index.js:2:140267 at O (https://009society.com/news/wp-content/plugins/woocommerce/assets/client/admin/app/index.js:2:515229) at A (https://009society.com/news/wp-content/plugins/woocommerce/assets/client/admin/app/index.js:2:514670) at a (https://009society.com/news/wp-content/plugins/woocommerce/assets/client/admin/app/index.js:2:509181) at https://009society.com/news/wp-content/plugins/woocommerce/assets/client/admin/app/index.js:2:622766 at https://009society.com/news/wp-content/plugins/woocommerce/assets/client/admin/data/index.js:2:141344 at https://009society.com/news/wp-content/plugins/woocommerce/assets/client/admin/data/index.js:2:138219 at https://009society.com/news/wp-content/plugins/woocommerce/assets/client/admin/data/index.js:2:138219 at https://009society.com/news/wp-content/plugins/woocommerce/assets/client/admin/data/index.js:2:139441 at pi (https://009society.com/news/wp-content/plugins/woocommerce/assets/client/admin/app/index.js:2:657505)
WooCommerce appears to be working correctly in all other respects, just this one issue
Forum: Plugins
In reply to: [WooCommerce] Incorrect totals displayed on Products pagesI updated the database this morning after having been away for the weekend and this issue is resolved.
Forum: Plugins
In reply to: [Advanced Woo Search] Unable to change font colourI thought that the too, i used was the same thing – why are there 2 tools doing the same thing – and showing different CSS in each one?
Matters not, placing it using the tool you suggest has worked!
THANK YOU very much for your patience ??
- This reply was modified 3 months, 2 weeks ago by wimorrison.
Forum: Plugins
In reply to: [Advanced Woo Search] Unable to change font colourOops, my apologies I pasted the wrong custom CSS (I hadnt gone far enough down the screen ?? )
This is where I amended the CSS – Appearance, Custom CSS
And this is the Custom CSS now present (but still using light grey text, after caches cleared)
.wrap {
font-size: 16px;
font-weight: normal;
}
.woocommerce-breadcrumb {
font-size: 1.2em;
font-weight: bold;
}
.woocommerce-loop-category__title {
font-size: 1.2em;
font-weight: bold;
white-space: normal;
text-align: center;
}
.woocommerce-loop-product__title {
font-size: 1em;
font-weight: bold;
white-space: normal;
text-align: center;
}
p {
font-size: 1em;
}
.main-navigation a:hover {
padding: 10px;
}
.main-navigation ul#top-menu {
margin-top: 0px;
}
.aws-container .aws-show-clear .aws-search-field:focus {
color: #FFF !important;
}
.select2-container--default .select2-results__option--highlighted[data-selected] {
color: #ffffff;
}
.woocommerce-account form select,
.woocommerce-account form textarea,
.woocommerce-account form input[type="tel"],
.woocommerce-account form input[type="text"],
.woocommerce-account form input[type="email"],
.woocommerce-account form input[type="password"],
.woocommerce-checkout form select,
.woocommerce-checkout form textarea,
.woocommerce-checkout form input[type="tel"],
.woocommerce-checkout form input[type="text"],
.woocommerce-checkout form input[type="email"],
.woocommerce-checkout form input[type="password"] {
background-color: #fff;
color: #000;
}
.colors-dark input {
color: #121010;
}
.aws-container .aws-show-clear .aws-search-field:focus {
color: #000 !important;
}- This reply was modified 3 months, 2 weeks ago by wimorrison.
Forum: Plugins
In reply to: [Advanced Woo Search] Unable to change font colourFi, thanks for the suggestion. Unfortunately it doesn’t seem to work ??
This the existing Custom CSS that is ‘active’ in the site Appearance, which is where I assume I should be placing the text you supplied? I inserted at the end, and also at the top but it doesn’t seem to affect the AWS search box at all.
.wrap {
font-size: 16px;
font-weight: normal;
}
.woocommerce-breadcrumb {
font-size: 1.2em;
font-weight: bold;
}
.woocommerce-loop-category__title {
font-size: 1.2em;
font-weight: bold;
white-space: normal;
text-align: center;
}
.woocommerce-loop-product__title {
font-size: 1em;
font-weight: bold;
white-space: normal;
text-align: center;
}
p {
font-size: 1em;
}
.main-navigation a:hover {
padding: 10px;
}
.main-navigation ul#top-menu {
margin-top: 0px;
}
.select2-container--default .select2-results__option--highlighted[data-selected] {
color: #ffffff;
}
.woocommerce-account form select,
.woocommerce-account form textarea,
.woocommerce-account form input[type="tel"],
.woocommerce-account form input[type="text"],
.woocommerce-account form input[type="email"],
.woocommerce-account form input[type="password"],
.woocommerce-checkout form select,
.woocommerce-checkout form textarea,
.woocommerce-checkout form input[type="tel"],
.woocommerce-checkout form input[type="text"],
.woocommerce-checkout form input[type="email"],
.woocommerce-checkout form input[type="password"] {
background-color: #fff;
color: #000;
}
.colors-dark input {
color: #121010;
}PLEASE IGNORE THIS POSTING.
The problem I had was the the checkbox “Redirect Default WordPress Pages” had become unchecked and after being reset it works again ??
Thanks
Iain Morrison
- This reply was modified 4 months ago by wimorrison.
The issue was being caused by another plugin
Found that the issue was with another plugin
All working again with 3.6.0 reinstalled – will be checking the logs later tonight, but all seems to be back in order
Thanks,
We have v3.6.0 of WP-Optimize installed, or had, as I have deleted it and the site is running again. I will leave it for a few hours and reinstall if it remains stable
Thank you for the suggestion, will help me chase down the issue
Fayyaz
I was also blocked when trying to run https://009society.com/news/staging/wp-admin/install.php by WordFence (twice) and I had to allow it to run then try an login again. I am now able to get to the login page and access the Staging site.
Could this suggests that there is something in the WP Staging clone creation that WordFence objects to?