2012-04-19, 09:30:31
Tzvook Wrote:HiHi Tzvook,
Is there any special cause for using __DIR__ instead of dirname(__FILE__)
@ inc/backup.php and backup_archive_formats.php ????????????
It's is supposed to be equivalent to dirname(__FILE__)
since it gives a white deth screen for the whole admin on php 5.2
__DIR__ began at php 5.3 ................
Replacing it made the WSOD go back to hell, but there are still a few "session already started' out there .... (php 5.2)
Thanks for the bug reports
No, there's no particular reason I was using __DIR__, except that I was developing in PHP 5.3.x, and it was convenient.
I meant to replace all instances of __DIR__ with Simple Backups 1.0.3, but clearly missed some - I've just pushed a new release to Extend with all of them replaced.
Regarding the "session already started" errors - are you able to tell me more? When / where do they occur? If you enable / disable GSDEBUG, do they still occur?