Changes between Version 22 and Version 23 of GenDol7TShooter
- Timestamp:
- Mar 5, 2013, 5:56:25 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GenDol7TShooter
v22 v23 4 4 ---- 5 5 6 '''[#IseeablankpageintheplaceofmyDolphinHomepage. I see a blank page in the place of the page ]'''6 '''[#IseeablankpageintheplaceofmyDolphinHomepage. I see a blank page in the place of the page.]''' 7 7 8 8 '''[#Mypagecomesoutgibberish.WhenIlookatthesourceIseealotofphp...tags. My page comes out gibberish. When I look at the source I see a lot of <?php ... ?> tags.]''' 9 9 10 '''[#AfterinstallmyhomepagedisplaysInternalerror500. After install my home page displays"Internal error 500".]'''10 '''[#AfterinstallmyhomepagedisplaysInternalerror500. I've got "Internal error 500".]''' 11 11 12 12 '''[#IkeepgettingDatabaseactivationfailedbutImsuremyconfigurationiscorrect. I keep getting "Database activation failed" but I'm sure my configuration is correct.]''' … … 32 32 ---- 33 33 34 == I see a blank page in the place of the page ==34 == I see a blank page in the place of the page. == 35 35 36 36 Blank page usually means some PHP error. If '''display_errors''' option is turned off, then just blank page appears. You need to check PHP error log file for the exact error, or enable '''display_errors''' PHP setting - then instead of blank page you will see the error message. You maybe will need to ask your hosting support to change this setting. The error message will give you some clues about the source of the problem. … … 46 46 ---- 47 47 48 == After install my home page displays "Internal error 500". == 49 50 Your server probably doesn't accept '''.htaccess''' files (folder configuration files). In this case, delete '''.htaccess''' file from the folder that doesn't open or refer to your hosting provider for a reference what it should be replaced with. 48 == I've got "Internal error 500". == 49 50 This is web-server error. You need to check web-server error log files for the exact error message, it will give you some clues about the source of the problem. 51 52 You maybe need to ask web hosting support to check error log files for you, since it maybe that you have no access to these files. 51 53 52 54 ----