List of the Ready! E-commerce WP plugin alerts and notifications.
If you install or update Ready! plugin to the latest version and it’s stop working, just de-activate and then activate plugin.
This bug happened when your .htaccess is incorrect
Just check WP admin area -> Settings -> Permalinks
and click Save button
If you get this message it means that any image or other media can’t be uploaded to your site before you make a fix. You need to change “/wp-contents/uploads” dir permissions to 775. Then the folder for product files will be created automatically.
Here is the article on how to change permissions. Please follow all the steps. Never use 777 file permissions this is very dangerous.
Besides you may need to set the FTP account in your wp-config.php file for proper work of your site so your plugins, themes and files will update, add and edit smoothly. You’ll need to make these changes:
// ** FTP SETTINGS FOR AUTO-UPDATE ** //
define(‘FTP_HOST’, ‘YOUR-HOSTNAME-HERE’);
define(‘FTP_USER’, ‘YOUR-FTP-USERNAME’);
define(‘FTP_PASS’, ‘YOUR-FTP-PASSWORD’);
For more details please refer to this link
You can learn more about file and folder permissions from the first passage. You’ll need to set 755 or 775 or 777 permissions to your “/wp-content/uploads/product_downloads” folder. If you set all the changes from the first passage this message won’t be shown.
To make your store files secure your “/wp-content/uploads/product_downloads/” should have “.htaccess” (filename without quotes) file there. If there is no such file please create it manually. Open your favorite text editor (Note,WordPad, AkelPad, NotePad or other), create a blank text file, name it “.htaccess” (without quotes) and enter this line inside it:
DENY FROM ALL
Save the file and upload it to “/wp-content/uploads/product_downloads/” folder on your server via FTP
Warning: is_dir() [function.is-dir]: open_basedir restriction in effect. File(/) is not within the allowed path(s): (/home/admin/:/tmp:/var/tmp:/usr/local/lib/php/) in /home/admin/domains/readyshoppingcart.com/public_html/perfect/wp-includes/functions.php on line 1311
Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/) is not within the allowed path(s): (/home/admin/:/tmp:/var/tmp:/usr/local/lib/php/) in /home/admin/domains/readyshoppingcart.com/public_html/perfect/wp-includes/functions.php on line 1302
Warning: is_dir() [function.is-dir]: open_basedir restriction in effect. File(/) is not within the allowed path(s): (/home/admin/:/tmp:/var/tmp:/usr/local/lib/php/) in /home/admin/domains/readyshoppingcart.com/public_html/perfect/wp-includes/functions.php on line 1311
Solution:
Ask your hosting to change apache configuration: php_admin_value open_basedir none
If you have errors like that:
Warning: Creating default object from empty value in /directories/wp-content/plugins/ready-ecommerce/modules/digital_product/mod.php on line 54
Warning: Cannot modify header information – headers already sent by (output started at /directories/wp-content/plugins/ready-ecommerce/modules/digital_product/mod.php:54) in /directories/wp-includes/pluggable.php on line 881
Fatal error: Call to undefined function imagecreatefromjpeg() in /directories/wp-content/plugins/ready-ecommerce/classes/simpleImage.php on line 59
Contact your hosting administrators (where you online WordPress store hosted) and tell them disable php warnings. Also you have to install GD library to avoid fatal error message.
“Fatal error: Cannot redeclare class adminmenu in /home1/mangogra/public_html/wordpressTest/wp-content/plugins/ready-ecommerce/modules/adminmenu/mod.php on line 4”
* Fixed in the 0.2.9 version