Flags »  Show posts from    to     

Icy Phoenix


Old Support Topics - Flags



Limun [ Fri 22 Feb, 2008 11:10 ]
Post subject: Flags
Hiii

where i can chage (in which file) extention of flags example Antartica.gif to Antartica.png

why i m asking this..i setuped two forums for testing normal and RC and this happend to me...

all icy forums have flag .png (this forum , one my and all other that i visited) but other one my (not RC ) have ext .gif for all flags i dunno why !

flag

Thanks


Mighty Gorgon [ Sun 24 Feb, 2008 20:35 ]
Post subject: Re: Flags
It seems you have a corrupted FLAG table.

You should solve in this way:

  • Make sure you have all IP flags from the install package in the correct folder...
  • EMPTY your PHPBB_FLAGS table (replace PHPBB_ with your TABLE prefix)...
  • Execute this SQL on your DB via phpMyAdmin (replace PHPBB_ with your TABLE prefix):
    Spoiler: [ Show ]


Let me know if it works.


Limun [ Mon 25 Feb, 2008 18:28 ]
Post subject: Re: Flags
i done what u sayed...but didnt helped

see...

flags01

and nothing changed
i also emptyed cash

flags02


Mighty Gorgon [ Tue 26 Feb, 2008 00:23 ]
Post subject: Re: Flags
That is because you did upgrade from another mod which uses GIF flags instead of PNG... you should replace all old flags with the new ones in the DB as well...


Limun [ Thu 28 Feb, 2008 15:31 ]
Post subject: Re: Flags
damt...i deleted in `ip_users` this table `user_from_flag`

i tryed to replace it with this

Spoiler: [ Show ]


the erorr i recive is - #1054 - Unknown column 'user_from_flag' in 'field list'

how can i repair this?
i m using phpMyAdmin - 2.8.2.4


buldo [ Thu 28 Feb, 2008 19:27 ]
Post subject: Re: Flags
Limun, please use spoiler the spoiler next time.


Mighty Gorgon [ Tue 04 Mar, 2008 01:40 ]
Post subject: Re: Flags
Limun wrote: [View Post]
damt...i deleted in `ip_users` this table `user_from_flag`

...

the erorr i recive is - #1054 - Unknown column 'user_from_flag' in 'field list'

how can i repair this?
i m using phpMyAdmin - 2.8.2.4


Try this:

Code: [Hide] [Select]
ALTER TABLE ip_users ADD COLUMN `user_from_flag` varchar(30) default NULL AFTER `user_from`;


Let me know...


Limun [ Tue 04 Mar, 2008 12:55 ]
Post subject: Re: Flags
uff this flags...

ok i added table...but now its empty

u_f_f

how to add 4155 members in it

i have some becups like

Spoiler: [ Show ]


when i execute this INSERT INTO `ip_users` (`user_from_flag`) VALUES (NULL),
i recive #1062 - Duplicate entry '0' for key 1

dupl

anyway if is not resolwable its not important this is on test forum with 4000members

but how to awoid that this happend when i m going to upgrade a real running forum ?
i mean there i have that with .gif flags and i even dont remeber whic mod is that..
Thanks MG..




Powered by Icy Phoenix