Changes between Version 12 and Version 13 of GenDol7TShooter
- Timestamp:
- Jun 30, 2011, 11:14:15 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GenDol7TShooter
v12 v13 2 2 If your web-server complies with [wiki:DolTech Dolphin Hosting Requirements] and you carefully followed al the steps described in [wiki:DetailedInstall Dolphin 7 Installation Guide], your site should work just fine. In some (rare) cases, you may encounter a problem. In this document we gather the most common known issues and their possible solutions.[[BR]] 3 3 4 4 -- 5 5 6 6 == I see a blank page in the place of my Dolphin Home page. == … … 14 14 You should replace "path_to_script" with the absolute path to your script's folder. 15 15 16 -- 16 17 17 18 == My page comes out gibberish. When I look at the source I see a lot of '''<?php ... ?>''' tags. == … … 19 20 If the '''<?php ?>''' tags are being sent to the browser, it means your ''PHP'' is not working properly. All ''PHP'' code is supposed to be executed before the server sends the resulting ''HTML'' to your web browser. Make sure your web server meets the [wiki:DolTech requirements] to run Dolphin, that ''PHP'' is installed and configured properly, or contact your hosting provider or system administrator for assistance. 20 21 22 -- 21 23 22 24 == After install my home page displays "Internal error 500". == … … 24 26 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. 25 27 28 -- 26 29 27 30 == I keep getting ''Database activation failed'' but I'm sure my configuration is correct. == … … 34 37 If you are using a version of ''MySQL'' prior to 4.1, use PASSWORD instead of OLD_PASSWORD. If you do not have shell access, you should be able to simply enter the above into an ''SQL query'' in ''phpMyAdmin''. Failing that, you may need to use your host's control panel to reset the password for your database user. 35 38 39 -- 36 40 37 41 == My security image doesn't show up on join_form.php. == … … 39 43 Check if you have [http://www.boutell.com/gd/ GD library] installed and if it's compiled with ''Free Type fonts'' library. If GD library is not installed, you should install the latest version of [http://www.imagemagick.org ImageMagick] and disable '''Use GD library for image processing in '''Admin panel -> Settings -> Advanced Settings'''. 40 44 45 -- 41 46 42 47 == My image/MP3/video uploads don't work. == … … 46 51 Your ''PHP'' may be also configured to upload files under specific limit. In this case, check ''php.ini'' (PHP configuration file) and edit the settings for ''"upload_max_filesize"'' statement. 47 52 53 -- 48 54 49 55 == Forum displays a blank page == … … 51 57 Check if ''PHP'' is compiled with '''DOMXML''' and '''XSLT''' support. 52 58 59 -- 53 60 54 61 == My Dolphin site shows 500 internal server error == … … 62 69 3) All Dolphin files and folders should have your FTP user as their owner. If it is not so, this can be another reason of the problem. 63 70 71 -- 64 72 65 73 == Some or all of my Flash apps keep on loading and do not work. == … … 98 106 99 107 '''''MODULE_NAME''''' stands for '''board''', '''chat''', '''desktop''', '''im''', '''mp3''', '''photo''', '''video''' or '''video_comments'''. 108 109 -- 110 111 == When I upload a video it always says "video is being processed" == 112 113 1) Check if the crons are installed and running properly. You can check your bug report email for messaged from the crons and if they contain any problem messages. 114 115 2) Check if ffmpeg.exe is executable and produces any output. This can be checked in ''Admin Panel -> Tools -> Host Tools -> Host Params''