Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Something wrong with my Shipping & Returns


twinthings

Recommended Posts

Posted

Hi

Can anyone see anything wrong here;

 

<?php

/*

$Id: conditions.php,v 1.22 2003/06/05 23:26:22 hpdl Exp $

 

osCommerce, Open Source E-Commerce Solutions

http://www.oscommerce.com

 

Copyright © 2003 osCommerce

 

Released under the GNU General Public License

*/

 

require('includes/application_top.php');

 

require(DIR_WS_LANGUAGES . $language . '/' . FILENAME_SHIPPING_&_RETURNS);

 

$breadcrumb->add(NAVBAR_TITLE, tep_href_link(FILENAME_SHIPPING_&_RETURNS));

?>

 

 

This is the message I am getting;

Warning: main(@D@DPDA) [function.main]: failed to open stream: No such file or directory in /home/twint1/public_html/shipping_&_returns.php on line 15

 

Warning: main(@D@DPDA) [function.main]: failed to open stream: No such file or directory in /home/twint1/public_html/shipping_&_returns.php on line 15

 

Fatal error: main() [function.require]: Failed opening required '@D@DPDA' (include_path='.:/usr/lib/php') in /home/twint1/public_html/shipping_&_returns.php on line 15

Posted

Looks like a value for this part of the line is not being passed across

 

DIR_WS_LANGUAGES . $language

 

or it is not being set or it is not available to be passed across.

 

First step I would do is check the value for DIR_WS_LANGUAGES in /includes/configure.php.

 

Then work out where it is make available. Have you made any changes recently?

Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile

 

Virus Threat Scanner

My Contributions

Basic install answers.

Click here for Contributions / Add Ons.

UK your site.

Site Move.

Basic design info.

 

For links mentioned in old answers that are no longer here follow this link Useful Threads.

 

If this post was useful, click the Like This button over there ======>>>>>.

Posted

Since all the other links on your site work, the problem may be in /includes/filenames.php

 

Post the definition in that file you have for that file name ( FILENAME_SHIPPING_&_RETURNS ).

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Archived

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

×
×
  • Create New...