Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

Hi everyone, please excuse my ignoraces, I am new to this.

 

I was just reading the install instructions provided in the download and noticed that step 2 reads like this.

 

Step #2 - Modify files

These files has been modified:

admin/categories.php

admin/includes/functions/general.php

admin/includes/functions/database.php

includes/application_top.php

includes/functions/html_output.php

 

Does this mean that we need to replace the files with ones provided in the folder, edit/ modify them to what ???

 

Any basic guidence would be greatly appreciated.

 

Cheers

Posted

It means these files have been changed to get the new feature to work.

 

If you have not changed your site after you installed it at all you can just overwrite these files with the new ones. Otherwise there are normally instruction along the lines of add "this code" after "this code".

 

G

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

Thanks for the reply, I ended up looking at the install folder and found the rest of the easy to follow instructions. Really hope this works.

 

Thanks heaps

Posted

Hi there, thanks for the info, just having a few small problems. If anyone can help will be appreciated.

 

After following the "Ultimate SEO URLs Documentation" I tested the website and found that it was coming up with a few "page not found" messages.

 

I couldnt see where to clear the cache and realised in the Administration Panel, under "configuration" then "chache" that "Use Cache" was set at "false."

 

So I set it to "true" and cleared the cache for all three categories that show under "Tools" and "Cache Control".

 

PROBLEM

Now when I view the website, the middle part where the products used to come up is pushed all the way to the right. I have attached an image to this post.

 

You will notice in the image on the left hand side that it shows some categories. If I refresh the page 3-4 times the categories on the left hand side dissapear and the products that you see on the right then return to where they are supposed to be.

 

Also this will most likely have something to do with it too, if I click on any of the pages in the website, they all work except for the categories. If I click onto a category, I get "Page not Found".

 

One last thing that may help. When I go to the Admin Panel, Config and the SEO URL,s I see this message at the top.

 

Warning: call_user_func(tep_reset_cache_data_seo_urls) [function.call-user-func]: First argument is expected to be a valid callback in /clientdata/clients/k/a/ware.com.au/www/htm/osc/admin/includes/functions/general.php on line 1199 which reads;

 

1197 function tep_call_function($function, $parameter, $object = '') {

1198 if ($object == '') {

1199 return call_user_func($function, $parameter);

1200 } elseif (PHP_VERSION < 4) {

1201 return call_user_method($function, $object, $parameter);

1202 } else {

1203 return call_user_func(array($object, $function), $parameter);

1204 }

1205 }

 

Sorry for the long post, just want to give as much info as possible.

 

Cheers n thanks for creating the code.

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