Home > Joomla > Joomla Error: public_html/includes/joomla.php on line 71

Joomla Error: public_html/includes/joomla.php on line 71

If you Joomla show this error:

Warning: main(home/xxxxx/public_html/includes/version.php) [function.main]: failed to open stream: No such file or directory in /home/xxxxx/public_html/includes/joomla.php on line 71

Fatal error: main() [function.require]: Failed opening required ‘home/xxxxx/public_html/includes/version.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/xxxxx/public_html/includes/joomla.p

This error occurs because incorrect absolute path. To fix it, goto Joomla installation diretory and open configuration.php. Then make sure you have set a right value:

$mosConfig_absolute_path = '/home/[cpanel_username]/public_html';

NOT

$mosConfig_absolute_path = 'home/[cpanel_username]/public_html';

Related posts:

  1. Error: failed to open stream: No such file or directory
  2. Joomla: Cannot instantiate non-existent class: jconfig
  3. Joomla: JFolder::create: Could not create directory
  4. Internal Server Error
  5. Joomla: Register Globals

Categories: Joomla Tags:
  1. abi32
    April 22nd, 2008 at 20:14 | #1

    bos gmn solusinya ,kalau ada tampilan pt ini:
    Warning: require_once(/home/pabantul/www/www.pa-bantul.net/includes/version.php) [function.require-once]: failed to open stream: No such file or directory in /home/pabantul/public_html/includes/joomla.php on line 75

    Fatal error: require_once() [function.require]: Failed opening required ‘/home/pabantul/www/www.pa-bantul.net/includes/version.php’ (include_path=’.:/usr/lib/php’) in /home/pabantul/public_html/includes/joomla.php on line 75

  2. April 22nd, 2008 at 20:54 | #2

    Upload anda belum selesai, silahkan upload ulang.

  3. mkenya
    May 16th, 2008 at 16:58 | #3

    Worked for me… Great Advice.

    Thanks

  4. dave Nelson
    November 23rd, 2008 at 20:38 | #4

    You have just saved me hours, maybe days. I would have got there in the end, but thanks very much.
    I have also moved hosting company and set mine up as a sub-directory of an existing website. Just as an extra. Go to your existing website, ssh on and do a pwd. Do the same on the new website and then you can see what to change it to in the configuration.php

  5. Armin
    December 23rd, 2008 at 04:52 | #5

    Spent 2 hours to fix this problem! Thank you!

  6. January 30th, 2009 at 03:30 | #6

    Great advice. had ran website with no problems for 8 months and somehting changed. I fixed the absolute path (deleted a folder) and it started working again. Took me a while to find this post but I am glad I did.

  1. No trackbacks yet.