Hallo everyone, Today, from the early morning, I'm feeling the pain to install Cake on an quite untypical server (it's some Idea WebServer and the hosting company is http://home.pl). The problem looks like, after copying Cake installation there, I have that php errors:
Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /cake/libs/configure.php on line 511 Warning: array_filter() [function.array-filter]: The first argument should be an array in /cake/libs/configure.php on line 513 Warning: Invalid argument supplied for foreach() in /cake/libs/ debugger.php on line 305 Warning (2): array_merge() [function.array-merge]: Argument #1 is not an array [COREcakeCORElibsCOREconfigure.php, line 511] Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /cake/libs/configure.php on line 511 Warning: array_filter() [function.array-filter]: The first argument should be an array in /cake/libs/configure.php on line 513 Warning: Invalid argument supplied for foreach() in /cake/libs/ debugger.php on line 305 Warning (2): array_merge() [function.array-merge]: Argument #2 is not an array Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /cake/libs/configure.php on line 511 Warning: array_filter() [function.array-filter]: The first argument should be an array in /cake/libs/configure.php on line 513 Warning: Invalid argument supplied for foreach() in /cake/libs/ debugger.php on line 305 Warning (2): array_filter() [function.array-filter]: The first argument should be an array [COREcakeCORElibsCOREconfigure.php, line 513] Warning (2): Invalid argument supplied for foreach() [COREcakeCORElibsCOREconfigure.php, line 1118] Notice (8): Undefined variable: paths [COREcakeCORElibsCOREconfigure.php, line 1125] Fatal error: Class 'Dispatcher' not found in /app/webroot/index.php on line 83 This hosting is so shitty, that the docroot is set at /, so everything is exposed to the WWW (/cake, etc.). I cannot change the docroot to / app/webroot. Any ideas? Regards, Piotr --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
