dajorla Posted December 26, 2009 Posted December 26, 2009 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 Quote
steve_s Posted December 26, 2009 Posted December 26, 2009 Hi did you forget to add anything to includes/functions/general.php? what version of that contribution are you using? Steve Quote
germ Posted December 26, 2009 Posted December 26, 2009 mb-convert-case is a standard PHP function, provided your PHP version is 4.3.0 or greater. Click the link to read more. Quote 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 >
dajorla Posted December 28, 2009 Author Posted December 28, 2009 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 Quote
dajorla Posted December 28, 2009 Author Posted December 28, 2009 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. Quote
germ Posted December 28, 2009 Posted December 28, 2009 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(); ?> Quote 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 >
Recommended Posts
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.