Results 1 to 1 of 1

Thread: ccbill header.inc.php error

  1. #1
    Administrator Smoge's Avatar
    Join Date
    Mar 2005
    Posts
    6,634
    Blog Entries
    5

    Default ccbill header.inc.php error

    Hi,

    For Dolphin 5.5 - around line 29 of ccbill.php - you will see:
    Code:
    // It is recommended to put full path to header file here
    // You SHOULD put full path if this script is not in default folder
    {
    	require_once( "./inc/header.inc.php" );
    It should be

    Code:
    require_once( "../inc/header.inc.php" );
    or better yet the full path

    Code:
    require_once( "/home/yoursite/public_html/inc/header.inc.php" );
    This has been fixed in GPLdate02 (5.5)

    Smoge

    Quote Originally Posted by minasnet
    I tried to add ccbill payment and when i click to save it i got the following message;

    Warning: main(./inc/header.inc.php) [function.main]: failed to open stream: No such file or directory in /home/mysite/public_html/checkout/ccbill.php on line 32

    Fatal error: main() [function.require]: Failed opening required './inc/header.inc.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/mysite/public_html/checkout/ccbill.php on line 32

    so i dont have a clue what happened-any suggestions.
    Last edited by Smoge; 01-14-2007 at 11:00 PM.
    ModMySite Administrator

    Problems? Questions? Need modifications or other help with your site?

    Open A Ticket , Send Us An Email Or Give Us A Telephone Call +1 518-632-4152.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Header.inc.php error
    By daveofgv in forum Dolphin General Discussion v6.00 and above
    Replies: 6
    Last Post: 03-05-2008, 10:10 PM
  2. error? woith header
    By mapmaker1000 in forum Bugs Dolphin 6.00
    Replies: 1
    Last Post: 02-09-2008, 10:07 AM
  3. ccbill
    By im5150 in forum Payment Processing
    Replies: 17
    Last Post: 05-14-2007, 08:00 AM
  4. CCbill
    By stevie in forum Payment Processing
    Replies: 5
    Last Post: 03-15-2007, 05:27 PM
  5. Ccbill
    By LG in forum General Troubleshooting
    Replies: 4
    Last Post: 09-11-2006, 06:02 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •