BUG X 3 Install Latest From GIT »  Show posts from    to     

Icy Phoenix


Old Support Topics - BUG X 3 Install Latest From GIT



mort [ Sun 08 Mar, 2015 06:38 ]
Post subject: BUG X 3 Install Latest From GIT
Can't install the latest on XAMPP 5.6.3 latest - php 5.6.3 because of two errors?

Can't get past this after install - looks like GZip is turned on?

Code: [Hide] [Select]
Content Encoding Error


And I commented this out because it's throwing "foreach" errors.

functions.php line 5151

Code: [Hide] [Select]
// 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,
// )
// );
// }
// }


And I DID need this today - - -

Edit:
I KILLED Gzip and Gzip_level in the DB and at least it's now working..

Edit 2:

Oh! Dear - I commented this out too...

Code: [Hide] [Select]
[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')


More Oh! Dear - -

Code: [Hide] [Select]
[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


So I removed the whole Album Block from the sitemap.php And the album URL in sitemap.zip XML


Mighty Gorgon [ Tue 10 Mar, 2015 00:52 ]
Post subject: Re: BUG X 3 Install Latest From GIT
Me and Informpro are moving Album to a plugin, so to reduce the core code to only forum (and few extras).

This will allow to increase efficiency of Icy Phoenix.

Unfortunately it is still work in progress, so there are some bugs.

I have ironed out few of thems these days, but others are still there.

I'll do my best to fix everything.




Powered by Icy Phoenix