Welcome to ProjeQtOr new Forum. We migrated old forum to the new website.
You will find all your posts here, with your usual account.
Just one point : you’ll have to reinitialize your password. Use “Lost password” feature.
I all,
I would like to set up projectorria on free.fr personal webpages. Do you know if it is possible. I tried but i got this message error after copying the files
error at tools/projector.php line 95 on T_NEW.
I never reach to get the configuration parameters page.
Any idea are welcome
Thanks for your support
Yann
It is (or at least was) possible, as first version of Project'Or RIA (when it was just called Project'Or) ran on free.fr.
I never had such issue.
It looks like as though server tries to retrieve old PHP session.
Could you try with clean browser session (no acces to other application, clean wache, possibly with other browser) ?
Oki,
I did it and here is the exact error message I got:
Parse error: syntax error, unexpected T_NEW in /mnt/157/sda/a/a/berger.v/projectorria/tool/projector.php on line 95
I installed the version 2.0.1
Thanks for your help
Yann
I tryied something else by adding .htaccess at root folder including php 1 to activate php 5 version
Here is the result
Warning: session_start() [function.session-start]: open(/mnt/157/sda/a/a/mysite/sessions/sess_1d4ed23656fb9e52c8a95cd9dfc65821, O_RDWR) failed: No such file or directory (2) in /mnt/157/sda/a/a/mysite/projectorria/tool/projector.php on line 2
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /mnt/157/sda/a/a/mysite/projectorria/tool/projector.php:2) in /mnt/157/sda/a/a/mysite/projectorria/tool/projector.php on line 2
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /mnt/157/sda/a/a/mysite/projectorria/tool/projector.php:2) in /mnt/157/sda/a/a/mysite/projectorria/tool/projector.php on line 2
Warning: Unknown: open(/mnt/157/sda/a/a/mysite/sessions/sess_1d4ed23656fb9e52c8a95cd9dfc65821, O_RDWR) failed: No such file or directory (2) in Unknown on line 0
Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/mnt/157/sda/a/a/mysite/sessions) in Unknown on line 0
Does it help ?
Can you try to set right to /mnt/157/sda/a/a/mysite/ as 777 :
user who launched PHP server is not your user, and must have access to be able to create session directory as sesssions files.
Finally I found a solution without changing file access !!
Just add a "sessions" folder at the same level than the projectorria folder
Hope it will help someone else
Yann
I pass one step but i ha ve another issue
I got the parameters form but impossible to register it (the problem of access persists)
I tried to add manually the parameters.php file as well as the parameterlocation.php
I got the login page but impossible to log in. imagine the problem is link that because of access right it is not possible to create log file.
The main problem is that it is not authorized to change the access risht to 777 🙁
Any idea ???
Yes, it is possible to set rights to 777. I just did it right now.
Using Filezilla, select main folder, right click, slect file attributes, change rights to 777 and chech "recursively update sub-folders".
I will try on my side to run at free.fr
I can not try now, I check it tonight and i tell you
First, free limits Request lenght, so configuration screen can not be used.
You must :
create /tool/parametersLocation.php including with code
<?php $parametersLocation = '../tool/parameters.php';
then update /tool/parameters.php to enter your own parameters.
Due to request size limlit, you may face many issues using Project'Or RIA in some cases.