Soulsliver Posted July 31, 2014 Share Posted July 31, 2014 Greetings community, I have a strange problem with the latest dev build of PW. PW 2.4 was working like a charm local and online. The Problem: 1 - Installed Processwire latest dev build (Check - no errors) 2- Modules -> Core -> Languages Support (Check - no errors) ---------------------------------------------------------------------------------- Module Install - LanguageSupport Installed ProcessLanguage Created field: language_files Created fieldgroup: language (97) Created Template: language Created Default Language Page: /processwire/setup/languages/default/ Installed ProcessLanguageTranslator Created Language Translator Page: /processwire/setup/language-translator/ Created Langage Field: language Added field 'language' to user profile Added default language to 2 user profiles Language Support Installed! Click to the 'Setup' menu to begin defining languages. ---------------------------------------------------------------------------------- 3 - Modules -> Core -> Languages Support - Fields ERROR ---------------------------------------------------------------------------------- Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, [no address given] and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server error log. ---------------------------------------------------------------------------------- Now the site and the admin throws out this error everytime I try to login. Are there any changes made with the core modules install so that I can try to track down this error? On my local machine the installation works without any hitches. Link to comment Share on other sites More sharing options...
Craig Posted July 31, 2014 Share Posted July 31, 2014 To help track down the error, there may be some entries in this log file: site/assets/logs/errors.txt Link to comment Share on other sites More sharing options...
Soulsliver Posted July 31, 2014 Author Share Posted July 31, 2014 Hi Craig, I did a fresh install and got that error again. There was no log entry after that. Very strange that is... Link to comment Share on other sites More sharing options...
Craig Posted July 31, 2014 Share Posted July 31, 2014 OK The error could be somewhere in the .htaccess file. Have you got the new and original (pre-upgrade) versions of this file? If so, you could try swapping them over to see if one works. 1 Link to comment Share on other sites More sharing options...
DaveP Posted August 1, 2014 Share Posted August 1, 2014 .htaccess is favourite, as that error text Soulsliver quotes is not the one from PW. Link to comment Share on other sites More sharing options...
Nico Knoll Posted August 1, 2014 Share Posted August 1, 2014 Error 500 is normally a .htaccess error. Take a look at this troubleshooting guide: http://processwire.com/docs/tutorials/troubleshooting-guide . If it shouldn't work please come back here 1 Link to comment Share on other sites More sharing options...
Soulsliver Posted August 1, 2014 Author Share Posted August 1, 2014 Thanks for those tips guys but the problem ist still present. I did a fresh install of PW 2.4. Made a copy of the whole installed PW. Did a fresh install of the latest dev version. I replaced the .htaccess with the one from the 2.4 install. Server error. I followed the steps in the troubleshooting guide by commenting out the lines one by one. Nothing. The strange thing is that everything works. Even the Multilanguage mod installation. The server error instantly appears when I click on the "Languages Support - Fields" install button. Hm, well I think I have to wait for the stable 2.5 release then. Hope this error will not come up with the final version. Thanks guys 1 Link to comment Share on other sites More sharing options...
Soulsliver Posted August 2, 2014 Author Share Posted August 2, 2014 A little update... Since I was not able to track down my strange server error when hitting that INSTALL button for "Languages Support - Fields" I did the following: 1. Fresh install of PW dev online (didn´t touch anything) 2. Fresh install of PW dev local Installed all language core modules without a hitch. 3. Database export from local to SQL file 4. Database SQL file import into my online database 5. DONE! and working Now let´s see if I will discover more strange behaviors. Link to comment Share on other sites More sharing options...
cstevensjr Posted August 2, 2014 Share Posted August 2, 2014 I have a strange problem with the latest dev build of PW. PW 2.4 was working like a charm local and online. On my local machine the installation works without any hitches. Hopefully everything is now working. If you have any additional issues I believe it would be helpful if we knew the PHP, Apache and MySQL versions you are running on the dev online and dev local. Link to comment Share on other sites More sharing options...
Soulsliver Posted August 2, 2014 Author Share Posted August 2, 2014 Hi cstevensjr, now I cant login into my admin account. Still looking through the database where users are handled. PHP version: local - 5.4.16 | online - 5.3.28 MySQL version: local - 5.0.10 | online - 5.0.8-dev Somehow the odds are against me here. Link to comment Share on other sites More sharing options...
Soulsliver Posted August 2, 2014 Author Share Posted August 2, 2014 Where can I find the users? Are those stored inside the database? Link to comment Share on other sites More sharing options...
Nico Knoll Posted August 2, 2014 Share Posted August 2, 2014 You can try to reset the admin password: <?php // Reset Password $users->get("admin")->setOutputFormatting(false)->set('pass', 'yo12345')->save(); Link to comment Share on other sites More sharing options...
cstevensjr Posted August 2, 2014 Share Posted August 2, 2014 FYI, How to find the Apache Version http://kb.siteground.com/how_to_check_the_apache_version_on_the_server_hosting_my_acc/ One thing to remember, don't publicly list or publish the complete results of the phpinfo() information on your server Link to comment Share on other sites More sharing options...
Soulsliver Posted August 2, 2014 Author Share Posted August 2, 2014 Thanx guys but I will stick to 2.4 then. This is way too much fiddeling around. The thing I dont understand is why the dev version is working without flaws. And even the language support install is working. The problem only happens imediately if I click on the INSTALL button for "Languages Support - Fields". Boom - dead! Link to comment Share on other sites More sharing options...
horst Posted August 2, 2014 Share Posted August 2, 2014 (edited) Hi cstevensjr, now I cant login into my admin account. Still looking through the database where users are handled. PHP version: local - 5.4.16 | online - 5.3.28 MySQL version: local - 5.0.10 | online - 5.0.8-dev You should try to have major version in sync, PHP should be both 5.3 or 5.4 Also the minimum requirements for PW are: MySQL 5.0.15 or greater (later versions of 4.x may also work) (not 5.0.10 or 5.0.8) regarding 5.0.8 see also: https://processwire.com/talk/topic/7034-check-for-new-modules-causes-internal-server-error/ Edited August 2, 2014 by horst added link to maybe related thread 2 Link to comment Share on other sites More sharing options...
Soulsliver Posted September 13, 2014 Author Share Posted September 13, 2014 Greetings Processers! Just a quick update here. With the new stable version 2.5 Installation of all language modules went without any errors. Thanks Ryan!!! 3 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now