Page 32 of 95 FirstFirst ... 2230313233344282 ... LastLast
Results 311 to 320 of 943
  1. #311
    Join Date
    Jun 2010
    Location
    Copenhagen, Danmark
    Posts
    464
    Plugin Contributions
    7

    Default Re: Mailbeez After Sales Modules

    very strange, still no idea

    try this:

    PHP Code:
    <?php
      
    require('includes/application_top.php');
      echo 
    php_info();
    ?>
    this will load zencart's engine - maybe something is happening there?

  2. #312
    Join Date
    Jan 2004
    Posts
    482
    Plugin Contributions
    0

    Default Re: Mailbeez After Sales Modules

    Mailbeez... I am so excited!!! I used your directions and made another mod to send an email out. :) Thank you!!!

  3. #313
    Join Date
    Jul 2009
    Posts
    402
    Plugin Contributions
    0

    Default Re: Mailbeez After Sales Modules

    Quote Originally Posted by mailbeez View Post
    very strange, still no idea

    try this:

    PHP Code:
    <?php
      
    require('includes/application_top.php');
      echo 
    php_info();
    ?>
    this will load zencart's engine - maybe something is happening there?
    where should I put the code? In the file prova?
    ciao
    EDIT
    Well, I put the code in the file prova and now I get the error.
    And now?
    thanks
    Last edited by enzo-ita; 8 Mar 2011 at 09:59 AM.

  4. #314
    Join Date
    Jun 2010
    Location
    Copenhagen, Danmark
    Posts
    464
    Plugin Contributions
    7

    Default Re: Mailbeez After Sales Modules

    sorry,

    it is
    PHP Code:
    <?php
      
    require('includes/application_top.php');
      echo 
    phpinfo();
    ?>
    this should show your php information page.

    now try if you can run this with cronless.com

  5. #315
    Join Date
    Jul 2009
    Posts
    402
    Plugin Contributions
    0

    Default Re: Mailbeez After Sales Modules

    With a browser it works, it does not with cronless.
    ciao
    enzo

  6. #316
    Join Date
    Jun 2010
    Location
    Copenhagen, Danmark
    Posts
    464
    Plugin Contributions
    7

    Default Re: Mailbeez After Sales Modules

    so the issue is not hidden in mailbeez - it is in zencart.

    you must have some kind of URL rewriting addon / spider detecter which changes the URL and forwards to an non existing site - but only when cronless is calling the URL.

    so it must do it by detecting the browser - try to find out what cronless says what browser it simulates while calling your URL.

    cheers
    cord

  7. #317
    Join Date
    Jul 2009
    Posts
    402
    Plugin Contributions
    0

    Default Re: Mailbeez After Sales Modules

    Got IT!!!!
    It is the CEON URI mapping that blocks mailhive, probably rewriting the url.
    Now I have to ask CEON how to fix this.
    Ciao

  8. #318
    Join Date
    Jun 2010
    Location
    Copenhagen, Danmark
    Posts
    464
    Plugin Contributions
    7

    Default Re: Mailbeez After Sales Modules


  9. #319
    Join Date
    Jul 2009
    Posts
    402
    Plugin Contributions
    0

    Default Re: Mailbeez After Sales Modules

    Ok I did it on my own.

    I just mod the file includes/extra_datafiles/ceon_uri_mapping_config.php
    adding what in red and voilą it works perfectly now.

    $ceon_uri_mapping_excluded_files = array(
    'ipn_main_handler.php',
    'mailhive.php',
    'nochex_apc_handler.php',
    'localities_remote_loader.php',
    'iridium_3d_secure_iframe.php',
    'protx_direct_3d_secure_iframe.php',
    'realex_remote_3d_secure_iframe.php',
    'sage_pay_direct_3d_secure_iframe.php',
    'ceon_cardsave_direct_3d_secure_iframe.php',
    'ceon_sage_pay_direct_3d_secure_iframe.php',
    'ceon_sage_pay_server_iframe_breakout.php',
    'ceon_sage_pay_server_notification_handler.php'
    );

    ?>

  10. #320
    Join Date
    Jun 2010
    Location
    Copenhagen, Danmark
    Posts
    464
    Plugin Contributions
    7

    Default Re: Mailbeez After Sales Modules

    *** mailbeez is on holiday - back end of march ***

 

 
Page 32 of 95 FirstFirst ... 2230313233344282 ... LastLast

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