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 just deployed the version 5.4.5 and it is up and running, but unable to locate Add button in Projects, literally unable to add anything, I logged in as Admin and checked everything and every blog, but could not find any help on this. for every screen the default it is showing search screen as below
It is strange you don't see any button in the bottom area.
And at least thare should be message "no project selected"....
Do you have any error in the log file ?
Do you have any error in the browser console ?
Please report in any.
NB : possibly if you click on the "hide menu" button, you should see new buttons that you don't see because your screen resolution is quite low.
in the log it is showing the following error
2016-09-12 10:42:08.886 ** ERROR ** Impossible to load class DOMDocument
=> Not found in ../model/custom/DOMDocument.php
=> Not found in ../mod
el/DOMDocument.php
=> Not found in ../model/persistence/DOMDocument.php
I could not found this file in that directory.
I tried with hide menu option but still not working.
Thanks
Jeeth
It seems DOMDocument, which is a standard PHP object sincd V5, does not exist on your PHP.
What is the version of your PHP ?
The folloiwng modules are installed.
php55w-pdo-5.5.38-1.w6.x86_64
php55w-gd-5.5.38-1.w6.x86_64
php55w-5.5.38-1.w6.x86_64
php55w-pgsql-5.5.38-1.w6.x86_64
php55w-mbstring-5.5.38-1.w6.x86_64
php55w-common-5.5.38-1.w6.x86_64
php55w-mcrypt-5.5.38-1.w6.x86_64
php55w-imap-5.5.38-1.w6.x86_64
php55w-mysql-5.5.38-1.w6.x86_64
php55w-cli-5.5.38-1.w6.x86_64
after install
yum install php55w-xml* -y
it is working now.
Strange that RedHat/Centos do not include this module by defautl...
Happy to know is works now.
