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

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.

Bookmarks