Don't have an account yet? You can create one, it is free, just click here
as a registered user you have some advantages like free downloads, comments and posting on our forums, depending upon this site's configuration and options.
Bug1:
Only a blank page is received if you've got a smarty error in a template and you set it up with atFastDisplay. Change it to atSmartyDisplay and you get the correct smarty error message
Bug2:
As Nate showed recently, hosts that run php in cgi mode will return something like the following for $_SERVER['SCRIPT_FILENAME']
Quote:
/dh/cgi-system/php.cgi
Since Autorender uses this method to find the plugins the whole system fails. I have attached a workaround for this that detects cgi installations and corrects the path statement. This is a major bug, as many of the bigger hosts use cgi and it makes Autorender useless
There are also a lot of extra global statements still in there that aren't needed. $HTTP_SERVER_VARS is a superglobal. There is no need for global $HTTP_SERVER_VARS; or global $GLOBALS;
There's also a lot of mixes between short arrays ie $_SERVER and long arrays ie $HTTP_SERVER_VARS still there as well that need to be dealt with
The fix has been tested on NateM's site and resolves his issue, to use it, simply extract and overwrite atAPI.php in \modules\Autorender\includes\
Joined: July 31, 2003
Posts: 1560
Location: Quebec - Canada
 Posted:
Apr 12, 2007 - 05:02 AM
Thanks we will check it asap, we are working around some small fix's and some new code to improve MDPro performances and we plan to release soon a small update package and so maybe we can include this fix too
_________________ TiMaxMAX s.o.s.Fantasia e dinamicità Italiane, qualità e servizi Canadesi Web Services, hosting ed housing professionali
TiMax Project Manager
Joined: July 31, 2003
Posts: 1560
Location: Quebec - Canada
 Posted:
Apr 12, 2007 - 05:06 AM
Sorry but your zip file is damaged
_________________ TiMaxMAX s.o.s.Fantasia e dinamicità Italiane, qualità e servizi Canadesi Web Services, hosting ed housing professionali
MDMods.com MD user level 5
Joined: Jan 06, 2007
Posts: 55
bannato
 Posted:
Apr 12, 2007 - 06:14 AM
Nope, it corrupts everytime, despite the local copy being fine and me using another browser to upload it.