Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

I have this installed...sort of

 

I have this at the top of my 'modules' page

 

//START ACA 2.0 define('HEADING_TITLE_MODULES_ACAPRO', 'ACA-products Modules'); define('HEADING_TITLE_MODULES_ACACAT', 'ACA-categories Modules'); //END ACA 2.0

 

its in flat text at the very top of the page

 

i do see the two entries ACA made and when i click on them I see

 

HEADING_TITLE_MODULES_ACAPRO

then underneath modules I see 'home/gmadmin/public_html/admin/includes/modules/products/' which i assume is the path to any contributions I put in the products folder ? I don't have anything I uploaded to that yet

 

however when i click the install button. i get a blank page with this

 

//START ACA 2.0 define('HEADING_TITLE_MODULES_ACAPRO', 'ACA-products Modules'); define('HEADING_TITLE_MODULES_ACACAT', 'ACA-categories Modules'); //END ACA 2.0

Warning: Cannot modify header information - headers already sent by (output started at /home/gmadmin/public_html/admin/includes/languages/english/modules.php:27) in /home/gmadmin/public_html/admin/includes/functions/general.php on line 22

 

I have checked the CHMOD on everthing and that doesn't seem to be it

 

Here is modules.php

 

<?php

/*

$Id: modules.php,v 1.6 2003/05/28 14:07:36 hpdl Exp $

 

osCommerce, Open Source E-Commerce Solutions

http://www.oscommerce.com

 

Copyright © 2003 osCommerce

 

Released under the GNU General Public License

*/

 

define('HEADING_TITLE_MODULES_PAYMENT', 'Payment Modules');

define('HEADING_TITLE_MODULES_SHIPPING', 'Shipping Modules');

define('HEADING_TITLE_MODULES_ORDER_TOTAL', 'Order Total Modules');

 

define('TABLE_HEADING_MODULES', 'Modules');

define('TABLE_HEADING_SORT_ORDER', 'Sort Order');

define('TABLE_HEADING_ACTION', 'Action');

 

define('TEXT_MODULE_DIRECTORY', 'Module Directory:');

?>

//START ACA 2.0

define('HEADING_TITLE_MODULES_ACAPRO', 'ACA-products Modules');

define('HEADING_TITLE_MODULES_ACACAT', 'ACA-categories Modules');

//END ACA 2.0

 

 

and up to line 22 on the other

 

<?php

/*

$Id: general.php,v 1.160 2003/07/12 08:32:47 hpdl Exp $

 

osCommerce, Open Source E-Commerce Solutions

http://www.oscommerce.com

 

Copyright © 2003 osCommerce

 

Released under the GNU General Public License

*/

 

////

// Redirect to another page or site

function tep_redirect($url) {

global $logger;

 

if ( (strstr($url, "\n") != false) || (strstr($url, "\r") != false) ) {

tep_redirect(tep_href_link(FILENAME_DEFAULT, '', 'NONSSL', false));

}

 

header('Location: ' . $url);

Posted

The includes/languages/english/modules.php has an extra space in it. Open the file, move teh cursor to the very end and backspace (not left arrow) until you reach the > symbol, save and upload. This is a common problem. if you try searching, you will find other, more lengthy answers.

 

Jack

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

All of My Addons

Get the latest versions of my addons

Recommended SEO Addons

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...