PhotoPost Photo Gallery Sales PhotoPost Sales Toll Free Phone Number
Mon-Fri 9am-4pm EST
  PhotoPost Photo Sharing Photo Gallery    Visualize community tm
| | | | | | | | |

Go Back   PhotoPost Community > PhotoPost Support > ReviewPost Pro Support Forums > ReviewPost Bug Reports

ReviewPost Bug Reports Let us know about any post installation problems you are having with ReviewPost.

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old October 28th, 2010, 06:39 PM   #1 (permalink)
Senior Member
Verified Customer
 
Geiri's Avatar
 
Join Date: Nov 2002
Location: Reykjavik, Iceland
Posts: 724
Problems translating

Trying to translate the phrase "My Products" to "Mínar vörur" makes it disappear from index.php


I have sent the login details to the site to your comcast so you can take a look


Mysql info
* Server: localhost via TCP/IP
* Server version: 5.1.32-community
* Protocol version: 10
* User: ****@localhost
* MySQL charset: UTF-8 Unicode (utf8)

All db tables are utf8_general_ci
__________________
Geiri
Geiri is offline   Reply With Quote
Old October 28th, 2010, 07:24 PM   #2 (permalink)
Senior Member
Verified Customer
 
Geiri's Avatar
 
Join Date: Nov 2002
Location: Reykjavik, Iceland
Posts: 724
Maby this is a bad install?

I see that the category names are not shown and the announchment text is gone after I save, but still I can see it at the Index page?
__________________
Geiri
Geiri is offline   Reply With Quote
Old October 28th, 2010, 08:52 PM   #3 (permalink)
Senior Member
Verified Customer
 
Geiri's Avatar
 
Join Date: Nov 2002
Location: Reykjavik, Iceland
Posts: 724
This problem only shows for special letters like if I use Á instead of A
__________________
Geiri
Geiri is offline   Reply With Quote
Old October 29th, 2010, 09:27 AM   #4 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,702
Line 530 of adm-lang.php comment out like shown below

Code:
Content visible to verified customers only.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old October 29th, 2010, 01:03 PM   #5 (permalink)
Senior Member
Verified Customer
 
Geiri's Avatar
 
Join Date: Nov 2002
Location: Reykjavik, Iceland
Posts: 724
Thank you Chuck
This is a partial fix

The word show up right and translated on the index but are not searchable in the database.

Allso this does not work for the admin side of the announchment box or admin>edit categories
__________________
Geiri
Geiri is offline   Reply With Quote
Old October 29th, 2010, 04:47 PM   #6 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,702
well its not a partial fix thats a new thing your talking about.

Remember how your database saves it can be different depending on encoding etc

If your not finding it on a search of the string its because your database saves it some other way than your tryping it.

My database tables are UTF8 and when I store an umlate it is stored correct like example

männer

That is stored in my database as that and is very searchable.

Now what I would suggest is searching for other matches or partial matches to find a string.

Again category editing is something different than what we have been discussing on language editor.

Any announcement box in the adm-cats.php script I would need to check for any htmlspecialchars line and try commenting that out.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old October 29th, 2010, 09:09 PM   #7 (permalink)
Senior Member
Verified Customer
 
Geiri's Avatar
 
Join Date: Nov 2002
Location: Reykjavik, Iceland
Posts: 724
Quote:
Originally Posted by Chuck S View Post
well its not a partial fix thats a new thing your talking about.

Remember how your database saves it can be different depending on encoding etc

If your not finding it on a search of the string its because your database saves it some other way than your tryping it.

My database tables are UTF8 and when I store an umlate it is stored correct like example

männer

That is stored in my database as that and is very searchable.
THis is my db info.
* MySQL charset: UTF-8 Unicode (utf8)
All db tables are utf8_general_ci

I did a search in PhpMyAdmin and there is no trouble there see screenshots

If I search for that Phrase ' Áskriftir ' in Reviewpost I get 101 resaults
If I search for the Phrase ' Askriftir ' I shows up. A instead of Á
Attached Images
File Type: png rp_1_v501.png (48.3 KB, 4 views)
__________________
Geiri
Geiri is offline   Reply With Quote
Old October 30th, 2010, 03:22 PM   #8 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,702
well I will do a test using that word and see what I come up with. Just theoretically though if the result is Áskriftir in the database and you do a search in reviewpost you should get any results with that.

Maybe in the adm-lang.php try commenting out this line?

Code:
Content visible to verified customers only.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old October 30th, 2010, 05:03 PM   #9 (permalink)
Senior Member
Verified Customer
 
Geiri's Avatar
 
Join Date: Nov 2002
Location: Reykjavik, Iceland
Posts: 724
That works for the admin side search
__________________
Geiri
Geiri is offline   Reply With Quote
Old October 30th, 2010, 08:36 PM   #10 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,702
okay enjoy your weekend
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old October 31st, 2010, 08:06 AM   #11 (permalink)
Senior Member
Verified Customer
 
Geiri's Avatar
 
Join Date: Nov 2002
Location: Reykjavik, Iceland
Posts: 724
Thank you Chuck

But about the categories

If I comment out this part of admin-cats.php

I don´t see the category name on the list of categories but if I open a category for edit the name is there and the description?

Allso the Title for the Announcement box is shown but not the content but bothe the content and the title are visible on the index.php

Code:
Content visible to verified customers only.
__________________
Geiri
Geiri is offline   Reply With Quote
Old October 31st, 2010, 10:07 AM   #12 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,702
Try the adm-inc.phyp file as well and remove htmlentities
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old October 31st, 2010, 10:38 AM   #13 (permalink)
Senior Member
Verified Customer
 
Geiri's Avatar
 
Join Date: Nov 2002
Location: Reykjavik, Iceland
Posts: 724
Thats it for admin Categories

But it does not work on the admin>Index Options>anounchmennt content box

Where should I look for that fix?
__________________
Geiri
Geiri is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
feature template not translating dbigras Photopost Pro Bug Reports 5 May 26th, 2010 08:25 AM
Problems translating Verne Classifieds Installation & Upgrades 9 December 29th, 2009 09:21 PM
Translating classifieds globalinsites Classifieds How do I...? 3 December 7th, 2006 08:02 AM
5.21 not translating vb navbar links... Martyn@BB Photopost Pro Installation & Upgrades 3 November 14th, 2005 08:34 PM
Need urgent help here : Logging in problems/ Cookie problems cinq Photopost Pro Installation & Upgrades 8 July 28th, 2004 07:17 AM


All times are GMT -5. The time now is 10:22 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0