Error loading CMSMS website - php

I just uploaded a CMSMS website, but cannot view the website. Am getting the error:
Warning:
require(/home/inkbran1/public_html/century21nigeria/lib/smarty/Smarty.class.php)
[function.require]: failed to open stream: No such file or directory
in /home/inkbran1/public_html/century21nigeria/include.php on line 153
Fatal error: require() [function.require]: Failed opening required
'/home/inkbran1/public_html/century21nigeria/lib/smarty/Smarty.class.php'
(include_path='.:/usr/lib/php:/usr/local/lib/php') in
/home/inkbran1/public_html/century21nigeria/include.php on line 153
Please, what can i do? I am a PHP dummy.

Make sure that the file Smarty.class.php is in the directory listed in the error message.

Related

wordpress site down, missing files php

Something auto-updated over night and now my site is broken.
What does this mean?
Warning:
require_once(/home/content/86/9642286/html/tapped-ch/wp-settings.php)
[function.require-once]: failed to open stream: No such file or
directory in /home/content/86/9642286/html/tapped-ch/wp-config.php on
line 89
Fatal error: require_once() [function.require]: Failed opening
required '/home/content/86/9642286/html/tapped-ch/wp-settings.php'
(include_path='.:/usr/local/php5_3/lib/php') in
/home/content/86/9642286/html/tapped-ch/wp-config.php on line 89

My Laravel 4 app shows errors when uploaded to my website

I am new to Laravel 4. When I upload my app to my website it shows errors. How should I configure it to fix it?
Warning: require(__DIR__/../bootstrap/autoload.php) [function.require]: failed to open stream: No such file or directory in /home/a4651312/public_html/laravel/public/index.php on line 21
PHP Error Message Fatal error: require() [function.require]: Failed opening required '__DIR__/../bootstrap/autoload.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/a4651312/public_html/laravel/public/index.php on line 21.
I put my app (name laravel) in public_htmt and sent a link from default.html to public.

WP-admin is not working, showing php errors

Warning: require(wp-blog-header.php) [function.require]: failed to open stream: No such file or directory in /home/tratam79/public_html/masoarafebra.ro/wp-admin/index.php on line 17
Warning: require(wp-blog-header.php) [function.require]: failed to open stream: No such file or directory in /home/tratam79/public_html/masoarafebra.ro/wp-admin/index.php on line 17
Fatal error: require() [function.require]: Failed opening required 'wp-blog-header.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/tratam79/public_html/masoarafebra.ro/wp-admin/index.php on line 17
Those are the errors I get when trying to access wp-admin. As of now I've tried forging the full URL to the files. Any ideas?
It could be your wordpress file is missing or not accessible. If you just upload it, it might be it is not uploaded completely.

Troubleshooting "failed to open stream: No such file or directory" when require()ing twilio-lib.php

I have downloaded the Twilio PHP library but I am getting an error when I try to include the library in my code.
Below is the error I get:
Warning: require(twilio-lib.php) [function.require]: failed to open stream: No such file or directory in /websites-dev/dev.icalapp.rogersdigitalmedia.com/testing.php on line 11
Fatal error: require() [function.require]: Failed opening required 'twilio-lib.php' (include_path='.:/usr/share/pear:/usr/share/php') in /websites-dev/dev.icalapp.rogersdigitalmedia.com/testing.php on line 11
Someone fudged up somewhere - there is no such twilio-lib.php file in Twilio's PHP library.
Try removing the line in your downloaded PHP that looks exactly or similar to the following:
require "twilio-lib.php";

How to fix fatal error in joomla 1.0?

This is the error:
Warning: require_once(/home/exhibit/public_html/includes/version.php) [function.require-once]: failed to open stream: No such file or directory in /home2/exhibit/public_html/includes/joomla.php on line 71
Fatal error: require_once() [function.require]: Failed opening required '/home/exhibit/public_html/includes/version.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home2/exhibit/public_html/includes/joomla.php on line 71
how to solve it?
/home/exhibit/public_html/includes/version.php
Sometimes FTP times out when uploading a file and this file might not have been uploaded correctly. Check that this file has a filesize larger than 0 and that it's there at all. If not then simply reupload this file to the correct spot.

Categories