Well this is strange.. Persistent works again, but now this mod is causing a problem with the Attachment system. Attachments on the CMS, Forums, and even Albums show up as just a red X (for images, I haven't checked other file types), and when accessing the attachment directly, it displays a long list of errors:
Quote:
Warning: array_merge() [function.array-merge]: Argument #1 is not an array in [path]/includes/class_bootstrap.php(537) : eval()'d code on line 325
Warning: array_merge() [function.array-merge]: Argument #2 is not an array in [path]/includes/class_bootstrap.php(537) : eval()'d code on line 325
Warning: Cannot modify header information - headers already sent by (output started at [path]/includes/class_core.php:5403) in [path]/attachment.php on line 321
Warning: Cannot modify header information - headers already sent by (output started at [path]/includes/class_core.php:5403) in [path]/attachment.php on line 322
|
The headers already sent error continues on about 9 more times, each on different lines..
I reverted back to the older version and it seems to work fine again.