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


joomla hostingJoomla Hosting
Dapur Hosting menyediakan layanan web hosting joomla dan murah gratis nama domain hanya Rp 200.000.

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';

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

  1. abi32 on April 22, 2008 at 8:14 pm said:

    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. Upload anda belum selesai, silahkan upload ulang.

  3. mkenya on May 16, 2008 at 4:58 pm said:

    Worked for me… Great Advice.

    Thanks

  4. dave Nelson on November 23, 2008 at 8:38 pm said:

    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. Spent 2 hours to fix this problem! Thank you!

  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.

Post Navigation