Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7011699
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T22:09:37+00:00 2026-05-27T22:09:37+00:00

I had some problems with upgrading joomla from 1.0 to 1.5 (I have to

  • 0

I had some problems with upgrading joomla from 1.0 to 1.5 (I have to go all the way to 1.7 ;).

Anyway, my client has an old joomla 1.0 instalation and the site is hudge and in Croatian. That means I have to deal with characters like Č,č,Ć,ć,Đ,đ… Old database is in latin1_swedish_ci collation, and I’ve transferred it with migration script to new database of joomla 1.5 that is in utf8_general_ci.

That resulted (as expected) in some character confusion, so for example:
ć became è, È –> Č, etc…

Converting 1.0 database to utf8 collation is not an option, since it cuts off rest of the content on the first appearance of Č,ć,đ,đ etc…

So, what I was doing is this query:

update jos_content
    set introtext = replace(introtext, 'È', 'Č');

What this does is get the joomla content table and in all intro texts replaces È with Č.

I did this for titles as well, but when I try to do it with fulltext, I get this error:

Error
SQL query:

UPDATE jos_content SET FULLTEXT = REPLACE( introtext,  'È',  'Č' ) ;


MySQL said: 

#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'fulltext = replace(introtext, 'È', 'Č')' at line 2

SO, is this some kind of memory issue (since this is a full text after all) or am I just doing something wrong. Also, if there’s a better way to replace all this characters please tell me, this is what I figured out from MySQL “unreadable” documentation.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T22:09:38+00:00Added an answer on May 27, 2026 at 10:09 pm

    FULLTEXT is a reserved word in mysql and need to be escaped by back ticks (`) if your column name have the same name.

    UPDATE jos_content SET `FULLTEXT` = REPLACE(introtext, 'È', 'Č');
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

After seeing some of the problems that Microsoft has had upgrading people from Internet
I have had some problems earlier which caused my program to crash in all
Hello All at StackOverflow, over the last few days I have had some problems
Has anyone had this problem? My projects tend to have some long XML files
I have had some problems with getting GAE and Maven to work with each
I have problems after upgrading: jqGrid from 3.5.3 to 3.8.2 jquery from 1.3.2 to
I have recently had some problems that I think might be helped by debugging
I've had some problems with searching in Xcode, what is the best way to
I began taking up Heroku again, but have had some problems trying to get
I had some problems doing this but one way of doing this is listed

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.