AppGini 22.14 - 404 Page not found

Please report bugs and any annoyances here. Kindly include all possible details: steps to reproduce, expected result, actual result, screenshots, ... etc.
Post Reply
Moh Youba
Veteran Member
Posts: 228
Joined: 2017-03-12 09:31

AppGini 22.14 - 404 Page not found

Post by Moh Youba » 2023-01-07 18:27

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

User avatar
jsetzer
AppGini Super Hero
AppGini Super Hero
Posts: 1814
Joined: 2018-07-06 06:03
Location: Kiel, Germany
Contact:

Re: AppGini 22.14 - 404 Page not found

Post by jsetzer » 2023-01-07 18:38

Did you generate ALL files?
Kind regards,
<js />

My AppGini Blog:
https://appgini.bizzworxx.de/blog

You can help us helping you:
Please always put code fragments inside [code]...[/code] blocks for better readability

AppGini 24.10 Revision 1579 + all AppGini Helper tools

Moh Youba
Veteran Member
Posts: 228
Joined: 2017-03-12 09:31

Re: AppGini 22.14 - 404 Page not found

Post by Moh Youba » 2023-01-08 11:37

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

Moh Youba
Veteran Member
Posts: 228
Joined: 2017-03-12 09:31

Re: AppGini 22.14 - 404 Page not found

Post by Moh Youba » 2023-01-08 11:38

one question ? AppGini 22.14 can run under php 8 ?

User avatar
jsetzer
AppGini Super Hero
AppGini Super Hero
Posts: 1814
Joined: 2018-07-06 06:03
Location: Kiel, Germany
Contact:

Re: AppGini 22.14 - 404 Page not found

Post by jsetzer » 2023-01-08 12:11

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?
Kind regards,
<js />

My AppGini Blog:
https://appgini.bizzworxx.de/blog

You can help us helping you:
Please always put code fragments inside [code]...[/code] blocks for better readability

AppGini 24.10 Revision 1579 + all AppGini Helper tools

Moh Youba
Veteran Member
Posts: 228
Joined: 2017-03-12 09:31

Re: AppGini 22.14 - 404 Page not found

Post by Moh Youba » 2023-01-10 11:46

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 1903 times

jfischer
Posts: 24
Joined: 2022-11-19 16:07
Location: Austria
Contact:

Re: AppGini 22.14 - 404 Page not found

Post by jfischer » 2023-01-10 13:19

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 1898 times

User avatar
jsetzer
AppGini Super Hero
AppGini Super Hero
Posts: 1814
Joined: 2018-07-06 06:03
Location: Kiel, Germany
Contact:

Re: AppGini 22.14 - 404 Page not found

Post by jsetzer » 2023-01-10 13:26

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.
Kind regards,
<js />

My AppGini Blog:
https://appgini.bizzworxx.de/blog

You can help us helping you:
Please always put code fragments inside [code]...[/code] blocks for better readability

AppGini 24.10 Revision 1579 + all AppGini Helper tools

Moh Youba
Veteran Member
Posts: 228
Joined: 2017-03-12 09:31

Re: AppGini 22.14 - 404 Page not found

Post by Moh Youba » 2023-01-11 08:53

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

Post Reply