Forum

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.

installation fail
 
Notifications
Clear all

installation fail

3 Posts
2 Users
0 Reactions
3,673 Views
(@ixir)
Posts: 10
Active Member
Topic starter
 
[#1384]

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

http://myip:8080/projectorria

$paramDbType='mysql';
$paramDbHost='localhost';
$paramDbUser='root';
$paramDbPassword='';
$paramDbName='projectorria';
$paramDbDisplayName='projectorria';
$paramDbPrefix='';

phpmyadmin
User Host Type Privileges
root localhost global ALL PRIVILEGES


 
Posted : 18 Sep 2013 14H00
babynus
(@babynus)
Posts: 14956
Main Contributor Admin
 

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.


 
Posted : 18 Sep 2013 14H59
(@ixir)
Posts: 10
Active Member
Topic starter
 

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!


 
Posted : 23 Sep 2013 23H33
Share:

Scroll to Top