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.
Bonjour,
J'ai un message d'erreur lors de la 1ere connexion.
J'ai fait une installation en local en utilisant WAMPSERVER 2.5
Je constate qu'il n'y a pas de table créé dans le dossier sous Phpmyadmin
En pièce jointe le fichier de log
Merci pour votre aide
PLEASE POST IN ENGLISH.
On first connection, you should come to a configuration screen.
There you'll enter important data such as connection information to the database.
After this step is ok, you get to login screen.
Here you connect as admin/admin and wait for a while : the database table as created.
When finished, you'll be able to log in (as admin/admin) and start to work with projeqtor.
Check log file and post error logged
I have this attached files in folder files/logs...
the other files are in the folder wamp/logs
Strange error :
PHP Warning: PHP Startup: in Unknown on line 0
It seems to be a wampserver error.
Found on the net :
http://stackoverflow.com/questions/11967563/php-php-warning-php-startup-in-unknown-on-line-0
http://forum.wampserver.com/read.php?2,128734
Click on the Apache version that you use in the WAMPServer menu, e.g.
wampmanager -> Apache -> Version -> 2.4.9 ( just click on the version number on this menu item )
this will rebuild the SYMLINKS for the extensions that are causing the "in Unknown on line 0" error.
I sorry but I do not understand...
I resinstalled WAMPSERVER 3.0 and reinstalled projeqtor in the folder... and I have the same problem...
I click on apache version... but nothing
It is a wampserver error.
Most likely because of incorrect dll.
The way to find the wrong one is to comment all dll references in php.ini.
Then restart PHP and check that error has disepeared.
Then uncomment dll one by one (or five by five), restart PHP and check if error reappears.
As you get group or 4 errors, I would bet you have 2 incorrect DLLs.
You can check directly php_intl.dll and php_ldap.dll as they often come to be the incorrect ones.
Or you can also try another PHP stack : XAMPP, EasyPHP, ...