Script error

Connect with other users about what to run on your webhosting (and how to run it) here.
Post Reply
Jose76Tron
New to forums
New to forums
Posts: 1
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Fri Oct 21, 2016 3:43 pm

Script error

Post by Jose76Tron »

I have this error in a script, i use it with a daily crontab.

Fatal error: require_once(): Failed opening required '../includes/config.php' (include_path='.:/usr/share/php5:/usr/share/php') in /usr/www/ubercrazies/public/donations/scripts/remove_expired.php on line 6
User avatar
Vanderburg
Former staff
Former staff
Posts: 1253
Joined: Sat Nov 13, 2010 7:27 am
Location: Dallas, TX

Re: Script error

Post by Vanderburg »

This error means that there's a problem opening that specific file (../includes/config.php). You should make sure that it exists, and is complete.
Post Reply