Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

seo.class.php error on line 1570


dajorla

Recommended Posts

Hi guys,

i

I've installed SEO URL, I've followed the instructions.

And when you call: http://localhost/catalog/index.php the server sends to you a white page.

If you open the apache log, there are row like this: "Fatal error: Call to undefined function: mb_convert_case() in /xxxx/xxxxx/x/x/x/xxxxxxxx/html/catgalog/includes/classes/seo.class.php on line 1570 "

 

Could you help me?

 

Thanks.

Daniel

Link to comment
Share on other sites

mb-convert-case is a standard PHP function, provided your PHP version is 4.3.0 or greater. Click the link to read more.

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 >

Link to comment
Share on other sites

Hi did you forget to add anything to includes/functions/general.php?

 

what version of that contribution are you using?

 

Steve

 

Hi Steve,

I'm using SEO_URL_v22d.5 BY CHEMO.

I have followed all the instructions to install the contribution.

Thanks for your attention.

Daniel

Link to comment
Share on other sites

Hi Steve,

I'm using SEO_URL_v22d.5 BY CHEMO.

I have followed all the instructions to install the contribution.

Thanks for your attention.

Daniel

My html_output.php is modified. I saw it on a post. When "Enable SEO_URL" is set to true, it executes chemo's code. But, if "Enable SEO_URL" is set to false, it executes original code.

Link to comment
Share on other sites

So what version is your PHP?

:unsure:

 

If you don't know how to find out, put the contents below in a PHP file and access it with your localhost.

 

The PHP version will be at the top of the resulting page.

 

<?php
phpinfo();
?>

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 >

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