Page 1 of 1

AppGini 22.14 - 404 Page not found

Posted: 2023-01-07 18:27
by Moh Youba
Hello

Please any help!
When I connect to my app, and try to go to admin area or any other page, I get 404 Page not found error.

Any help please
Thank you

Re: AppGini 22.14 - 404 Page not found

Posted: 2023-01-07 18:38
by jsetzer
Did you generate ALL files?

Re: AppGini 22.14 - 404 Page not found

Posted: 2023-01-08 11:37
by Moh Youba
Hi sir
Yes, it was working fine, and just yesterday the problem start
I generate new from the app and upload to server, but still get error

Re: AppGini 22.14 - 404 Page not found

Posted: 2023-01-08 11:38
by Moh Youba
one question ? AppGini 22.14 can run under php 8 ?

Re: AppGini 22.14 - 404 Page not found

Posted: 2023-01-08 12:11
by jsetzer
According to some reports here there may be problems with PHP 8 but, personally, I can not say.

Anyway, if you get a 404 File not found error, there is no file at the given location. So, the webserver cannot pass any file to the PHP interpreter. If the PHP interpreter does not get called at all, the PHP version should not matter at that early stage, I think, but I may be wrong.

Did you check existence of the file?

Re: AppGini 22.14 - 404 Page not found

Posted: 2023-01-10 11:46
by Moh Youba
as you can see on the image all files are present, but still get error
I checked all but nothing
error_404.jpg
error_404.jpg (90.02 KiB) Viewed 4168 times

Re: AppGini 22.14 - 404 Page not found

Posted: 2023-01-10 13:19
by jfischer
Hi

My AppGini project runs on PHP version 8.2 - so it should work. You just have a lot of ads on your website and so on. I'll come to the login.
Best regards
Joseph
anerican_beautyt-1.jpg
anerican_beautyt-1.jpg (187.9 KiB) Viewed 4163 times

Re: AppGini 22.14 - 404 Page not found

Posted: 2023-01-10 13:26
by jsetzer
and try to go to admin area or any other page, I get 404 Page not found error.
Well, maybe I got your question wrong:
Your initial bug report was about accessing Admin Area.
But in your screenshot we can only see files from the User Area.

You should rather check existence of YOURPATH/admin/pageHome.php than of files from app-directory.

Code: Select all

YOUR_WWW_ROOT
└── YOUR_APP_DIR
    └── admin
        └── pageHome.php
as you can see on the image all files are present
No, we cannot see if admin scripts exist or not. We can only see scripts from your app-directory.

Re: AppGini 22.14 - 404 Page not found

Posted: 2023-01-11 08:53
by Moh Youba
Hello
sorry for my English, it is not easy to correctely explain.
The problem is after entering username and password, I can access to the first interface, but after nothing.

I do not know where is the problem, but today I delete wordpress intallation and now it is working