Olivier
May 28 2009, 10:31 AM
Hello,
I would like to run UCCASS on my website.
My internet provider is Free (France).
Configuration is OK, but I get an error I have found on this forum. The pb refers to permission on file survey.ini.php.
I need to operate a chmod777 on this file, but Free has forbiden this function (in PHP and FTP).
How can I have my UCCASS working with my Free provider ?
Many thanks.
Olivier
JHolmes763
May 28 2009, 04:04 PM
If there's no way to modify the permissions on that file, then you'll need to do a manual installation and edit the file yourself. There are instructions in the documentation.
Olivier
May 29 2009, 12:39 AM
Hello,
Many thanks for your answer.
However, the automatic installation with install.php run sucessefully : config data is writen in the file survey.ini.php.
Then I delete install.php before loading index.php, and get these error messages :
Warning: session_start() [function.session-start]: open(/mnt/104/sdb/d/6/etoilesaulieu/sessions/sess_ea6c64e760e8fdc37b0237aac21699b3, O_RDWR) failed: No such file or directory (2) in /mnt/104/sdb/d/6/etoilesaulieu/UCCASS/classes/main.class.php on line 23
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /mnt/104/sdb/d/6/etoilesaulieu/UCCASS/classes/main.class.php:23) in /mnt/104/sdb/d/6/etoilesaulieu/UCCASS/classes/main.class.php on line 23
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /mnt/104/sdb/d/6/etoilesaulieu/UCCASS/classes/main.class.php:23) in /mnt/104/sdb/d/6/etoilesaulieu/UCCASS/classes/main.class.php on line 23
I have read the manual installation in documentation, but theses steps are already done by install.php. When editing the file on my server, data insformation is OK inside.
But I still get warning messages.
JHolmes763
May 29 2009, 08:20 AM
That's a PHP configuration issue. PHP can't write to the temporary directory it uses for session files. You'll either need to create that directory or modify the permissions on it (if it already exists) or modify the source code to use another directory. There's a session function that can manually set the directory.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here.