kekoa360
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] How Can I be logged into two accounts?Thanks for the response. Is there a plug-in that would allow this? I’m not even sure what terms to search for. Thanks.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce problem setting up store@meqsoud7: I still have the same problem, any solutions, please.
Did you try the permalinks solution? The .htaccess writable solution?
the increasing memory limit to the wp-config.php file solution?If you need help with those, please let us know your specific obstacle.
@hassaan456: i am working on my local host xampp
xamp should have the same files listed above to tweak. I was also weird errors until I upped the memory on my local php.ini file.
This may help:
https://docs.woocommerce.com/document/increasing-the-wordpress-memory-limit/Forum: Plugins
In reply to: [WooCommerce] New User Looking for Suggestions – BookingsHey thanks for that. I noticed its like $248 a year. Is that to be able to use it or it that just for support?
Anyone got other suggestions too?
Thanks in advance.Forum: Plugins
In reply to: [Yoast SEO] Rest API broken in 14.0.1If it helps anyone else, I was getting this error when activating woocommerce.
Solution was to put this line of code into the wp-config.php file:
define('WP_MEMORY_LIMIT', '256M');
Apparently I had a memory limit problem. Seems to be working fine now.
More info:
https://docs.woocommerce.com/document/increasing-the-wordpress-memory-limit/Forum: Plugins
In reply to: [WooCommerce] Woocommerce problem setting up storeBOOM got it. After days of searching and stressing. Looks like it was a memory limit on PHP.
I put this line of code into the wp-config.php file:
define('WP_MEMORY_LIMIT', '256M');
Seems to be working fine now.- This reply was modified 4 years, 9 months ago by kekoa360.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce problem setting up storeI still have this same problem.
My .htaccess file is at 777 (totally writable). I have set my permalinks to postname.
Totally vanilla and newest install for both WP and WC. No other plug ins but what comes installed.
My wordpress is in a sub directory. Does this matter?
myDomain.com/wordpress/
Does the main .htaccess file also need to be writable?Thanks.
Forum: Plugins
In reply to: [WooCommerce] failed installationI had a similar problem. Turns out there was not enough disk space.