Forum Replies Created

Viewing 10 replies - 1 through 10 (of 10 total)
  • It really depends on the operating system and your preferred web root folder.

    For example, my server is a Ubuntu Apache2 server,

    • Default web root: /var/www/
    • WordPress installation: /var/www/wordpress/
    • Cart66-lite digital product folder: /var/example.org-store/

    The first two are accessible via a web browser. The third folder is not accessible via web browser but read/write/executable by www-data user (apache service) so that cart66-lite plugin may upload products to the folder.

    If you have no access to file system on the web server, cart66-lite supports Amazon S3 cloud-based storage to deliver your digital products.

    Digital product folder should be “a folder on your server that is not directly accessible by a web browser for storing your digital products.”

    You’d firstly create a folder on your server, then configure cart66 to use that folder (at Cart66 > Settings > Main Settings).

    Read more at
    https://docs.cart66.com/knowledgebase/digital-products-folder/
    https://docs.cart66.com/knowledgebase/digital-products/

    Hi, there

    You’re not alone. i observed similarly with A.kis.met 2.5.8 in WordPress 3.5.2 multi-site, with WPCOM_API_KEY constant hardcoded in wp-config.php.

    Dwelling on akismet.php & admin.php, the code calls akismet_get_key() & get_option( 'wordpress_api_key' ) at differnt context. akismet_get_key() gets WPCOM_API_KEY constant else ‘wordpress_api_key’ from db while get_option( 'wordpress_api_key' ) ommits WPCOM_API_KEY constant. As a result, the UI shows inconsistency.

    Nonetheless, when A.kis.met calls API host, it still honors WPCOM_API_KEY — my best guess only.

    We might get a patch soon if heard.

    Thread Starter clojel

    (@clojel)

    On closer look, product url come from hidden input submitted together with “Add to cart” button. The code was found at line 38, views/cart-button.php
    <input type='hidden' name='product_url' value='<?php echo Cart66Common::getCurrentPageUrl(); ?>' />

    Product URL is correct when a product is added to cart from the product page. When adding to cart from elsewhere (eg index, categroy, tag or search results pages), product URL would be wrongly refer to referer page instead of actual product post.

    A quick fix would be modifying the above code:
    <input type='hidden' name='product_url' value='<?php echo esc_url( get_permalink() ) ; ?>' />

    A more comprehensive approach could be reviewing getCurrentPageUrl in models/Cart66Common.php. Appreciate your work…

    Perhaps it’s related to:
    PHP Warning: Missing argument 2 for wpdb::prepare()

    On the other hand, “Add Media” and “Edit Permalink” buttons tested ok at my site, with Cart66-lite activated. Tested on Windows with Chrome/Firefox/IE9.

    Thread Starter clojel

    (@clojel)

    i respect your decision.

    Thank you and your team for offering SlideDeck 2 lite to www.remarpro.com community.

    There is a small down arrow next to content source near top left corner.
    Click the down arrow for more options. See “STEP ONE Configure a source” at https://www.slidedeck.com/how-it-works/

    They have a YouTube channel:
    https://www.youtube.com/user/slidedeck

    Thread Starter clojel

    (@clojel)

    Thanks, barefootceo, you guys are awesome!

    After upgraded SlideDeck 2 Lite to 2.1.20120827, i followed the instructions given, and the slider became responsive to browser window size. Plus it works on Chrome, Firefox, even IE9.

    One feedback:
    Shortcode support in excerpt seem to fail when ress=1.
    It happens that i have ‘Add to cart’ shortcode button in excerpt;
    thus i have yet to enable the new feature on production page *sigh*

    Email notifications seem alright now (as of 1.5.0.2).
    Good job.

    My site received incomplete email notifications for online orders via PayPal Express. Let me paste the apache log for your reference.

    Thank you, appreciate your work.

    [Wed Aug 08 16:49:11 2012] [error] [client x.x.x.x] PHP Warning:  require_once(/path/to/wp-content/plugins/cart66-lite/pro/models/Cart66MembershipReminders.php): failed to open stream: No such file or directory in /path/to/wp-content/plugins/cart66-lite/cart66.php on line 112, referer: https://www.example.com/wp-admin/plugins.php?plugin_status=active
    [Wed Aug 08 16:49:11 2012] [error] [client x.x.x.x] PHP Fatal error:  require_once(): Failed opening required '/path/to/wp-content/plugins/cart66-lite/pro/models/Cart66MembershipReminders.php' (include_path='.:/usr/share/php:/usr/share/pear') in /path/to/wp-content/plugins/cart66-lite/cart66.php on line 112, referer: https://www.example.com/wp-admin/plugins.php?plugin_status=active
    [Wed Aug 08 16:49:16 2012] [error] [client x.x.x.x] PHP Warning:  require_once(/path/to/wp-content/plugins/cart66-lite/pro/models/Cart66MembershipReminders.php): failed to open stream: No such file or directory in /path/to/wp-content/plugins/cart66-lite/cart66.php on line 112
    [Wed Aug 08 16:49:16 2012] [error] [client x.x.x.x] PHP Fatal error:  require_once(): Failed opening required '/path/to/wp-content/plugins/cart66-lite/pro/models/Cart66MembershipReminders.php' (include_path='.:/usr/share/php:/usr/share/pear') in /path/to/wp-content/plugins/cart66-lite/cart66.php on line 112
    [Wed Aug 08 18:11:57 2012] [error] [client x.x.x.x] PHP Fatal error:  Call to undefined method Cart66Cart::getTaxRate() in /path/to/wp-content/plugins/cart66-lite/views/cart.php on line 345, referer: https://www.example.com/store/cart/
    [Fri Aug 10 10:41:01 2012] [error] [client x.x.x.x] PHP Fatal error:  Class 'Cart66AdvancedNotifications' not found in /path/to/wp-content/plugins/cart66-lite/models/Cart66Admin.php on line 112, referer: https://www.example.com/wp-admin/admin.php?page=cart66_admin&task=view&id=410
    [Fri Aug 10 17:07:29 2012] [error] [client x.x.x.x] PHP Fatal error:  Class 'Cart66AdvancedNotifications' not found in /path/to/wp-content/plugins/cart66-lite/models/Cart66Admin.php on line 112, referer: https://www.example.com/wp-admin/admin.php?page=cart66_admin&task=view&id=406
    [Fri Aug 10 17:08:06 2012] [error] [client x.x.x.x] PHP Fatal error:  Class 'Cart66AdvancedNotifications' not found in /path/to/wp-content/plugins/cart66-lite/models/Cart66Admin.php on line 112, referer: https://www.example.com/wp-admin/admin.php?page=cart66_admin&task=view&id=407
    [Fri Aug 10 17:08:32 2012] [error] [client x.x.x.x] PHP Fatal error:  Class 'Cart66AdvancedNotifications' not found in /path/to/wp-content/plugins/cart66-lite/models/Cart66Admin.php on line 112, referer: https://www.example.com/wp-admin/admin.php?page=cart66_admin&task=view&id=408
    [Fri Aug 10 17:08:53 2012] [error] [client x.x.x.x] PHP Fatal error:  Class 'Cart66AdvancedNotifications' not found in /path/to/wp-content/plugins/cart66-lite/models/Cart66Admin.php on line 112, referer: https://www.example.com/wp-admin/admin.php?page=cart66_admin&task=view&id=410
    [Tue Aug 14 09:33:07 2012] [error] [client x.x.x.x] PHP Warning:  include(/path/to/wp-content/plugins/cart66-lite/pro/views/emails/default-email-receipt.php): failed to open stream: No such file or directory in /path/to/wp-content/plugins/cart66-lite/models/Cart66Common.php on line 171, referer: https://www.example.com/store/express/?token=EC-8YL24083YD251041J&PayerID=DF83P68PH694G
    [Tue Aug 14 09:33:07 2012] [error] [client x.x.x.x] PHP Warning:  include(): Failed opening '/path/to/wp-content/plugins/cart66-lite/pro/views/emails/default-email-receipt.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /path/to/wp-content/plugins/cart66-lite/models/Cart66Common.php on line 171, referer: https://www.example.com/store/express/?token=EC-8YL24083YD251041J&PayerID=DF83P68PH694G
    [Tue Aug 14 15:21:34 2012] [error] [client x.x.x.x] PHP Warning:  include(/path/to/wp-content/plugins/cart66-lite/pro/views/emails/default-email-receipt.php): failed to open stream: No such file or directory in /path/to/wp-content/plugins/cart66-lite/models/Cart66Common.php on line 171, referer: https://www.example.com/store/express/?token=EC-2YC52511CB724642U&PayerID=VY468SK4FCTEE
    [Tue Aug 14 15:21:34 2012] [error] [client x.x.x.x] PHP Warning:  include(): Failed opening '/path/to/wp-content/plugins/cart66-lite/pro/views/emails/default-email-receipt.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /path/to/wp-content/plugins/cart66-lite/models/Cart66Common.php on line 171, referer: https://www.example.com/store/express/?token=EC-2YC52511CB724642U&PayerID=VY468SK4FCTEE
    [Tue Aug 14 15:36:42 2012] [error] [client x.x.x.x] PHP Fatal error:  Class 'Cart66AdvancedNotifications' not found in /path/to/wp-content/plugins/cart66-lite/models/Cart66Admin.php on line 112, referer: https://www.example.com/wp-admin/index.php?page=cart66_admin&task=view&id=412
    [Tue Aug 14 15:36:48 2012] [error] [client x.x.x.x] PHP Fatal error:  Class 'Cart66AdvancedNotifications' not found in /path/to/wp-content/plugins/cart66-lite/models/Cart66Admin.php on line 112, referer: https://www.example.com/wp-admin/admin.php?page=cart66_admin&task=view&id=411
Viewing 10 replies - 1 through 10 (of 10 total)