Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

HTML WYSIWYG v1.6.6 Beta


Guest

Recommended Posts

I'm trying to get this contrib working. followed all the steps in the instructions fine, but step 2.3 is giving me a problem: -

 

it references a file (catalog/default.php) which doesn't appear on my site?

 

here is an excerpt from the install file: -

----------------------------------------------------------------------------------------------

STEP 2.3 --> OPEN: catalog/default.php

================================

Look for this around line 32:

================================

 

<tr>

<td class="main"><br><?php echo TEXT_MAIN; ?></td>

</tr>

 

===============================

And replace that line with this:

===============================

<tr>

<td class="main"><?php include(DIR_WS_LANGUAGES . $language . '/' . FILENAME_DEFINE_MAINPAGE); ?></td>

</tr>

--------------------

 

it's the only step i haven't been able to complete, so please help.

 

thanks.

Gary.

Link to comment
Share on other sites

Also i have a problem in my config from admin now after doing the install.

 

bearing in mind i wasn't able to modify a 'default.php' as described above. I thought i'd continue regardless, however I am getting an error message as follows now whenever I try to access the config section from the contol panel.

 

Parse error: parse error, unexpected $ in /home/fhlinux205/p/xxxx/htdocs/catalog/admin/includes/boxes/catalog.php on line 37

 

line 37 of my catalog.php is as follows:

 

<!-- catalog_eof //-->

 

help please. not many are replying to my help, so if you do know about these things do reply =)

 

gary.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

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...