Candygirl
Newbie
Posts: 1
Registered: 5/30/2007
Member Is Offline
|
| posted on 5/30/2007 at 07:10 AM |
|
|
installation problems
ok i installed it just like it said in the instructions
so when i opened the install.php file and hit install all it does is refresh, nothing else.
and when i open the cl_files/index.php
i get this:
Warning: Invalid argument supplied for foreach() in /home/.lamas/kawaii_ame/tainted-beauty.net/calendar/cl_files/index.php on line 14
Warning: extract() [function.extract]: First argument should be an array in /home/.lamas/kawaii_ame/tainted-beauty.net/calendar/cl_files/index.php on
line 18
Can't open ./data/global.php
i duno how to fix that or what to do. help me please?? :) thx.
|
|
|
kjackson
Junior Member
Posts: 6
Registered: 6/18/2007
Member Is Offline
|
| posted on 6/21/2007 at 09:38 PM |
|
|
Make sure apache has ownership of that folder with rwx permissions. If your apache user is named www-data and the folder has is in
/home/user/php-cal
sudo chown -r www-data /home/user/php-cal
sudo chmod -r 755 /home/user/php-cal
Also, create a symbolic link of cl_files within itself since some of the folder parameters are a bit off.
make sure you are in the cl_files folder and type
ln -s ../cl_files ./cl_files
that should fix some of those errors.
also make sure that your data folder is within the program's root folder and has the necessary files it asks for.
|
|
|
venjax
Newbie
Posts: 1
Registered: 6/26/2007
Location: TN
Member Is Offline
|
| posted on 6/26/2007 at 09:18 PM |
|
|
I am having the exact same problem using Windows Server 2003 with IIS.
The install.php page only refeshes and never goes away, and same error with the cl_files/index.php...
Can't open ./data/global.phpPHP Warning: Invalid argument supplied for foreach() in C:\Inetpub\websites\venjax\calendar\cl_files\index.php on
line 14 PHP Warning: extract() [function.extract]: First argument should be an array in C:\Inetpub\websites\venjax\calendar\cl_files\index.php
on line 18
All of the folders are in the correct location with the correct permission levels.
Any help?
|
|
|