Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Installation Header Tags Controller v2.3.7


chaostwin

Recommended Posts

Posted

One of the instructions was to add the following lines into the

 

'application_top.php'

 

(C:\AppServ\www\sites\oscommerce\catalog\includes\application_top.php)

 

 

>>

"Add to /catalog/includes/application_top.php

 

// BOF: WebMakers.com Added: Header Tags Controller v1.0

require(DIR_WS_FUNCTIONS . 'header_tags.php');

// Clean out HTML comments from ALT tags etc.

require(DIR_WS_FUNCTIONS . 'clean_html_comments.php');

// Also used by: WebMakers.com Added: FREE-CALL FOR PRICE

// EOF: WebMakers.com Added: Header Tags Controller v1.0"

 

The Error Message is:

 

Warning: main(DIR_WS_FUNCTIONSfunctions/header_tags.php): failed to open stream: No such file or directory in c:\appserv\www\sites\oscommerce\catalog\includes\application_top.php on line 14

 

Warning: main(DIR_WS_FUNCTIONSfunctions/header_tags.php): failed to open stream: No such file or directory in c:\appserv\www\sites\oscommerce\catalog\includes\application_top.php on line 14

 

Fatal error: main(): Failed opening required 'DIR_WS_FUNCTIONSfunctions/header_tags.php' (include_path='.;c:\php4\pear') in c:\appserv\www\sites\oscommerce\catalog\includes\application_top.php on line 14

 

I checked all the instructions twice, but the file that could not be found (header_tags.php)

is definitely in the functions directory, I also changed the path from

 

DIR_WS_FUNCTIONS . 'header_tags.php'

 

to the absolute path

 

'/functions/header_tags.php'

 

but still the same errormessage occures.

Please Help !!!

 

Greetz

Posted
One of the instructions was to add the following lines into the

 

'application_top.php'

 

(C:\AppServ\www\sites\oscommerce\catalog\includes\application_top.php)

>>

"Add to /catalog/includes/application_top.php

 

// BOF: WebMakers.com Added: Header Tags Controller v1.0

  require(DIR_WS_FUNCTIONS . 'header_tags.php');

// Clean out HTML comments from ALT tags etc.

  require(DIR_WS_FUNCTIONS . 'clean_html_comments.php');

// Also used by: WebMakers.com Added: FREE-CALL FOR PRICE

// EOF: WebMakers.com Added: Header Tags Controller v1.0"

 

The Error Message is:

 

Warning: main(DIR_WS_FUNCTIONSfunctions/header_tags.php): failed to open stream: No such file or directory in c:\appserv\www\sites\oscommerce\catalog\includes\application_top.php on line 14

 

Warning: main(DIR_WS_FUNCTIONSfunctions/header_tags.php): failed to open stream: No such file or directory in c:\appserv\www\sites\oscommerce\catalog\includes\application_top.php on line 14

 

Fatal error: main(): Failed opening required 'DIR_WS_FUNCTIONSfunctions/header_tags.php' (include_path='.;c:\php4\pear') in c:\appserv\www\sites\oscommerce\catalog\includes\application_top.php on line 14

 

I checked all the instructions twice, but the file that could not be found (header_tags.php)

is definitely in the functions directory, I also changed the path from

 

DIR_WS_FUNCTIONS . 'header_tags.php'

 

to the absolute path

 

'/functions/header_tags.php'

 

but still the same errormessage occures.

Please Help !!!

 

Greetz

 

 

you should define DIR_WS_FUNCTIONS in your configure.php file :

 

define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');

Treasurer MFC

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...