-
-
Notifications
You must be signed in to change notification settings - Fork 194
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
Warmup fail #563
Comments
Had to manually source the schema file, I'm guessing the installation code hasn't been written yet. |
The installation code is there. Likely a permissions issue, which we need to do a better check for. |
User/PW for mysql were the root user. It wouldn't be so bad if the forward to begin/register?set_name= didn't die with the error and instead gave some hints as to fixing it. Infact, I wonder whether
|
…rmed and settings are OK.
(The speculative fix seems to have improved this.) |
I just tried to install Known for the first time and ran into this same issue. I uploaded the config.ini file and get forwarded to /begin/register?set_name= but just get a 404 page. When I go to the root of the site I get this database error. It doesn't look like the tables were even created, when I run Update: I created the tables manually and now get forwarded to /begin/ and get another 404 page |
@Asherehsa Sounds like you have an .htaccess issue. Did your .htaccess file get written / is it present? |
@benwerd You were right, I had thought it might be a problem with the .htaccess so deleted it. Re-uploaded it and got the welcome page! Thank you. |
Whew! Let me know how it goes. On Monday, October 5, 2015, Asher [email protected] wrote:
Ben Werdmuller +1 (312) 488-9373 |
I'm running into a similar issue with install.
The This is on a shared Media Temple GRID server. |
Shouldn't you not rename the htaccess.dist to .htaccess? On Tue, Oct 6, 2015 at 2:50 PM, David Mead [email protected] wrote:
Daniel Nix |
@danito I wouldn't have thought so. I thought Known created those when it's setting up. |
@davidmead I saw in the documentation that you need to run Known from a subdomain (not directory). |
I did check with @benwerd in IRC yesterday @Asherehsa, and he said you could do that now. I do have a version running on a sub-domain, but I want to move it over. |
To confirm, @Asherehsa and @davidmead, you can run it in a subdirectory. If .htaccess hasn't been created, you definitely want to copy htaccess.dist to .htaccess. |
Thanks @benwerd. I couldn't rename the Using the file manager on the server I can see it and it looks exactly the same as the |
Just an idea @benwerd, but does the subdirectory need to have Group Write settings enabled? |
If .htaccess is there, I wouldn't worry about it. Perhaps try adding the URL explicitly to config.ini? url = "http://davidjohnmead.com/blog" |
Uhm. Nope. @benwerd That just seems to have nixed the CSS. Adding a backslash |
Fascinating. Would you mind adding a little debugging? In /index.php, underneath this:
Could you add
temporarily, and let me know what it says? |
I get the following:
|
So that's exactly correct. I wonder if, for some reason, CGI mode is preventing Known from getting the correct variables to construct the page routes. Hmm. |
My only other PHP setting option is 5.3.29 FastCGI or 5.3.29 CGI (Stable) on that domain. I can send you a link to the phpinfo.php if you want. |
Can you post your .htaccess here? Also the one from the root if any. I had the problem that both outruled each other. |
Here's the one from the sub-directory and here's the one from the root |
Maybe you should except your /blog (known) subdirectory from the root rules. RewriteCond %{REQUEST_FILENAME} !blog After the !-d rule in the root .htaccess It helped on my installation with other application on it. |
I'll try that @danito. Should I blow away the |
I don't think so, I think I had luck and after that the rewrite rules wheren't applied on my known subdirectory I had full access to it. But I don't know how it will behave in your case. |
@danito No luck. Tried just adding that to the root Still doesn't work. |
I'm absolutely 100% convinced that this has something to do with routes not working in CGI mode. Does anyone have access to a CGI mode setup to test? |
Only fastcgi, but I'm not sure that's the same (but that's what travis is using) |
We found and fixed the bug with FastCGI. It does work now. |
On install, goes all the way, doesn't create database.
When database manually created, doesn't install tables.
Error:
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'idno.config' doesn't exist
(issue actually filed by @mapkyca)
The text was updated successfully, but these errors were encountered: