very strange, still no idea
try this:
this will load zencart's engine - maybe something is happening there?PHP Code:
<?php
require('includes/application_top.php');
echo php_info();
?>
very strange, still no idea
try this:
this will load zencart's engine - maybe something is happening there?PHP Code:
<?php
require('includes/application_top.php');
echo php_info();
?>
Mailbeez... I am so excited!!! I used your directions and made another mod to send an email out. :) Thank you!!!
sorry,
it isthis should show your php information page.PHP Code:
<?php
require('includes/application_top.php');
echo phpinfo();
?>
now try if you can run this with cronless.com
With a browser it works, it does not with cronless.
ciao
enzo
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
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
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'
);
?>
*** mailbeez is on holiday - back end of march ***
![]()
Bookmarks