Guest Posted August 12, 2005 Posted August 12, 2005 Warning: main(includes/application_bottom): failed to open stream: No such file or directory in /home/mysite/catalog/index.php on line 411 Fatal error: main(): Failed opening required 'includes/application_bottom' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/mysite/catalog/index.php on line 411 I rec'd this error. This is what I have on line 411. What do I need to do to fix this problem? <?php require(DIR_WS_INCLUDES . 'application_bottom'); ?> I have no PHP knowledge, so could you please be exact with code so I can cut & paste it. Thanks so much.
kgt Posted August 12, 2005 Posted August 12, 2005 <?php require(DIR_WS_INCLUDES . 'application_bottom.php'); ?> Contributions Discount Coupon Codes Donations
Recommended Posts
Archived
This topic is now archived and is closed to further replies.