ICT

Welcome guest
Login : Register : Team list : Latest posts : Help

» Home » Discussion Forums » Reading Topic
» ICT V 1.0 » Installations » Transfer to new server, Small problem << Older Newer >>
Only one page to show.
WayneG December 30th, 2006 11:13 GMT Print this post
Offline


Topics: 8
Replies: 18
Member


Post: #11132
PT: #1/8


I I have completed the backup & restore between servers and most everything looks great.
A small problem I found is odd chacters in front of user names in the member_list  
and in the button bar containing Home Discussion Forums .....
In the General Setup options I found a "?" in the "The pointer used in the nav bar:"  Changing that to a SPACE cleared that problem.

In all the skin files I found "?" in the code (as shown below) in the member_list browsers and browser_gst modules. I did not seach further yet.

Code
&#65533;<a href="{$this->base_addr}a={$this->modules_f['profile']}&mem={$this->online[$i]['id']}"><font color="{$this->online[$i]['color']}">{$this->online[$i]['name']}</font></a>



So far everything else seems to work and since all the skins have the same error, I doubt that the files were corrupted in transfer.
PM: WayneG
WayneG December 30th, 2006 11:17 GMT Print this post
Offline


Topics: 8
Replies: 18
Member


Post: #11133
PT: #2/8
This message was edited by WayneG on December 30th, 2006 11:18 GMT

Interesting  
I see the "?" that I pasted as code here turned into "&#65533;"  
On my skin editor it looks like:  

Code
?<a href="{$this->base_addr}a={$this->modules_f['profile']}&mem={$this->online[$i]['id']}"><font color="{$this->online[$i]['color']}">{$this->online[$i]['name']}</font></a>


(I manually inserted the "?")

I still dont know what is wrong
PM: WayneG
WayneG December 30th, 2006 16:12 GMT Print this post
Offline


Topics: 8
Replies: 18
Member


Post: #11136
PT: #3/8


I have been manually editing out the "?" but it looks like they are numerous.

not sure if this from the mysql table check matters...

Quote Message

Problems with indexes of table `ict_languages`
PRIMARY and INDEX keys should not both be set for column `LANG`
Problems with indexes of table `ict_messenger_data`
More than one INDEX key was created for column `MEMBER_ID`
Problems with indexes of table `ict_skins`
PRIMARY and INDEX keys should not both be set for column `NAME`
Problems with indexes of table `ict_subs`
PRIMARY and INDEX keys should not both be set for column `FORUM_ID`

PM: WayneG
Camil January 03rd, 2007 15:17 GMT Print this post
Offline


Topics: 155
Replies: 3414
Development


Post: #11141
PT: #4/8


You need to rebuild your indexes when you restore from a backup. That is normal procedure for a MySQL database.
PM: Camil
Camil January 03rd, 2007 15:23 GMT Print this post
Offline


Topics: 155
Replies: 3414
Development


Post: #11142
PT: #5/8



Quoted from: WayneG, December 30th, 2006 11:13 GMT
I I have completed the backup & restore between servers and most everything looks great.
A small problem I found is odd chacters in front of user names in the member_list  
and in the button bar containing Home Discussion Forums .....
In the General Setup options I found a "?" in the "The pointer used in the nav bar:"  Changing that to a SPACE cleared that problem.

In all the skin files I found "?" in the code (as shown below) in the member_list browsers and browser_gst modules. I did not seach further yet.

Code
&#65533;<a href="{$this->base_addr}a={$this->modules_f['profile']}&mem={$this->online[$i]['id']}"><font color="{$this->online[$i]['color']}">{$this->online[$i]['name']}</font></a>



So far everything else seems to work and since all the skins have the same error, I doubt that the files were corrupted in transfer.
Those are caused by charset your using on the server. Your server is probably using UTF8 or something like that. Make sure that the charset your using is the right one in the language pack:  

Language editor => Lang => global => lang_charset  

When that is set, go to the AdminCP:  

General options => View Options => The pointer used in the nav bar:

And re-edit that to show what you want as a pointer.
PM: Camil
WayneG January 03rd, 2007 23:07 GMT Print this post
Offline


Topics: 8
Replies: 18
Member


Post: #11143
PT: #6/8


Looks like I only have english loaded on our setup, no other options show up in the pulldown menus

Also, for the database, is there a option in the board to rebuild indexes, or is that something i need to do via phpmyadmin?
PM: WayneG
Camil January 04th, 2007 00:37 GMT Print this post
Offline


Topics: 155
Replies: 3414
Development


Post: #11145
PT: #7/8


You need to do it via phpmyadmin or if you know the SQL query that would do it, you can use the SQLclient in the AdminCP and it will also work.  

I think that durring your move, the language of the tables may have changed so it's possible that it may have affected that data...  
PM: Camil
WayneG January 04th, 2007 00:44 GMT Print this post
Offline


Topics: 8
Replies: 18
Member


Post: #11146
PT: #8/8


Thanks
I am afraid that I could make things worse if I tinker to much.
I think I may just limp along until the new board is out, and then I will start from scratch
PM: WayneG
Only one page to show. Posts in this thread ( 8 )

[ Subscriptions disabled ] [ Print Topic :: Print page]

» Home » Discussion Forums » Reading Topic

© ICT - Infinite Core Technologies 2002-2006 All Rights Reserved
Driven by ICT - Infinite Core Technologies
Privacy Policy