I have found other bug.
File: install/install.php
Code: [Hide]
- // If you decomment this line, then you will be able to use this file without sessions handling in latest Icy Phoenix
- //define('BYPASS_SESSION', true);
If you use this option, you get this error
Quote:
$cache is not working
Code: [Hide]
- if (($all_pics_array = $cache->get('_uploaded_images')) === false)
Bye