Can't get past this after install - looks like GZip is turned on?
And I commented this out because it's throwing "foreach" errors.
functions.php line 5151
// foreach ($config['plugins'] as $plugin_name => $plugin_config)
// {
// if ($plugin_config['enabled'])
// {
// $template->assign_var('PLUGIN_' . strtoupper($plugin_name), true);
// $template->assign_block_vars('plugins', array(
// 'NAME' => $plugin_name,
// )
// );
// }
// }
// {
// if ($plugin_config['enabled'])
// {
// $template->assign_var('PLUGIN_' . strtoupper($plugin_name), true);
// $template->assign_block_vars('plugins', array(
// 'NAME' => $plugin_name,
// )
// );
// }
// }
And I DID need this today - - - :censored:
Edit:
I KILLED Gzip and Gzip_level in the DB and at least it's now working.. :P
Edit 2:
Oh! Dear - I commented this out too...
[Icy Phoenix Debug] PHP Notice: in file /blocks/album.php on line 51: include_once(ALBUM_MOD_PATHalbum_common.php): failed to open stream: No such file or directory
[Icy Phoenix Debug] PHP Notice: in file /blocks/album.php on line 51: include_once(): Failed opening 'ALBUM_MOD_PATHalbum_common.php' for inclusion (include_path='.;C:/xampp/php/PEAR')
[Icy Phoenix Debug] PHP Notice: in file /blocks/album.php on line 51: include_once(): Failed opening 'ALBUM_MOD_PATHalbum_common.php' for inclusion (include_path='.;C:/xampp/php/PEAR')
More Oh! Dear - -
[Icy Phoenix Debug] PHP Notice: in file /sitemap.php on line 270: include(ALBUM_MOD_PATHalbum_common.php): failed to open stream: No such file or directory
[Icy Phoenix Debug] PHP Notice: in file /sitemap.php on line 270: include(): Failed opening 'ALBUM_MOD_PATHalbum_common.php' for inclusion (include_path='.;C:/xampp/php/PEAR')
Fatal error: Call to undefined function album_read_tree() in C:\xampp\htdocs\forum\sitemap.php on line 275
[Icy Phoenix Debug] PHP Notice: in file /sitemap.php on line 270: include(): Failed opening 'ALBUM_MOD_PATHalbum_common.php' for inclusion (include_path='.;C:/xampp/php/PEAR')
Fatal error: Call to undefined function album_read_tree() in C:\xampp\htdocs\forum\sitemap.php on line 275
So I removed the whole Album Block from the sitemap.php And the album URL in sitemap.zip XML :P