ReIMG Image Resizer

All new MODs released in our MOD Database will be announced in here. All support for released MODs needs to take place in the Customisations Database.
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

NOTICE: This forum is only for the announcement of new releases and/or updates of MODs. Any MOD support should be obtained through the Customisations Database in the support area designated for each MOD.

A direct link to support for each MOD is in the first post of the respective topic.
User avatar
Muad''Dib
Registered User
Posts: 311
Joined: Tue Jun 12, 2007 6:20 pm

Re: ReIMG Image Resizer

Post by Muad''Dib »

Good to see you around TaleTn.
brett05
Registered User
Posts: 93
Joined: Fri Jun 05, 2009 2:16 pm

Re: ReIMG Image Resizer

Post by brett05 »

When trying to install the SQL component of this MOD, we are getting the following error:-

SQL query:

INSERT INTO config( config_name, config_value )
VALUES (
'reimg_max_width', '640'
);

MySQL said:
#1109 - Unknown table 'config' in information_schema


It appears that we dont have a table called "config".

Can someone please help with this?

Cheers, Brett
http://bertiestreet.com/phpBB/
User avatar
DavidIQ
Customisations Team Leader
Customisations Team Leader
Posts: 18490
Joined: Thu Jan 06, 2005 1:30 pm
Location: Fishkill, NY
Name: David Colón

Re: ReIMG Image Resizer

Post by DavidIQ »

Just look at your table list and whatever the prefix is should be what goes in front of the config part. Not sure how you ended up with just config though because the queries are listed as phpbb_config...
Apply to become a Jr. Extension Validator
My extensions | In need of phpBB services? | Was I helpful today?
No unsolicited PMs unless you're planning on asking for paid help.
brett05
Registered User
Posts: 93
Joined: Fri Jun 05, 2009 2:16 pm

Re: ReIMG Image Resizer

Post by brett05 »

DavidIQ wrote:Just look at your table list and whatever the prefix is should be what goes in front of the config part. Not sure how you ended up with just config though because the queries are listed as phpbb_config...
Thank you mate. It's all working now. I think we were putting it in the wrong section :oops:
AlexanderPD
Registered User
Posts: 4
Joined: Thu Dec 11, 2008 8:34 pm

Re: ReIMG Image Resizer

Post by AlexanderPD »

hi, after corretly (i suppose :P ) install that mod when i load my site i see only a white page :(
i can fix it using the backupped function.php but losing that mod :(
same thing for the "style" tab in ACP :(

any idea for a real fix? :(
brett05
Registered User
Posts: 93
Joined: Fri Jun 05, 2009 2:16 pm

Re: ReIMG Image Resizer

Post by brett05 »

I dont know the exact answer as I am only new to this myself, but what I will say is that you should double and even triple check your code changes to make sure they are correct. The MOD does work as I just installed it today myself.
AlexanderPD
Registered User
Posts: 4
Joined: Thu Dec 11, 2008 8:34 pm

Re: ReIMG Image Resizer

Post by AlexanderPD »

yeah i'm checking all the files multiple times.. without find any editing errors :(
i'm using phpbb 3.0.5
Tazmanian
Registered User
Posts: 218
Joined: Wed Jan 25, 2006 7:02 pm
Location: Belgium

Re: ReIMG Image Resizer

Post by Tazmanian »

That's probably an error in a language file.
AlexanderPD
Registered User
Posts: 4
Joined: Thu Dec 11, 2008 8:34 pm

Re: ReIMG Image Resizer

Post by AlexanderPD »

Ah! I forgot an important thing!
On my DB the "phpbb_config" table have a different name, "avphpbb_config".. and i changed the SQL query from phpbb_config to avphpbb_config :O

Can this make the autoresizer mod crash?
User avatar
DavidIQ
Customisations Team Leader
Customisations Team Leader
Posts: 18490
Joined: Thu Jan 06, 2005 1:30 pm
Location: Fishkill, NY
Name: David Colón

Re: ReIMG Image Resizer

Post by DavidIQ »

AlexanderPD wrote:Ah! I forgot an important thing!
On my DB the "phpbb_config" table have a different name, "avphpbb_config".. and i changed the SQL query from phpbb_config to avphpbb_config :O

Can this make the autoresizer mod crash?
Not with a white page. You'd get "Undefined index" errors.

You'll need to go over the functions.php edits. If you put them in the wrong location or deleted something by accident there then you could cause a board-wide issue for yourself or even a white page. Normally that would be the indicator that there was a language file edit mistake but there are no lang file edits in this MOD anymore.
Apply to become a Jr. Extension Validator
My extensions | In need of phpBB services? | Was I helpful today?
No unsolicited PMs unless you're planning on asking for paid help.
aris_lita87
Registered User
Posts: 18
Joined: Thu Jul 30, 2009 8:03 am

Re: ReIMG Image Resizer

Post by aris_lita87 »

hi!

This is a great mod!, mmm i have this problem:

Code: Select all

[phpBB Debug] PHP Notice: in file /adm/index.php on line 150: Cannot modify header information - headers already sent by (output started at /language/es/mods/reimg.php:1)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 152: Cannot modify header information - headers already sent by (output started at /language/es/mods/reimg.php:1)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 153: Cannot modify header information - headers already sent by (output started at /language/es/mods/reimg.php:1)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 154: Cannot modify header information - headers already sent by (output started at /language/es/mods/reimg.php:1)
that error appears on the ACP top :S

whats i must to do?

thanks!
User avatar
DavidIQ
Customisations Team Leader
Customisations Team Leader
Posts: 18490
Joined: Thu Jan 06, 2005 1:30 pm
Location: Fishkill, NY
Name: David Colón

Re: ReIMG Image Resizer

Post by DavidIQ »

My guess is that there is a space before the <?php or after the ?> in the es/reimg.php file. But not having provided that file nor looked at it yet and it not really being part of the MOD right now, I can't really provide much more support than that.
Apply to become a Jr. Extension Validator
My extensions | In need of phpBB services? | Was I helpful today?
No unsolicited PMs unless you're planning on asking for paid help.
Xev
Registered User
Posts: 8
Joined: Tue Jul 21, 2009 6:52 pm

Re: ReIMG Image Resizer

Post by Xev »

I love this mod. Installed perfectly. Thanks!
thesecret
Registered User
Posts: 270
Joined: Mon Sep 29, 2008 12:13 pm

Re: ReIMG Image Resizer

Post by thesecret »

greetings,
When a user posts a very large image, it keeps loading a lot then the image appears suddenly when loading completes
That's not user friendly as I think.

can it be that the image keeps appearing will loading? exactly like it do without the mod??
User avatar
eman80
Registered User
Posts: 327
Joined: Tue Aug 19, 2008 1:49 pm

Re: ReIMG Image Resizer

Post by eman80 »

thesecret wrote:greetings,
When a user posts a very large image, it keeps loading a lot then the image appears suddenly when loading completes
That's not user friendly as I think.

can it be that the image keeps appearing will loading? exactly like it do without the mod??
I agree with you .. because maybe some people who have slow speed internet are thinking there is no picture in the topic.
welcome to my forum:
http://www.elibrary4arab.com

Return to “[3.0.x] MOD Database Releases”