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 > PhotoPost Classifieds Support > Classifieds Installation & Upgrades

Classifieds Installation & Upgrades If you're having install or upgrade problems, post here.

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old June 1st, 2007, 02:49 PM   #41 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,809
So your saying vbulletin stores it just like it is printed on the page that makes no sense though

Username: Testčšžđć
User title: Začetnik

Because quite frankly if it was stored as it is displayed then classifieds should display it fine since all we are doing is showing what is in the database

I will search if there is anything to help you but a normal mysql classifieds install works as I have shown. I do not know much about mysqli to help alot here
__________________
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 June 1st, 2007, 03:18 PM   #42 (permalink)
Member
Verified Customer
 
Join Date: May 2007
Posts: 122
That is what I have been saying all along. My vBulletin tables store the data exactly like I enter it (Testčšžđć). Classifieds store these same characters differently.

Classifieds Admin panel shows the categories with special characters exactly how they are stored in the Classifieds tables but on the main page they show them correctly.

Example
Classifieds table: TestÄ?????đć
Admin panel: TestÄ?????đć
Main Classifieds page: Testčšžđć

What I find strange is that Classifieds store the data the same in MySQL and MySQLi. The problem is that when Classifieds read the data from the vBulletin MySQLi tables, it somehow gets distorted into Test?????.

Example
vBulletin table: Testčšžđć
Classifieds main page: Test?????

When user Testčšžđć posts an ad his username is stored into the Classifieds "products" table as "test?žš??" So basically letters ž and š are carried correctly over from vBulletin but other letters turn into question marks. However on the main Classifieds page even letters ž and š are displayed as question marks and Test????? is displayed as user.
tomzl is offline   Reply With Quote
Old June 3rd, 2007, 08:28 AM   #43 (permalink)
Member
Verified Customer
 
Join Date: May 2007
Posts: 122
Can you please reply what file I need to edit so that categories are displayed correctly in the admin panel? I have changed all instances of charset to be utf-8 in the Classiffieds files beforehand so there is nothing more to change.

On the main page the category is displayed as: ČŠŽĐĆ
In admin panel when I click edit categories: Ä?ŠŽÄ?Ä?
Stored in the database as: Ä?ŠŽÄ?Ä?
Edit subcats view in admin panel: ČŠŽĐĆ

Admin panel has utf-8 meta tags in its code on all the admin pages so I don't know where else to change it.

When I click Sort subcats in Edit categories, the categories are shown correctly like on the main page. Is this a bug since on one admin page Classifieds show the categories incorrectly and on another admin page they show them correctly? Both pages have utf-8 meta tags. In fact, when I go to edit the category, it manages to show the category name correctly and incorrectly on the same page (screenshot enclosed).

I have included screenshots for easier understanding.
Attached Images
File Type: gif edit_categories.gif (3.8 KB, 34 views)
File Type: gif edit_edit_categories.gif (6.7 KB, 7 views)
File Type: gif sort_subcats.gif (2.3 KB, 7 views)
tomzl is offline   Reply With Quote
Old June 3rd, 2007, 10:13 AM   #44 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,809
Line 4142 of adm-misc.php change from this

Code:
Content visible to verified customers only.
to this

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 June 3rd, 2007, 10:46 AM   #45 (permalink)
Member
Verified Customer
 
Join Date: May 2007
Posts: 122
Did it and the problem remains on the Edit Categories page (first attachment in my previous post). It did fix the second attachment though...
tomzl is offline   Reply With Quote
Old June 3rd, 2007, 04:09 PM   #46 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,809
I am not sure where your talking about exactly here whether its main screen edit screen etc but you can try redownloading the build and reuploading adm-inc.php adm-misc.php where I have made the corrections I noted myself
__________________
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 June 3rd, 2007, 04:46 PM   #47 (permalink)
Member
Verified Customer
 
Join Date: May 2007
Posts: 122
I redownloaded the latest build like you suggested in the other thread and made a clean install. I only changed all the charset instances to utf-8.

The problem is now a little different (look at the 3 attachments below).

On the main page both news and categories are displayed correctly.
Code:
Content visible to verified customers only.
In admin panel under Edit Categories the text is shown incorrectly but different than before you made the changes to the build.
Code:
Content visible to verified customers only.
Also, news settings have a problem. The news title is shown correctly but the News text is shown incorrectly. You may also notice that the text in the box for the news is indented to the right. This is present in all builds and I guess is another bug.
Code:
Content visible to verified customers only.
Attached Images
File Type: gif main_page.gif (2.9 KB, 21 views)
File Type: gif edit_categories2.gif (1.3 KB, 31 views)
File Type: gif news.gif (3.6 KB, 23 views)
tomzl is offline   Reply With Quote
Old June 3rd, 2007, 05:19 PM   #48 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,809
Okay one more try now
__________________
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 June 3rd, 2007, 05:29 PM   #49 (permalink)
Member
Verified Customer
 
Join Date: May 2007
Posts: 122
While you're making corrections. When you choose all options in the admin panel, there is some text missing (the explanation) for GMT Offset and WorldPay Installation ID. Explanations end in the middle of the sentence.
tomzl is offline   Reply With Quote
Old June 3rd, 2007, 06:07 PM   #50 (permalink)
Member
Verified Customer
 
Join Date: May 2007
Posts: 122
Can you tell me which files have been changed so I don't have to reinstall the whole thing again?
tomzl is offline   Reply With Quote
Old June 3rd, 2007, 06:33 PM   #51 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,809
same ones in post 46
__________________
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 June 3rd, 2007, 06:39 PM   #52 (permalink)
Member
Verified Customer
 
Join Date: May 2007
Posts: 122
OK, now the announcement text is correct (although still indented?).

In Edit Categories the names of the categories are still not shown correctly.
tomzl is offline   Reply With Quote
Old June 3rd, 2007, 06:42 PM   #53 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,809
Okay try once again
__________________
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 June 3rd, 2007, 06:47 PM   #54 (permalink)
Member
Verified Customer
 
Join Date: May 2007
Posts: 122
Downloaded the 5:42 PM build and uploaded both files and no change.
tomzl is offline   Reply With Quote
Old June 3rd, 2007, 08:08 PM   #55 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,809
should definately be a change the only difference in that file is the one line we noted in this discussion earlier where you said it fixed it
__________________
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 June 4th, 2007, 05:00 AM   #56 (permalink)
Member
Verified Customer
 
Join Date: May 2007
Posts: 122
The characters are still shown like this in Edit Categories.

Code:
Content visible to verified customers only.
I uploaded both files again to be sure but it didn't fix it.
tomzl is offline   Reply With Quote
Old June 4th, 2007, 10:06 AM   #57 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,809
Try searching in the adm-misc.php file and remove the UTF line that we added earlier in this discussion and see how it displays.

I have no idea why you say it works earlier in this thread but not now.
__________________
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 June 4th, 2007, 12:35 PM   #58 (permalink)
Member
Verified Customer
 
Join Date: May 2007
Posts: 122
Quote:
Originally Posted by Chuck S View Post
Try searching in the adm-misc.php file and remove the UTF line that we added earlier in this discussion and see how it displays.

I have no idea why you say it works earlier in this thread but not now.
No, you misunderstood. The problem was present in several places and the fixes you made took care of most locations except the text in admin panel when you click Edit Categories.

In Edit categories the categories first looked like this http://www.photopost.com/forum/attac...6&d=1180873597 and when you told me to redownload the build, it changed to http://www.photopost.com/forum/attac...1&d=1180903511 and then after a few more fixes it went back to http://www.photopost.com/forum/attac...6&d=1180873597.

It was never fixed, it was just wrong in a different way for some time.
tomzl is offline   Reply With Quote
Old June 4th, 2007, 12:40 PM   #59 (permalink)
Member
Verified Customer
 
Join Date: May 2007
Posts: 122
I also reversed the change mentioned in post #44 of this thread and it didn't fix the remaining problem but just made the problem reappear on the Edit page of the Edit Categories page..
tomzl is offline   Reply With Quote
Old June 4th, 2007, 01:25 PM   #60 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,809
Have you uploaded the new files I noted adm-inc.php and adm-misc.php
__________________
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
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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
No vBGallery admin section after upgrade Ocean44 Installs and Upgrade - vBulletin 3.6x 2 May 9th, 2007 10:40 AM
Accessing Admin Section imported_kilcher How Do I? - vBulletin 3.5.X 1 October 18th, 2005 10:43 AM
problems in admin section majed Photopost Pro Bug Reports 15 October 17th, 2005 10:36 AM
Logged in as Admin but admin section not available disciple1 Photopost Pro Installation & Upgrades 1 March 18th, 2005 04:47 PM
Can't Login Admin Section chavalo Photopost Pro Installation & Upgrades 1 March 10th, 2005 06:42 PM


All times are GMT -5. The time now is 04:42 PM.

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