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.
Hi,
I have error what is wrong 🙁
ERROR : Impossible to load class UserSession
=> Not found in ../model/UserSession.php
=> Not found in ../model/persistence/UserSession.php
i use easy php,
i coped files under root, edit parameters.php, crated database "projectorria" in php myadmin, creted
$paramDbType='mysql';
$paramDbHost='localhost';
$paramDbUser='root';
$paramDbPassword='';
$paramDbName='projectorria';
$paramDbDisplayName='projectorria';
$paramDbPrefix='';
phpmyadmin
User Host Type Privileges
root localhost global ALL PRIVILEGES
It is clear you will not find UserSession.php as there is no such file.
In fact it seems you have some issue coming from other installed php application : you retrieved some session that tried to open UserSession class, but this one does not exist in Project'Or RIA.
Try to clear php session cache.
If it still does not work, try to install a clean easyPhp (without any other application).
For information, you should not edit parameters.php yourself : the program does it.
Try and remove /tool/paraetersLocation.php and run again to get configuration screen.
yes you are right,
i have a another php software installed and loging timeout was set never expire,
when i log out, now projectorria works good,
thank you!