the page is blank when install JoomFish_2.1.7 to joomla 1.5

Locked
kongsaoane
Joomla! Apprentice
Joomla! Apprentice
Posts: 5
Joined: Sat Apr 23, 2011 5:53 am

the page is blank when install JoomFish_2.1.7 to joomla 1.5

Post by kongsaoane » Tue May 10, 2011 7:20 am

after I install joomfish 2.1.7 to my website, all page become blank. it display nothing.

តើហេតុអ្វីបានជាអញ្ចឹង ជួយនែនាំវិធីដោះស្រាយផង
សូមអរគុណច្រើន!

User avatar
dylanjh
Joomla! Ace
Joomla! Ace
Posts: 1823
Joined: Fri Sep 22, 2006 6:22 pm
Location: UK
Contact:

Re: the page is blank when install JoomFish_2.1.7 to joomla

Post by dylanjh » Tue May 10, 2011 2:58 pm

A blank page normally indicates a PHP error has occurred. However most host providers will disable error reporting to the page to help improve security (error messages can often provide information that will aid in malicious attacks)

The way to find out what the error is, is to enable error reporting within Joomla! which you can do in Site->Global Configuration->server->error reporting

Set it to either simple or maximum.

Load you page up again, and see if an error is shown.

If you still get a blank page, then we to get a little more aggressive,
Edit your /index.php (in the root of your Joomla! install)
and add the following somewhere near the top, within the <?php tag

Code: Select all

 error_reporting(E_ALL | E_STRICT);
 ini_set("display_errors", 1);
The sadly, the above wil not report parse errors. So if you are still getting a blank page, you need to find out if you have access to error_log which many hosts give these days. If you are unsure, ask your hosting provider for access to your apache error_log file.


Alternatively you can edit your /.htaccess file (create it if it doesnt exist)

and enter

Code: Select all

php_value display_errors 1
php_value display_startup_errors 1
Provided your host supports user htaccess files, this will show any error your site is generating.

Once you have your error, you can start to figure out why its happening.
EmailAsUsername - Remove Usernames Joomla! Virtuemart And JomSocial registration http://www.lunarhotel.co.uk Many other extensions supported.

kongsaoane
Joomla! Apprentice
Joomla! Apprentice
Posts: 5
Joined: Sat Apr 23, 2011 5:53 am

Re: the page is blank when install JoomFish_2.1.7 to joomla

Post by kongsaoane » Wed May 11, 2011 4:06 pm

After I enable the error report, I get an error below:
Class 'DOMDocument' not found in .../administrator/components/com_joomfish/classes/JoomfishManager.class.php on line 215
So Can you show me how to fix this error!
Thanks a lot!

kongsaoane
Joomla! Apprentice
Joomla! Apprentice
Posts: 5
Joined: Sat Apr 23, 2011 5:53 am

Re: the page is blank when install JoomFish_2.1.7 to joomla

Post by kongsaoane » Tue May 17, 2011 1:07 pm

តើអ្នកណាអាចជួយដោះស្រាយបញ្ហានេះបានទេ?
Class 'DOMDocument' not found in /administrator/components/com_joomfish/classes/JoomfishManager.class.php on line 215
សូមអរគុណច្រើន!

User avatar
hengsovann
Joomla! Explorer
Joomla! Explorer
Posts: 375
Joined: Fri Jul 10, 2009 4:00 am
Location: Cambodia
Contact:

Re: the page is blank when install JoomFish_2.1.7 to joomla

Post by hengsovann » Wed May 18, 2011 5:29 am

kongsaoane wrote:តើអ្នកណាអាចជួយដោះស្រាយបញ្ហានេះបានទេ?
Class 'DOMDocument' not found in /administrator/components/com_joomfish/classes/JoomfishManager.class.php on line 215
សូមអរគុណច្រើន!
តើ​អ្នក​អាច​លម្អិត​បន្ថែម​ទៀត​បាន​ទេ៖
  • កំណែ​របស់​ជុំឡា​របស់​អ្នក?
  • កំណែ​ Mysql
  • កំណែ Php
ព័ត៌មាន​បន្ថែម​សូម​អាន ។
Sovann Heng ហេង សុវណ្ណ getinside360.com
អរគុណ"​អាច​ជួយ​ជំរុញ​អ្នក​ដទៃ​​មាន​កម្លាំង​ចិត្ត​ក្នុង​ការ​ចែក​រំលែក
Khmer (CAMBODIA) Translation Team Coordinator អ្នក​សម្របសម្រួល​ក្រុម​បកប្រែ​ភាសា​ខ្មែរ​


Locked

Return to “Khmer Forum”