robsonek
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to Remove query strings from static resourcesI believe you need these queries.
https://www.massagechairijoy.com/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=4.5.1
https://www.massagechairijoy.com/wp-content/plugins/contact-form-7/includes/js/scripts.js?ver=4.5.1
https://www.massagechairijoy.com/wp-content/plug … /localization/links/resources/links.js?ver=4.0.7
https://www.massagechairijoy.com/wp-content/plug … onents/popovers/resources/popovers.css?ver=4.0.7
https://www.massagechairijoy.com/wp-content/plug … ponents/popovers/resources/popovers.js?ver=4.0.7
https://www.massagechairijoy.com/wp-content/plug … zon-pro-4.0.7/vendor/bootstrap.min.css?ver=3.3.2
[..]and these queries are loaded from disk cache:
https://www.dropbox.com/s/8qfm1pklq0dc9k9/Screenshot%202016-12-09%2007.44.39.pngI don’t see any problem with that.
hi,
Do you need WooCommerce plugin?
If not, just remove: /wp-content/plugins/woocommerceForum: Installing WordPress
In reply to: blank screen wordpress wp-admin/install.php?language=en_USFatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 491520 bytes) in /home/a1731061/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-assets.php on line 285
Forum: Fixing WordPress
In reply to: Unable to create wp-content/uploadsIt’s really strange, because if you changed permissions to 777 that mean any user can write.
Are you 100% sure of that you have wp-content/uploads 777?If yes, please check if you don’t have already directories inside uploads with different privileges, e.g. ../uploads/2016/09 with 755.
As Steve said, it’s not good idea to keep 777 files. It is temporary solution to check where is the problem.