Installation fails if there's an empty file in a subfolder #674
-
I dowloaded the latest version from Github, unzipped and uploaded it to my web server. My server works well as it runs Wordpress and Grav just fine. When I open the yellow page, I get the following error: I changed a line in yellow-system.ini from this: The next error I'm getting is: What do I need to do to make it work? Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 14 replies
-
I would do the installation all over again from scratch, you are probably just missing files. Here's what the troubleshooting recommends in this case: Copy all files to the web server. Check if your FTP software shows an error message during upload. It sometimes happens that the data transfer was interrupted, then there are files with zero bytes on the web server. After all installation files have been copied to the web server, the problem should be resolved. Does this work for you? |
Beta Was this translation helpful? Give feedback.
-
I updated the install extension. The new code will check only required files and is completely agnostic to what else is going on in the file system. That should fit better into the rest of the system. There is also a bit more debug information. With debug level 1 you should be able to see which installation files are missing on the web server. Should be fixed now, please try it out. |
Beta Was this translation helpful? Give feedback.
I updated the install extension. The new code will check only required files and is completely agnostic to what else is going on in the file system. That should fit better into the rest of the system. There is also a bit more debug information. With debug level 1 you should be able to see which installation files are missing on the web server.
Should be fixed now, please try it out.