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

quiz_modder

Quote from: Nao 尚 on October 01, 2008, 05:53:00 PM
Again -- what gallery software are you using?
Wouldn't it be best if the conversion script could also import comments and descriptions?

IP.Gallery  2.2.0

Yes, it would be nice to have comments and descriptions, but my main focus is to import them all quickly

Krysia




Sudhakar Arjunan

I have to uninstall it , since i had a dozens of errors every second.

Hope to have a stable version soon.
Working on New Mods & Themes for SMF... Will update soon... My Blog page
My Smf forum : Discuss ITAcumens :: My SMF Forum

Dragooon

It is stable as it is, I have so far had no one report any sort of error logging.

Nao 尚

Quote from: m4tthall on October 01, 2008, 06:37:37 PM
Quote from: Nao 尚 on October 01, 2008, 05:53:00 PM
Again -- what gallery software are you using?
Wouldn't it be best if the conversion script could also import comments and descriptions?

IP.Gallery  2.2.0

Yes, it would be nice to have comments and descriptions, but my main focus is to import them all quickly
You'll have to ask Dragooon for that one. If it's popular, then he may do it.
I know I'm interested in making a converter for Coppermine because I'd been using it before SMG. If you can find a IPGallery -> Coppermine converter, then it might be even easier for everyone.

Dragooon> Remember my post above, about how to fix the errors? I told you, I had the error myself! There's definitely an issue, at least with SMF2 Beta 4. ;)
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



Nao 尚

Well you should add that it is not released yet, only announced ;)

I'll use the opportunity to launch a quick request.
I'm looking (we're looking?) for a native English-speaking SMG user who would be willing to proofread the current English version and send back a fixed version. Unfortunately, with Dragooon being Indian and me being French, it doesn't exactly help to make sure the English version is devoid of grammatical mistakes. I'm currently trying to proofread it, but I figured it would be much, much easier if someone more competent could do it instead. I'd love to be able to include a correct English language file in the 1.1 release.

Would be much appreciated! Please PM me if you'd like to offer your help.
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.

Sudhakar Arjunan

Quote from: Dragooon on October 02, 2008, 01:44:30 AM
It is stable as it is, I have so far had no one report any sort of error logging.

Hi Dragooon yes it is stable, When you have logged in and installed in my fourm.

I got somewhere around 5000 pages of errors in one hour.
http://www.simplemachines.org/community/index.php?topic=260821.msg1730829#msg1730829

So after confirming with you , i have uninstalled the mod.
Even My Dedicated Server was down for the hole day after i got multiples of error.
Working on New Mods & Themes for SMF... Will update soon... My Blog page
My Smf forum : Discuss ITAcumens :: My SMF Forum

Nao 尚

Quote from: asudhakar on October 02, 2008, 06:35:46 AM
I got somewhere around 5000 pages of errors in one hour.
http://www.simplemachines.org/community/index.php?topic=260821.msg1730829#msg1730829

So after confirming with you , i have uninstalled the mod.
Even My Dedicated Server was down for the hole day after i got multiples of error.
If you could tell us *what* the error pages said, it would be somehow, errr, helpful...

I already shared a possible fix for error logs last page.
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.

Kindred

Nao,

Actually the code was already listed as you indicated on my install.... and while I don't get as many errors as the others report, I do get undefined index errors...

Сл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."

Dragooon


Kindred


http://SITE/community/index.php?board=108.0 
8: Undefined index: mgallery_gallery
File: /SITE/community/Sources/Subs.php
Line: 3930 


Interestingly enough, this is an error from a user who does not even have access to the gallery in permissions.
Сл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."

Nao 尚

Make sure your file /Themes/default/languages/Modifications.english.php was correctly updated with the mgallery_* entries.
$txt['mgallery_gallery'] is always loaded because it's what the menu would show if the user had the authorization to see it. Still, it has to be loaded for the menu in the first place, even if you're never going to see it. No security errors.
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.

Kindred

those strings are loaded (first thing I checked)...  and I don't get that error with every user... it's very odd...

(I get similar errors with a few other v2.0 mods...   UserCP and rules. Again, not for every user, just for some.)
Сл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."

Me313

hello thank you for this great mod

i tried to upload icon for my albums in there however the icon doesnt appear when i viewed the album..what i'm missing in here?

thanks in advance for the help

(^^,)

quiz_modder


Nao 尚

Quote from: Kindred on October 02, 2008, 05:46:28 PM
those strings are loaded (first thing I checked)...  and I don't get that error with every user... it's very odd...

(I get similar errors with a few other v2.0 mods...   UserCP and rules. Again, not for every user, just for some.)
Just to be on the safe side... Edit line 3931 in file Sources\Subs.php, and replace $txt['mgallery_gallery'] with @$txt['mgallery_gallery'] --> this should find your warning error once and for all. (That little @ is a real helper in this case!)

Generally speaking, when you just want to get rid of non-showstopping errors without waiting for a patch, just add a @ before the instruction that seems to cause the issue. (For instance, you may turn a $result = call_my_function() into a $result = @call_my_function() to eliminate potential errors generated by such a line.)
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.

johny000

hello can you help me & tell me what is going on?

itry to install this mod i'm geting this Error
Quote// SMF Media Gallery extra strings $txt['mgallery_gallery'] = 'Gallery'; $txt['permissiongroup_mgallery'] = 'SMF Media Gallery'; $txt['permissiongroup_simple_mgallery'] = 'SMF Media Gallery'; $txt['permissionname_mgallery_access'] = 'Access gallery'; $txt['permissionname_mgallery_moderate'] = 'Moderate gallery'; $txt['permissionname_mgallery_manage'] = 'Manage/Administrate gallery'; $txt['permissionname_mgallery_access_unseen'] = 'Access unseen area'; $txt['permissionname_mgallery_search'] = 'Search in gallery'; $txt['permissionname_mgallery_download_item'] = 'Download an item'; $txt['permissionname_mgallery_add_user_album'] = 'Add user album'; $txt['permissionname_mgallery_auto_approve_albums'] = 'Auto approve user albums'; $txt['permissionname_mgallery_add_videos'] = 'Add videos'; $txt['permissionname_mgallery_add_audios'] = 'Add audios'; $txt['permissionname_mgallery_add_images'] = 'Add images'; $txt['permissionname_mgallery_rate_items'] = 'Rate items'; $txt['permissionname_mgallery_edit_own_com'] = 'Edit own comment'; $txt['permissionname_mgallery_report_com'] = 'Report comment'; $txt['permissionname_mgallery_edit_own_item'] = 'Edit own item'; $txt['permissionname_mgallery_comment'] = 'Comment in items'; $txt['permissionname_mgallery_report_item'] = 'Report item'; $txt['permissionname_mgallery_auto_approve_com'] = 'Auto approve comment'; $txt['permissionname_mgallery_auto_approve_item'] = 'Auto approve item'; // End SMF Media gallery strings
what should i do?

Kindred

looks like the strings got added to your language file after the closing ?>   open modifications.english.php and move the ?> to the very end of the file.
Сл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."

Advertisement: