When I open projeqtor folder I can't open by using http://localhost/projeqtor it's show nothing
But When I open by using http://localhost/projeqtor/view/main.php It can show login screen.
Then I checked the index.php file It have nothing in this file
Please refer to index.php file
Your apache may not be correctly configured to open index.php by default
You should have something like that in your httpd.conf
DirectoryIndex index.php index.phtml index.html index.htm
About index.php you attached, I guess you copied the one in /tool folder.
You'll find such index.php in every folder : it is a security trick, to avoid listiong of folders, whatever the apache configuration.
Look at index.php in / (root of projeqtor) and /view, they are quite different and work fine.
I think apache config may not concern
Because it's worked perfect with version 4.5 (it will show login screen when type http://localhost/projeqtor)
But after upgraded into version 5.0.1 the problem was occurred
using http://localhost/projeqtor it's show nothing
Could you give more detail ?
Nothing means blanck page ?
Did you tyry and refresh browser cache ?
Do you have errors in browser console ?
Could you right click on page, show source, and copy & paste result here ?
Thanks.
Hi,
it seems you have issue with getTheme function.
Could you check ProjeQtOt log file and PHP (or apache) log file for error ?
Please confirm Projector log file
About the PHP or apache log file I cannot download it due to security rule of my host service company
I guess you have issue with getTheme() funtion.
As I cannot reproduce, I would need more hints to find workaround.
1) could you try to change line 50 in /index.php from
<body class="tundra " style='background-color: #C3C3EB' onload="autoRedirect();">
to
and line 53 in /view/index.php from
<body class="tundra " style='background-color: #C3C3EB' >
to
Does it first fix issue ?
As I told you that new version of V5.0.1 the /index.php haven't anything In the file please refer the attached file.
Ps. I changed /view/index.php already but It won't work
Hi,
/index.php (the index.php at the root of projeqtor) should not contain what you attached.
The one you attached is one of the many index.php, one in each folder.
Attached is expected index.php.
Your print screen show you try to access /projeqtor/css/index.php
=> this file is not the first index page
=> it seems there is an issue in the structure of the projects; it should be /projeqtor/view/css/index.php
NB : V5.0.2 has just been deployed.
Try this one with brand new deployment.
After updated V5.0.2 It works fine Now
Thank your quick help


