News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

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 尚

NO CARRIER> I don't know where your bug comes from...
Try to add this line before line 2522:
@ini_set('memory_limit', '64M');

gubbah> This is not possible (or at least it won't be in the upcoming version) because now it's using a table layout, in order to avoid broken text. Tabs on the left? What for?

All> I'm pleased to announce that there will be so many new features in the upcoming SMG, that Dragooon has agreed with me that "v1.1" is just not good enough to reflect that ;)

So, the next version will be v1.5, and I'm sure you will all agree that it is deserved :)
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.

videoman57

I imagine if we keep requesting more features, you two will never get the update released...so we will leave you alone in the request area....and just patiently await your next release...1.5...surely it will be a wondrous piece of gallery software...yahooooo

Sudhakar Arjunan

Quote from: asudhakar on October 17, 2008, 01:31:29 PM
I have tried using mgallery mconverter.php.

On the third step, it told me this error.

Notice: Undefined index: sp-forum in /home/itacumen/public_html/discuss/Sources/Subs.php on line 3876

Warning: filesize() [function.filesize]: stat failed for /home/itacumen/public_html/discuss/gallery//thumb_1164_17_01_08_6_17_34.png in /home/itacumen/public_html/discuss/Sources/Subs-MGallery.php on line 1768
An Error Has Occurred!
The database value you're trying to insert does not exist: width


After this images in my gallery is not showing up.

Any help to get back my gallery working good.
Working on New Mods & Themes for SMF... Will update soon... My Blog page
My Smf forum : Discuss ITAcumens :: My SMF Forum

Nao 尚

The error is either due to the fact that png files don't hold width/height information (although I think that's not true), or that you added an unneeded "/" in the SGL gallery URL.
That's the extent of what I can say though.
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.

Krysia

Quote from: Nao 尚 on October 17, 2008, 02:33:12 AM
Quote from: Krysia on October 16, 2008, 11:11:38 PM
Anyone have any ideas that could help me?
Thank you...
I could help you but I'm not sure what you want :P
Plus, I made so many changes to the templates and stuff like that -- maybe your problems are fixed in the upcoming v1.1. (Which has so many changes that I really think it should be called 1.5 or even 2.0 :P)

I was referring to both this post: http://www.simplemachines.org/community/index.php?topic=260821.msg1752791#msg1752791

and this post: http://www.simplemachines.org/community/index.php?topic=260821.msg1752774#msg1752774

After trying the fix Dragoon suggested. It enabled the uploading of the video, but the video duplicates itself and overlaps. Weird.

I'll try select_id's first "fix" idea. Thank you. :)



Krysia

Quote from: select_id on October 17, 2008, 06:12:19 AM
Quote from: Krysia on October 16, 2008, 11:11:38 PM
Anyone have any ideas that could help me?
Thank you...
Try this.

find in MGallery.php
$title = $mgalFunc['htmlspecialchars']($_POST['title'], ENT_QUOTES);

replace with
$title = $mgalFunc['htmlspecialchars'](stripslashes($_POST['title']), ENT_QUOTES);


find
$desc = $mgalFunc['htmlspecialchars']($_POST['desc'], ENT_QUOTES);

replace with
$desc = $mgalFunc['htmlspecialchars'](stripslashes($_POST['desc']), ENT_QUOTES);


find
$kw = $mgalFunc['htmlspecialchars']($_POST['keywords'], ENT_QUOTES);

replace with
$kw = $mgalFunc['htmlspecialchars'](stripslashes($_POST['keywords']), ENT_QUOTES);


you can find those codes in two functions, replace both them.
after that patch, you should edit your item again.

That worked for removing the slashes, Thank you, select_id. :D (Except for the album names ---- there are still backward slashes there.)

Unfortunately, the "doubling" is still in effect... Oh, and in addition, before I even tried the fix, the album "icons" for the members were missing. They were there yesterday. Gone today. I'll re-read this post to see if this has occurred before to anyone...
Eh, I re-edited the albums and re-uploaded the album "icons", and now they're there again.

*sigh*



NO CARRIER

Quote from: Nao 尚 on October 17, 2008, 01:43:52 PM
NO CARRIER> I don't know where your bug comes from...
Try to add this line before line 2522:
@ini_set('memory_limit', '64M');

It worked. Thanks.

P.S. Nao, I'll translate the gallery in a few days to bulgarian, do you want the translation?

Sudhakar Arjunan

Quote from: Nao 尚 on October 17, 2008, 06:53:30 PM
The error is either due to the fact that png files don't hold width/height information (although I think that's not true), or that you added an unneeded "/" in the SGL gallery URL.
That's the extent of what I can say though.

What what i could do now,

Using my ftp could i transfer it.

because of this error, my gallery is not showing up any pictures. Any fix for it.
Working on New Mods & Themes for SMF... Will update soon... My Blog page
My Smf forum : Discuss ITAcumens :: My SMF Forum

qubbah

After upload a video/youtube them film.png icon is not show... how can i resolve this?

Nao 尚

Quote from: NO CARRIER on October 18, 2008, 02:53:51 AM
P.S. Nao, I'll translate the gallery in a few days to bulgarian, do you want the translation?
I recommend that you wait until the release of v1.5... It has added and removed many, many strings. You don't want to waste time translating a soon-to-be outdated version.

And I don't think we have a policy with translations. The package is already very large right now (it's standing at 200KB+!), I'm not sure Dragooon will want to include every possible language file. I think it's best to keep them apart if they're not updated by the authors (i.e. Dragooon and I). So, for now--English and French only.

On the other hand, I'm still looking for an English native speaker to look through my beta English files and fix any incorrect English! I've done my best to retool everything I could, but I am no more an "English native" than 'Gooon is.
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.

Dragooon


Sudhakar Arjunan

Hi Dragooon Have a look at this post and help me

what i could do now,

Using my ftp could i transfer it.

because of this error, my gallery is not showing up any pictures. Any fix for it.

http://www.simplemachines.org/community/index.php?topic=260821.msg1756395#msg1756395
Working on New Mods & Themes for SMF... Will update soon... My Blog page
My Smf forum : Discuss ITAcumens :: My SMF Forum

dimdom

[flash=400,330]http://www.mysite.com/Videos/flvplayer.swf?file=movie.flv&image=http://www.mysite.com/Videos/image.jpg&logo=http://www.mysite.com/Videos/logo.png[/flash]

I use the above BBC code  (custom made  :) )to display videos in flv format (uploaded in my server) for posting them in my forums.

Is it possible to use something similar to that in order to display flvs in media gallery since it doesnt display them at all?

Or is there a way to point media gallery to flvplayer.swf in order to show/play them?

Kindred

Nao,

Send them to me...   I'll confirm the language (I'm an english teacher, among other things)
Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

locau

when i try to install this mod i get an error:

QuoteYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-catchers-net' at line 2
File: /storage/www/Packages/temp/db_mgallery.php
Line: 386

How can i fix this ?

Dragooon

Quote from: Kindred on October 18, 2008, 07:40:39 AM
Nao,

Send them to me...   I'll confirm the language (I'm an english teacher, among other things)
Would you mind joining the language team? Currently it really doesn't exist but I can make it so that you will have the ability to get the latest Language files from the latest SVN build.

Quote from: locau on October 18, 2008, 09:03:45 AM
when i try to install this mod i get an error:

QuoteYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-catchers-net' at line 2
File: /storage/www/Packages/temp/db_mgallery.php
Line: 386

How can i fix this ?
Whats your SMF, PHP and MySQL version.

locau


Quote from: locau on October 18, 2008, 09:03:45 AM
when i try to install this mod i get an error:

QuoteYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-catchers-net' at line 2
File: /storage/www/Packages/temp/db_mgallery.php
Line: 386

How can i fix this ?
Whats your SMF, PHP and MySQL version.
[/quote]

Powered by SMF 1.1.6
PHP Version 5.2.6
MYSQl Server version: 5.0.67



Dragooon


Sudhakar Arjunan

While using mgconverer form smf 2.0.4 with smf gallery 2.

Warning: filesize() [function.filesize]: stat failed for /home/itacumen/public_html/discuss/gallery//thumb_1164_17_01_08_6_17_34.png in /home/itacumen/public_html/discuss/Sources/Subs-MGallery.php on line 1768
An Error Has Occurred!
Working on New Mods & Themes for SMF... Will update soon... My Blog page
My Smf forum : Discuss ITAcumens :: My SMF Forum

Advertisement: