Changes between Version 12 and Version 13 of GenDol7TShooter


Ignore:
Timestamp:
Jun 30, 2011, 11:14:15 AM (13 years ago)
Author:
IgorL
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GenDol7TShooter

    v12 v13  
    22If 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]] 
    33 
    4  
     4-- 
    55 
    66== I see a blank page in the place of my Dolphin Home page. == 
     
    1414You should replace "path_to_script" with the absolute path to your script's folder. 
    1515 
     16-- 
    1617 
    1718== My page comes out gibberish. When I look at the source I see a lot of '''<?php ... ?>''' tags. == 
     
    1920If 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.  
    2021 
     22-- 
    2123 
    2224== After install my home page displays "Internal error 500". == 
     
    2426Your 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. 
    2527 
     28-- 
    2629 
    2730== I keep getting ''Database activation failed'' but I'm sure my configuration is correct. == 
     
    3437If 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.     
    3538 
     39-- 
    3640 
    3741== My security image doesn't show up on join_form.php. == 
     
    3943Check 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'''. 
    4044 
     45-- 
    4146 
    4247== My image/MP3/video uploads don't work. == 
     
    4651Your ''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. 
    4752         
     53-- 
    4854 
    4955== Forum displays a blank page == 
     
    5157Check if ''PHP'' is compiled with '''DOMXML''' and '''XSLT''' support. 
    5258 
     59-- 
    5360 
    5461== My Dolphin site shows 500 internal server error == 
     
    62693) 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. 
    6370 
     71-- 
    6472 
    6573== Some or all of my Flash apps keep on loading and do not work. == 
     
    98106 
    99107'''''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 
     1131) 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 
     1152) Check if ffmpeg.exe is executable and produces any output. This can be checked in ''Admin Panel -> Tools -> Host Tools -> Host Params'' 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.
Fork me on GitHub