News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

SMF Media Gallery (SMG) - 2.0.5 is out! (December 2)

Started by SMGTeam, September 09, 2008, 03:14:05 PM

Previous topic - Next topic

Nao 尚

@digger> Have you ever considered *your* setup might have a problem? Try updating your FFMpeg and FFMpeg-php to the latest versions...

@kcmartz> Eh?

@Regarding your error, try to open MGallery-Admin.php and replace line 3050 with this:

'id' => $_POST['del_prof'],

I can't guarantee it'll work... I didn't work on that area.

As for language issues, make sure your files are up to date. There are many changes between 2.0 Final and earlier versions in terms of language files.
I will not make any deals with you. I've resigned. I will not be pushed, filed, stamped, indexed, briefed, debriefed or numbered.

Aeva Media rocks your life.

Akyhne

Quote from: digger on October 23, 2009, 08:57:43 PM
Quote from: Akyhne on October 22, 2009, 06:29:30 PM
Quote from: digger on October 22, 2009, 02:52:06 PM
Quote from: Nao/Gilles on October 22, 2009, 02:32:46 PM
@digger> Last time I enquired about ffmpeg problems, I got no feedback in return so I considered it was settled. (My ffmpeg fixing session dates back from august or september.) Disable ffmpeg if you're having trouble

Can you add setting for Gallery to disable using ffmpeg if you can't fix this problem?
What is the problem? It works for me.

It dosn't work for me.
I can't upload video files because SMG can't generate thumbnales for it.
The generation will fail if you have used some kind of obscure codec to create your videos. Did you try with a simple video made with Windows Movie Maker with only the default codecs enabled?

CiQ

if i try delete quota profile:

The database value you're trying to insert does not exist: id
/***/MGallery-Admin.php
3052


Nao 尚

I will not make any deals with you. I've resigned. I will not be pushed, filed, stamped, indexed, briefed, debriefed or numbered.

Aeva Media rocks your life.

Ch4ng3r

#4804
Is there a problem with .bmp files in gallery? because i don`t get thumbnail of photo , only blue picture... I tried on your forum too...

Link (test 2) : http://media.noisen.com/album/153/

Tnx  :)

CiQ

Quote from: Nao/Gilles on October 24, 2009, 02:01:28 PM
Just read my post above....... ::)
'id' => $_POST['del_prof'],
not work:

Wrong value type sent to the database. Array of integers expected. (id)

Nao 尚

@ciq> Aw... Bugger. This should be working.

@changer> please don't use my live gallery as a test area. It is NOT made for tests. Use smf-media.com for your tests.
And yes, BMP is not well supported by GD2. It's a known issue. There's no workaround. Convert your BMP to PNG before you upload. You will save much disk space without losing any visual quality at all (it's non-lossy as well.) And PNG is perfectly supported.
I will not make any deals with you. I've resigned. I will not be pushed, filed, stamped, indexed, briefed, debriefed or numbered.

Aeva Media rocks your life.

digger

Quote from: Nao/Gilles on October 24, 2009, 05:19:41 AM
@digger> Have you ever considered *your* setup might have a problem? Try updating your FFMpeg and FFMpeg-php to the latest versions...
php5-5.2.11_1
php5-ffmpeg-0.6.0_1
ffmpeg-0.5_1,1

Quote from: Akyhne on October 24, 2009, 06:19:50 AM
Quote from: digger on October 23, 2009, 08:57:43 PM
It dosn't work for me.
I can't upload video files because SMG can't generate thumbnales for it.
The generation will fail if you have used some kind of obscure codec to create your videos. Did you try with a simple video made with Windows Movie Maker with only the default codecs enabled?

I am playing with flv videos from youtube. Coppermine gallery upload and create thumbnailes for it without any troubles.

Ch4ng3r


Akyhne

Quote from: digger on October 24, 2009, 06:36:39 PM
I am playing with flv videos from youtube. Coppermine gallery upload and create thumbnailes for it without any troubles.
Can you give me a link/sample?

chinaren

Howdy! 

I'm not sure if this is a Gallery problem actually, but as it's happening with the gallery I'll try asking here first.

I've a forum that I upgraded to SMF2, the latest incarnation anyway.  However, I've had a few small issues whilst doing bits with it due to some dodgy FTP uploaded files.  Some were corrupt and others seem to have not overwritten the 1.1.1 files at all. 

I thought I'd spotted them all, as I've added a few mods now with no problems, but maybe there's still a residual issue hidden somewhere.

Anyway, I've installed the gallery okay, but when I try to view an image, or even a gallery, I get the following error:

QuoteMethod Not Implemented
GET to /forum/index.php not supported.


I'm a bit stumped.   ::)

Can anyone shed any light on this for me? 

Merci!


The Opus Path - The Next Generation of the Written Word

Nao 尚

@changer> It's not my job to do that. BMP format is outdated, useless and so on. I could add a function to convert a BMP to PNG internally, but I don't have time/motivation for doing this for free.

@chinaren> Go to Admin > Gallery. Does it say mod_security is installed? (Read the module list)
If no, probably a .htaccess problem. If yes, it's a mod_security problem. Send me your FTP info & an admin account by PM and I'll try to implement a fix I've been thinking about for some time (involving the use of additional output buffers). If anyone has a mod_security enabled server, please send me your data by PM.
I will not make any deals with you. I've resigned. I will not be pushed, filed, stamped, indexed, briefed, debriefed or numbered.

Aeva Media rocks your life.

villasg

I have problem in install in ./Sources/Load.php
I chek my Load.php and i find OK
My smf is 1.1.10
Any help please ?

Take my file

Akyhne


villasg

Quote from: Akyhne on October 25, 2009, 07:48:44 AM
What are your problems?

If ask me , my problem is :
Have error in installation of this mod.
Say error in load.php.
But i check my load.php and i dont see any error .
And ask if someone can help me or modify for  me this file .

Thanks

Akyhne


Akyhne

Seems it's the
mem.firstLogin, mem.skype, that makes the trouble, right after mem.lastLogin, mem.karmaGood, .
Try removing the mods that install mem.firstLogin and mem.skype, then install SMG and then the other mods.

chinaren

Quote from: Nao/Gilles on October 25, 2009, 05:07:28 AM
@chinaren> Go to Admin > Gallery. Does it say mod_security is installed? (Read the module list)
If no, probably a .htaccess problem. If yes, it's a mod_security problem. Send me your FTP info & an admin account by PM and I'll try to implement a fix I've been thinking about for some time (involving the use of additional output buffers). If anyone has a mod_security enabled server, please send me your data by PM.


The server mod thingy stuff says:
QuoteSMF Version: SMF 2.0 RC1.2   PHP Version: 5.2.9
PHP's Safe Mode is disabled, so it won't cause any trouble to SMG. Good thing.
The Apache mod_security module isn't installed, so it won't cause any trouble to SMG's Mass Upload feature. Good thing.



That said, I uninstalled and tried installing SMF gallery (lite), and it did the same thing.  Could this be a more general error?  I've installed both these on my SMF 1.1.10 forum and this errors didn't happen.


Anyway, I don't have my FTP password where I am now, I'll go and find it and PM to you later.


Quote from: Akyhne on October 25, 2009, 07:48:44 AM
What are your problems?
See above.  Unless you mean, like, in general, in which case I could use a promotion at work (or just more money) and so on.   :o



...and thanks fellows.
The Opus Path - The Next Generation of the Written Word

Pentaxian

I had some problems getting it working. (SMF1.10, SMG final after failing to get RC2.3 working).
Partly because the popup screen after installing told me to go to the Admin Area, Members section. There was nothing there about Gallery. I found it in the Configuration section.
Other part was the missing content in the Modifications.dutch.php file.

Now I still have one problem. When I (in the albums admin panel) choose Albums/ Add general album I get a blank page and nothing else. What, please, can be the cause of that?

Akyhne

Quote from: Pentaxian on October 25, 2009, 09:30:40 AM
Now I still have one problem. When I (in the albums admin panel) choose Albums/ Add general album I get a blank page and nothing else. What, please, can be the cause of that?
Any log errors?

Advertisement: