-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could not find /postinstall #2
Comments
/postinstall should be a route, not a physical file. I'm not home at the moment, but will look into it next week. El 22 nov. 2019 17:11, lowscojownes <[email protected]> escribió:Reopened #2.
—You are receiving this because you are subscribed to this thread.Reply to this email directly, view it on GitHub, or unsubscribe.
|
Hi! |
Sure, I installed it deploying the files to my server (on a subfolder). |
OK, after seeing your screenshots, I believe it is a matter of redirections configuration. The code contains an '.htaccess' file under www/ which includes the necessary redirections for an Apache server (the most common), but if you have something different (Nginx, Lighttpd, ...) or you have disallowed per directory configs, you may need a different method. If you know what I am talking about, you just need to redirect any non-exisiting file request to index.php. If you don't, try to see what server you're using and if you can configure it. We'll take it from there. |
I'm not sure if this is going to work, but you can try to uncomment the RewriteBase line (remove the starting #) and set the path from |
Now it just says not found. |
I sent the request to One.com so they can help me but I have not much expectations. If the thing is that it gets stuck in the DB creation, that should fix it, I supose. Thanks in advance, |
I can send you a DB but I don't think that will solve the issues, since the routing is necessary on the whole manager, not just the install (and you're seeing a default 404 page, not the SBBLM custom one, so I know it isn't working). FallbackResource /hellbowl3d/www/index.php If it still doesn't work, I'll send you a fresh DB (just as a last test) and start working on an alternate routing system. |
Hi Delkano, Tried it, same output. Backed up the htaccess, created a new one with that line and the same happens. |
In any case is extremely rare. This is bugging me hahaha Edit: from one.com say they don't have a clue. |
Hi again. No, it is not that it is generating something and it can't. I'll try to explain: The issue you're having is that, although the Coming to this point, and as a special situation, I can offer you one thing: I can store your SBBLM install on my own server and, if you want, you can redirect your domain to it. |
Alternatively, would you be willing to granting me temporary FTP or SSH access to this directory of your server? |
Before giving you access to the server, I want to try out something before. That will take me some days but I'll try and tell you how it goes. |
Hi,
When I install the league manager and I add the registry data, it says after I press save, that it can't find /postinstall.
I look on the /www folder and I cannot see that folder, I don't know if it has to be there or it has to be created by the install process.
Thanks
The text was updated successfully, but these errors were encountered: