Replies: 15 comments 9 replies
-
Beta Was this translation helpful? Give feedback.
-
Is this a fresh install? its possibly relating to PHP8 (untested) looks like migrations aren't running.. My only suggestion at the moment is use PHP 7.x branch although I know its unpopular choice, will try spend some time getting Cloudlog PHP8 ready soon. |
Beta Was this translation helpful? Give feedback.
-
Yes, this is a fresh install. |
Beta Was this translation helpful? Give feedback.
-
Might not need to purge the files, just swap PHP version, if you get the same error then do it. |
Beta Was this translation helpful? Give feedback.
-
@magicbug OK, now it is running, but I can't login while I login the demo account then will give me 404 Not Found.Do you know what happend? |
Beta Was this translation helpful? Give feedback.
-
Looks like a server config issue, I'd check your logs to see what's up. |
Beta Was this translation helpful? Give feedback.
-
uhhh...Which log files do you want?Nginx log Or install log? |
Beta Was this translation helpful? Give feedback.
-
Didnt need to see them, just suggested you check the nginx logs to see what your configuration issues are with php. |
Beta Was this translation helpful? Give feedback.
-
As this is a issue with server configs rather than Cloudlog I'll change it over to a discussion so you can get help with setting up Nginx. |
Beta Was this translation helpful? Give feedback.
-
Edit: Changed Thread title to "Help with Nginx Configuration" to reflect the problem. |
Beta Was this translation helpful? Give feedback.
-
I got an error log from nginx:
Could it be said that nginx does not support this opening method? |
Beta Was this translation helpful? Give feedback.
-
I just checked index.php and found that it may be that nginx cannot correctly interpret the file location through index.php. The corresponding file can be seen through domain/apication/views/. If this problem can be fixed, nginx’s Support should no longer have problems |
Beta Was this translation helpful? Give feedback.
-
Hello, Apache/2.4.41 (Ubuntu) Server at 192.x.x.x Port 80 |
Beta Was this translation helpful? Give feedback.
-
@magicbug I think I fixed this problem now.I successfully run the program and entered the background by nginx. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
After I installed by http://domain/install, database is wrong on the web page:
To Reproduce
1.Install LNMP
2.Set database with wiki's guide
3.Install Cloudlog from http://domain/install
4.Open http://domain
5.Saw the error mentioned above.
Expected behaviour
normal operation
Screenshots

Server
Additional context
I tried to manually add an error, but there have been other problems, I hope I can check the problem.I need CloudLog very much.
Beta Was this translation helpful? Give feedback.
All reactions