Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Problems: Module: Information Unlimited v1.1a (2003/02/25)


martigan

Recommended Posts

Hello All!

 

I modding OSC for quite some time and now have something I can't figure out on my own. I installed the information unlimited contribution (newest) and got my self some problems.

 

The Admin site is working perfectly and all the info is submitted in the mysql database so that works fine.. However if I now use a new added link on the catalog site of my shop I get this link in my url box: http://www.notebookstore.nl/shop/FILENAME_...ATION?info_id=1 and an 404 page not found error...

 

Anyone who can help me on this?

 

Thanks alot!

Erik.

Link to comment
Share on other sites

You've got a missing language file - or perhaps a language file installed in the wrong directory.

 

Brian

 

Got your point but can't find anything where it can be, don't have language problems with any other contrinutions yet. I also only use one language 'english'. So can that really be the problem?

 

Had to change a line in the admin source code also for the admin site run withour errors... seems as it don't detects my language directories or something..

 

Ok I will look further and find it :) thx for you help so far!

 

 

Erik.

Link to comment
Share on other sites

Erik,

You need edit 'application_top.php' to define the variable 'FILENAME_INFORMATION' to the location of your 'information.php' file.

 

Your can do this by adding the following code to your 'catalog/includes/application_top.php' file.

 

/* Information Unlimited - Start */

define('FILENAME_INFORMATION', 'information.php');

/* Information Unlimited - End */

 

HTH (Hope this Helps),

Tony

"The price of success is perseverance. The price of failure comes much cheaper."

Link to comment
Share on other sites

  • 2 years later...

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