News:

SMF 2.1.4 has been released! Take it for a spin! Read more.

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

mark7144

#2860
Quote from: Nao 尚 on March 09, 2009, 11:38:52 AM
Would you want these albums to have their icon next to them?
Yes absolutey :)

The way I would try and setup my gallery home page is to start with a single row of "Recent Pictures" and then use the rest of the page to list all the "Recent Albums" with their icons to the left.

Nao 尚

Well that would make for a very large index page, potentially...
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.

Özgür

What it will contain the first v1.6? (So all the features)
So Long

Nao 尚

I already posted a partial changelog a few days ago.
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.

Soms

Sorry to bump this. Will you please see if you could help. I have 1300 error log pages today alone. I have read most of the previous pages, but the answer is not there.

Quote from: Soms on March 08, 2009, 07:35:11 PM
I have the likes of these errors in the log every time someone goes to the gallery. The installation went fine.
Quote8: Undefined index: child_level
File: /mnt/web4/21/50/51458650/htdocs/Sources/Subs-MGallery.php
Line: 1195

8: Undefined index: child_level
File: /mnt/web4/21/50/51458650/htdocs/Sources/MGallery.php
Line: 816


Additionally, I get this;
QuoteThere was a error in your query
/mnt/web4/21/50/51458650/htdocs/Sources/MGallery-Sub.php
733
album
This happens when I tried to delete a nameless and empty file I found In the album section. Btw, the file in question refuses to delete!

Nao 尚

Old version of SMG?

Complex user album child structure?
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.

Soms

Thanks Nao

I am using 1.5.5.  The user album child structure is just the same like, for example, on the forum boards. Maybe I should just  elevate the child albums to full albums?

Nao 尚

Yes, at least while waiting for a fix. Make sure you don't have more than one sublevel. (One is fine, I believe.)
If it's not good enough, then put them all as top-level. (Can do it via phpMyAdmin if there's no option in SMG -- can't remember and I'm off to bed anyway.)
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.

drakeone69

Quote from: drakeone69 on March 08, 2009, 10:06:12 AM
Quote from: drakeone69 on March 06, 2009, 07:16:21 PM
I cannot upload files any larger than 8.5mb

I have my php.ini set to 24m

I have SMG set even higher max size of directory = 16000047
Max file size in KB = 3200000

and beyond that I'm not sure why it won't allow me to upload files larger than 8.5mb I've tested everything up to that, and it works, .. everything beyond that .. just reloads the UPLOAD page again but blank... and oddly no forum errors.. ? confusing as all get out.
I already spoke with my hosting (1and1) and they concluded that it was a 3rd party issue lol ;) I mean like damn I haven't even been to the first or second party yet.. :P

any ideas folks?

I am still having this problem @ .... http://www.mindmankind.com

Yes I'm absolutely certain my php.ini is set correctly.
I've also had my hosting company look it over.

Soms

Thanks. I'll try and elevate everything to top level. I'll see if there is the option to do that via SMG. I am not comfortable with phpMyAdmin though. I'll keep you posted.

Nao 尚

Quote from: drakeone69 on March 09, 2009, 05:43:48 PM
Yes I'm absolutely certain my php.ini is set correctly.
But what is it set to? Lol.

OK, gone now!
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.

drakeone69

Quote from: Nao 尚 on March 09, 2009, 05:49:17 PM
Quote from: drakeone69 on March 09, 2009, 05:43:48 PM
Yes I'm absolutely certain my php.ini is set correctly.
But what is it set to? Lol.

OK, gone now!

Dude.. IT"S WRITTEN IN THE POST YOU JUST QUOTED... (Reading helps)

24M

mark7144

Quote from: Nao 尚 on March 09, 2009, 01:04:29 PM
Well that would make for a very large index page, potentially...
Not if you use page links and/or have a setting to choose the maximum number of recent albums to show.

Dragooon

Quote from: drakeone69 on March 09, 2009, 05:51:25 PM
Quote from: Nao 尚 on March 09, 2009, 05:49:17 PM
Quote from: drakeone69 on March 09, 2009, 05:43:48 PM
Yes I'm absolutely certain my php.ini is set correctly.
But what is it set to? Lol.

OK, gone now!

Dude.. IT"S WRITTEN IN THE POST YOU JUST QUOTED... (Reading helps)

24M
Linking to a phpinfo page will help.

Fishmizzle

#2874
Quote from: ianus on March 09, 2009, 07:34:47 AM
@Fishmizzle                         
You are currently using table-tags instead of list-tags

Try this:


    // The [calendar]!
    if ($context['allow_calendar'])
    echo '<li', $current_action == 'calendar' ? ' class="current_page"' : '', '><a href="', $scripturl, '?action=calendar"><span>' , $txt['calendar24'] , '</span></a></li>';

    // [SMF Media Gallery]
    if (allowedTo('mgallery_access'))
    echo '<li', $current_action == 'mgallery' ? '2' : '' , '"><a href="', $scripturl, '?action=mgallery"><span>' , $txt['mgallery_gallery'] , '</span></a></li>';

    // the [member] list button
    if ($context['allow_memberlist'])
    echo '<li', $current_action == 'mlist' ? ' class="current_page"' : '', '><a href="', $scripturl, '?action=mlist"><span>' , $txt[331] , '</span></a></li>';



@ianus

I can't thank you enough! After slight modification, the code is finally correct. Thank you so much.

Nao 尚

Quote from: drakeone69 on March 09, 2009, 05:51:25 PM
Dude.. IT"S WRITTEN IN THE POST YOU JUST QUOTED... (Reading helps)
You're acting like you know what you're talking about and then you patronize me, even when I'm spending time trying to help everyone here.

I was asking for your upload settings in your php.ini file. Not for the filename. Do I hear "moron"? Sounds a lot like it at least.
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.

tfs

Is the Mass Upload option working?  When I click on "Select files" nothing happens.  As far as I know my broser is capable (Flash/etc).

Ver 1.5.5
SMF 2/RC1
A good tree cannot bring forth evil fruit, neither can an evil tree bring forth good fruit.

Nao 尚

Are you using several subdomains? (Just having "www.mysite.com" somewhere and "mysite.com" elsewhere is enough to break it.)
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.

Soms

Quote from: Nao 尚 on March 09, 2009, 05:40:03 PM
Yes, at least while waiting for a fix. Make sure you don't have more than one sublevel. (One is fine, I believe.)
If it's not good enough, then put them all as top-level.

Every file is top-level now and the errors have disappeared. Thanks a lot.

Nao 尚

Would be even cooler if you told me what the structure looked like when it didn't work ;)
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.

Advertisement: