Changes between Version 21 and Version 22 of GenDol7TShooter


Ignore:
Timestamp:
Mar 5, 2013, 5:49:19 AM (11 years ago)
Author:
AlexT
Comment:

I see a blank page in the place of the page

Legend:

Unmodified
Added
Removed
Modified
  • GenDol7TShooter

    v21 v22  
    44---- 
    55 
    6 '''[#IseeablankpageintheplaceofmyDolphinHomepage. I see a blank page in the place of my Dolphin Home page.]''' 
     6'''[#IseeablankpageintheplaceofmyDolphinHomepage. I see a blank page in the place of the page]''' 
    77 
    88'''[#Mypagecomesoutgibberish.WhenIlookatthesourceIseealotofphp...tags. My page comes out gibberish. When I look at the source I see a lot of <?php ... ?> tags.]''' 
     
    3232---- 
    3333 
    34 == I see a blank page in the place of my Dolphin Home page. == 
    35  
    36 Your server probably refuses to use relative paths, so that ''PHP''s' '''require_once''' instructions can't find the files specified. To resolve the problem you should add the following string as the first instruction in ''index.php'', ''inc/design.inc.php'' and ''admin/index.php''. 
    37  
    38 {{{ 
    39 ini_set("include_path", "path_to_script"); 
    40 }}} 
    41  
    42 You should replace "path_to_script" with the absolute path to your script's folder. 
     34== I see a blank page in the place of the page == 
     35 
     36Blank 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. 
     37 
     38You can check your PHP setting in Dolphin Admin Panel > Tools > Host Tools > PHP Info 
    4339 
    4440---- 
 
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