Post by steelista » Wed Sep 21, 2011 2:31 pm

Hi!

I have OC 1.5.1.1 installed and my problem is I cannot add any existing attribute to a product. There should be a "pop-up" box when I start typing first letters of an attribute, but it simply doesn't show up. I suspect there is something wrong with my webserver configuration so my question is: what do I need to check on the webserver in order to make this function work? I attached PHP info to this post in case it might help someway.

Thank you.

SOLUTION: There has to be a php module mbstring installed on the webserver.
Last edited by steelista on Mon Sep 26, 2011 2:57 pm, edited 2 times in total.

Newbie

Posts

Joined
Wed Sep 21, 2011 1:54 pm

Post by uksitebuilder » Wed Sep 21, 2011 5:18 pm

ask your host if mbstring php module is installed

User avatar
Guru Member

Posts

Joined
Thu Jun 09, 2011 11:37 pm
Location - United Kindgom

Post by bsl » Wed Sep 21, 2011 7:24 pm

I also am having the same problem, I do not think this is a problem with mbstring as I have this problem and have mbstring installed. :S

bsl
Newbie

Posts

Joined
Tue Sep 20, 2011 6:59 pm

Post by steelista » Thu Sep 22, 2011 3:48 pm

uksitebuilder wrote:ask your host if mbstring php module is installed
Mbstring module has been installed on the server, but the problem still exists :-/

Newbie

Posts

Joined
Wed Sep 21, 2011 1:54 pm

Post by uksitebuilder » Thu Sep 22, 2011 5:24 pm

to check mbstring is working correctly

create a new php file call it test.php

inside the file put the following

Code: Select all

<?php
$a = 'ÁÉÍÓÚ';
echo mb_strtolower($a, 'UTF-8');
?>
Save it, upload it, run it.

You should see on the screen:

Code: Select all

áéíóú

User avatar
Guru Member

Posts

Joined
Thu Jun 09, 2011 11:37 pm
Location - United Kindgom

Post by steelista » Thu Sep 22, 2011 6:26 pm

uksitebuilder wrote:
The module was not installed properly and thanks to your little script we could troubleshoot it. Now adding of attributes works flawlessly. Thank you!

Newbie

Posts

Joined
Wed Sep 21, 2011 1:54 pm

Post by ateetagrawal » Sun Jan 15, 2012 6:01 pm

Hello,

The autocomplete function do not working in Featured products for me. Tested your code to check if mbstring is installed and found out that it is installed. you can check it at www.theheadphones.co.uk/info.php

The opencart version i am using is 1.5.0. Not sure what the problem is. Have been behind it since days. Please help.

Regards,
Atit Agrawal

Newbie

Posts

Joined
Sun Jan 15, 2012 5:56 pm

Post by uksitebuilder » Wed Jan 18, 2012 2:07 am

Well, you should upgrade to at least 1.5.0.5 for a start this may fix your problem and certainly fixes several other bugs in the early 1.5.0.x releases

User avatar
Guru Member

Posts

Joined
Thu Jun 09, 2011 11:37 pm
Location - United Kindgom

Post by maxo127 » Tue Jul 24, 2012 2:20 am

Hi
on my http://dvr.ge same problem. I tried test file, it vorks - show "aeiou". And I installed another opencart inside - http://dvr.ge/octest, same distributive. and in this store autocomplete works.

Version 1.5.3.1

What can be wrong?

User avatar
Newbie

Posts

Joined
Fri Nov 20, 2009 8:57 pm

Post by maxo127 » Wed Jul 25, 2012 4:19 am

solved.
it was because admin-product-filter-multi-category.xml
What a pity! :(

User avatar
Newbie

Posts

Joined
Fri Nov 20, 2009 8:57 pm

Post by cagbaazee » Fri Sep 13, 2013 7:22 pm

uksitebuilder wrote:to check mbstring is working correctly

create a new php file call it test.php

inside the file put the following

Code: Select all

<?php
$a = 'ÁÉÍÓÚ';
echo mb_strtolower($a, 'UTF-8');
?>
Save it, upload it, run it.

You should see on the screen:

Code: Select all

áéíóú



Hello I did that and it does not show and is blank. So u mean that MB string is not install yet. Right... Do reply.

THanks

Newbie

Posts

Joined
Wed Feb 13, 2013 1:31 pm
Who is online

Users browsing this forum: No registered users and 362 guests