Quote:
Originally Posted by Marv
You?re funny, lierduh - don?t you think I?ve already tried this before 
Since my first installation of your hack the param `gateway.php` isn?t working for me. With this I only receive a blank page in admincp and gateway.php is doing nothing. Wether importing nor exporting.
|
I used gateway.php in my limited test. It does not give errors. It is possible the error you received was caused by the php running as cgi. 'gateway.php?debug=1' will definitely fail by the way.
Using "http://www.myforums.com/forum/gateway.php" as the file name in the cronCP will fail on most servers unless 'allow_url_fopen' is turned on in php.ini. Even that, different versions of php will behave differently.
Since the lastest version sends the debug message through email (set $do_cron_log = 1). I would like to see someone with this problem post some debug messages.
If possible, the Unix cronjob is the preferred way to run the script. I think some ISP provides cron job through the ISP's control panel if you can not access to the shell. Because I do not use the vB3 cron, the test done on them is very limited. Also the vB3 cron has been designed to run some simple scheduled tasks. It was never designed to run complicated tasks as gateway.php.