Page 170 of 186 FirstFirst ... 70120160168169170171172180 ... LastLast
Results 1,691 to 1,700 of 1859
  1. #1691
    Join Date
    Jul 2008
    Posts
    362
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    Quote Originally Posted by hira View Post
    Please comment out the following.
    wordpress-config.php file
    Code:
    $i = strlen(DIR_WS_CATALOG);
      $req = substr($_SERVER['REQUEST_URI'],$i,1);
      if($req == '?'){
        $_GET['main_page'] = FILENAME_WORDPRESS;
      }
    I think whether the problem of ezpage is solved in this.
    There is possibility of the solution in the problem of the emulator, too. Please feed back.
    Where do i find this file wordpress-config.php? Im having the same shipping estimator problems.

  2. #1692
    Join Date
    Jun 2004
    Location
    Japan
    Posts
    169
    Plugin Contributions
    1

    Default Re: Wordpress On Zencart / Released

    Quote Originally Posted by gee38l View Post
    Where do i find this file wordpress-config.php? Im having the same shipping estimator problems.
    There is not this file now.
    What kind of error will occur to be concrete?
    http://www.s-page.net/en/
    I develop the module which Zen-Cart integrates with other CMS. (WordPress and XOOPS)
    It may be funny English, but please endure it. (I am weak in English)

  3. #1693
    Join Date
    Jul 2008
    Posts
    362
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    Quote Originally Posted by hira View Post
    There is not this file now.
    What kind of error will occur to be concrete?
    [17-Sep-2010 02:18:13] PHP Warning: Attempt to assign property of non-object in /home/truwater/public_html/includes/modules/shipping_estimator.php on line 92
    [17-Sep-2010 02:18:13] PHP Warning: Attempt to assign property of non-object in /home/truwater/public_html/includes/modules/shipping_estimator.php on line 124

    I installed woz manager and wordpress last night. It all works fine but when i have woz set to true in the configuration menu it breaks my shipping estimator. If i disable woz it works fine.

  4. #1694
    Join Date
    Jul 2008
    Posts
    362
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    I also noticed that on your demo site the shipping estimator works fine when you are a visitor. Can you please assist me with what i need to do?

  5. #1695
    Join Date
    Jun 2004
    Location
    Japan
    Posts
    169
    Plugin Contributions
    1

    Default Re: Wordpress On Zencart / Released

    Quote Originally Posted by gee38l View Post
    [17-Sep-2010 02:18:13] PHP Warning: Attempt to assign property of non-object in /home/truwater/public_html/includes/modules/shipping_estimator.php on line 92
    [17-Sep-2010 02:18:13] PHP Warning: Attempt to assign property of non-object in /home/truwater/public_html/includes/modules/shipping_estimator.php on line 124

    I installed woz manager and wordpress last night. It all works fine but when i have woz set to true in the configuration menu it breaks my shipping estimator. If i disable woz it works fine.
    What is the version of Zen-Cart?
    http://www.s-page.net/en/
    I develop the module which Zen-Cart integrates with other CMS. (WordPress and XOOPS)
    It may be funny English, but please endure it. (I am weak in English)

  6. #1696
    Join Date
    Jul 2008
    Posts
    362
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    Quote Originally Posted by hira View Post
    What is the version of Zen-Cart?
    Zen Cart 1.3.8a

  7. #1697
    Join Date
    Jun 2004
    Location
    Japan
    Posts
    169
    Plugin Contributions
    1

    Default Re: Wordpress On Zencart / Released

    Quote Originally Posted by gee38l View Post
    [17-Sep-2010 02:18:13] PHP Warning: Attempt to assign property of non-object in /home/truwater/public_html/includes/modules/shipping_estimator.php on line 92
    [17-Sep-2010 02:18:13] PHP Warning: Attempt to assign property of non-object in /home/truwater/public_html/includes/modules/shipping_estimator.php on line 124

    I installed woz manager and wordpress last night. It all works fine but when i have woz set to true in the configuration menu it breaks my shipping estimator. If i disable woz it works fine.
    Thank you.
    Please try the following.
    (I added a red part)

    includes\init_includes\init_woz.php

    Code:
    if (!defined('IS_ADMIN_FLAG')) {
    die('Illegal Access');
    }
    if(
    $_GET['main_page'] == 'popup_shipping_estimator'
    ){
    // do nothing
    }else
    if (defined('WOZ_CONFIG_STATUS') && WOZ_CONFIG_STATUS == 'true') {
    http://www.s-page.net/en/
    I develop the module which Zen-Cart integrates with other CMS. (WordPress and XOOPS)
    It may be funny English, but please endure it. (I am weak in English)

  8. #1698
    Join Date
    Jul 2008
    Posts
    362
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    Quote Originally Posted by hira View Post
    Thank you.
    Please try the following.
    (I added a red part)

    includes\init_includes\init_woz.php

    Code:
    if (!defined('IS_ADMIN_FLAG')) {
    die('Illegal Access');
    }
    if(
    $_GET['main_page'] == 'popup_shipping_estimator'
    ){
    // do nothing
    }else
    if (defined('WOZ_CONFIG_STATUS') && WOZ_CONFIG_STATUS == 'true') {
    Thanks for the reply.

    I added the red into my includes/init_includes/init_woz.php, Now it seems the shipping estimator doesnt load any more i just get a blank page. Any other suggestions?

  9. #1699
    Join Date
    Jul 2008
    Posts
    362
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    I also disabled my shipping methods one by one to see if one was causing a problem but i dont think any of them were. Also downloaded the latest version of woz and reinstalled everything but that didnt work either. There is no problem with the shipping estimator when you are logged in just if your a visitor?

  10. #1700
    Join Date
    Jun 2004
    Location
    Japan
    Posts
    169
    Plugin Contributions
    1

    Default Re: Wordpress On Zencart / Released

    Quote Originally Posted by gee38l View Post
    Thanks for the reply.

    I added the red into my includes/init_includes/init_woz.php, Now it seems the shipping estimator doesnt load any more i just get a blank page. Any other suggestions?
    A mistake was discovered on the last cord.
    I'm sorry.

    includes\init_includes\init_woz.php

    Code:
    if (!defined('IS_ADMIN_FLAG')) {
    die('Illegal Access');
    }
    if(
    $_GET['main_page'] == 'popup_shipping_estimator';
    ){
    // do nothing
    }else
    if (defined('WOZ_CONFIG_STATUS') && WOZ_CONFIG_STATUS == 'true') {
    http://www.s-page.net/en/
    I develop the module which Zen-Cart integrates with other CMS. (WordPress and XOOPS)
    It may be funny English, but please endure it. (I am weak in English)

 

 

Similar Threads

  1. EasyPopulate 4.0 Support Thread
    By chadderuski in forum Addon Admin Tools
    Replies: 3662
    Last Post: 30 Apr 2025, 04:14 AM
  2. Hebrew Support - latest release [Support Thread]
    By eranariel in forum Addon Language Packs
    Replies: 20
    Last Post: 23 Apr 2025, 08:49 AM
  3. WordPress® for Zen Cart® (wp4zen) [Support Thread]
    By DivaVocals in forum All Other Contributions/Addons
    Replies: 109
    Last Post: 1 Dec 2024, 01:36 PM
  4. PurpleShades Support Thread
    By kobra in forum Addon Templates
    Replies: 122
    Last Post: 18 May 2011, 07:18 PM
  5. ZJ Black 2 support thread
    By Liamv in forum Addon Templates
    Replies: 1
    Last Post: 15 Feb 2010, 02:53 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR