Flags


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

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.

Subject: Re: Flags
i done what u sayed...but didnt helped

see...

flags01

and nothing changed
i also emptyed cash

flags02

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... :roll:

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

Subject: Re: Flags
Limun, please use spoiler the spoiler next time.

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: [Download] [Hide] [Select]
ALTER TABLE ip_users ADD COLUMN `user_from_flag` varchar(30) default NULL AFTER `user_from`;


Let me know... :roll:

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..


Page 1 of 1


  
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events

   

This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.

Powered by Icy Phoenix based on phpBB
Generation Time: 0.1092s (PHP: 28% SQL: 72%)
SQL queries: 11 - Debug Off - GZIP Enabled