Hello,
the cron.php sends me an mail and informed me that "short_open_tag" is OFF. I have set short_open_tag in php.ini of "ON" an php_info() tells me the same.
What can i to do solve the problem ?
thanks for help
amflat
Check with your hosting provider. Some PHP configurations will use different php.ini files for cli vs. web, sounds like that's the case here...
cli = cgi??
Sorry, don't want to correct spelling, just want to make sure there is not someother technology out there I haven't heard of??
cli = command line interpreter
Thanks it seems this was the problem.