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

Darknico

Quote from: Dragooon on October 24, 2008, 11:37:43 PM
@jdvarner, for now find
function getTags($taglist)
{
preg_match_all('/[^,]*\"(.*?)\"\s*?|\s*([^,]+)\s*/', str_replace('"', '"', $taglist), $tags);
foreach ($tags[0] as $k => &$t)
$t = trim($t, '" ');
return $tags[0];
}

Replace it with
function getTags($taglist)
{
return $taglist;
}


Don't work for me

Fatal error: Call to undefined function: () in /membri/zhentai/Sources/Subs-MGallery.php on line 3275
Italian SMF - Supporto Italiano per la board SMF - Ci trovate tutti li!! :)


Nao 尚

Dragooon> Why didn't you post my full fix instead? :P

Quote from: jdvarner on October 24, 2008, 11:47:27 PM
nah, i went back and reloaded backup to the older version. trying not to manipulate files. it screws with all the other mods and packages.
If the modified file is a "new" file (i.e. a file that is not part of the SMF package), then you can simply download it locally, change it, and reupload it... You can uninstall the mod later without any issue.

One of the important things in SMG is that despite its huge size, 99.9% of it is in external files that can be modified as you like. So there's absolutely no risk.
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.

Nao 尚

Quote from: Darknico on October 25, 2008, 05:03:33 AM
Don't work for me

Fatal error: Call to undefined function: () in /membri/zhentai/Sources/Subs-MGallery.php on line 3275
Please visit http://smf-media.com for fixes to common issues you might find. I already published the fix there ;) Just search for the word "3275" :P

Dragooon> Please release beta 1.1 with the fixes ;) I don't want to post this again and again :P
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.

Darknico

Italian SMF - Supporto Italiano per la board SMF - Ci trovate tutti li!! :)


genieuk

Great, i will install later and let you know how it goes ;)

Look forward to other versions aswell, seems you are going to make this even better, it sounds brilliant already.

I will do it tonight at see how it goes.

Mathew

Marcus Forsberg

What about the problems whit the Mgconverter. Are they fixed?

Dragooon

Thank you, we are preparing beta 1.1, it had some emergency SMF 1.1/PHP 4 fixes.(If you run SMF 2 and PHP 5 then you don't need it).

@Nascar - Currently it is not updated/fixed. I'll update it later and make it follow the conversion process as followed by the CPG converter(Which works much better IMO).

genieuk

Hi,

I cannot install it.

When i try to install i get:

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 '-flf' at line 2
File: /home/sites/foreverlastingfriends.com/public_html/Packages/temp/db_mgallery.php
Line: 427

I have the SMF Gallery mod installed and I uploaded the convert file to root directory but i cannot install the Media gallery mod because of the above error. I have read the instructions and i don't think i am doing anything wrong as it says to keep smf gallery installed so it can convert from and just to install SMF media gallery and then run the convert file. Also it shows no errors for files so no problem there.

Help?

Thanks
Mathew

Dragooon


genieuk

Quote from: Dragooon on October 25, 2008, 07:40:17 AM
Does the fix here fixes t?

Oh god please help.

It fixed it yes but have i think a majour problem now after installing it.

when i click on the admin tab i get:

QuoteParse error: syntax error, unexpected '&', expecting T_VARIABLE or '$' in /home/sites/foreverlastingfriends.com/public_html/Sources/MGallery-Admin.php on line 173

site seems to work fine apart from when i need to access admin.

Thanks
Mathew

Dragooon

This will be fixed in beta 1.1, which is minuites away from release.

genieuk

lol,

yes but i cannot access my admin so i cannot uninstall it to install latest version which you are releasing in minute.

What can i do?

Thank you,
Mathew

Dragooon


Dragooon

Quote from: genieuk on October 25, 2008, 08:16:30 AM
lol,

yes but i cannot access my admin so i cannot uninstall it to install latest version which you are releasing in minute.

What can i do?

Thank you,
Mathew
Download the 1.5b1.1 package and overwrite the files, no need to run the installer. It should be fixed.

genieuk

Quote from: Dragooon on October 25, 2008, 08:26:01 AM
Quote from: genieuk on October 25, 2008, 08:16:30 AM
lol,

yes but i cannot access my admin so i cannot uninstall it to install latest version which you are releasing in minute.

What can i do?

Thank you,
Mathew
Download the 1.5b1.1 package and overwrite the files, no need to run the installer. It should be fixed.

Thanks,

Overwrite all files and now ok, just got to convert now, please pray for me it goes ok

Thanks
Mathew

Dragooon

Uh, I didn't notice that. good luck :).

Please remember that the converter is not tested with SMG 1.5, only 1.0.2, although it should work.

genieuk

Quote from: Dragooon on October 25, 2008, 08:44:23 AM
Uh, I didn't notice that. good luck :).

Please remember that the converter is not tested with SMG 1.5, only 1.0.2, although it should work.

oops, i am using SMF 1.1.6 do you think it will be ok to use converter on 1.1.6?

genieuk

I am trying to convert but got an error when i am at Being Process stage

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 '-flf' at line 2
File: /home/sites/foreverlastingfriends.com/public_html/mgconverter.php
Line: 124

Mathew

Dragooon

Open mgconverter.php
Find
$request = $mgalFunc['db_query']("
SHOW TABLES
FROM $db_name",
array()
,__FILE__,__LINE__);

Replace it with
$request = $mgalFunc['db_query']("
SHOW TABLES
FROM `$db_name`",
array()
,__FILE__,__LINE__);

Quote from: genieuk on October 25, 2008, 08:46:18 AM
Quote from: Dragooon on October 25, 2008, 08:44:23 AM
Uh, I didn't notice that. good luck :).

Please remember that the converter is not tested with SMG 1.5, only 1.0.2, although it should work.

oops, i am using SMF 1.1.6 do you think it will be ok to use converter on 1.1.6?
I was referring to SMF Media Gallery's versions not SMF's versions.

genieuk

Hi,

Please do not think i am taking the micky,

but got another error on stage where it says "Conversion of items has been completed". i can still go ahead with installation but thought i would post it for you incase you want it for future reference and if other people has same problem. Not sure it is vital and i need to do something

Mathew
Quote
Warning: filesize() [function.filesize]: Stat failed for /thumb_1_10_10_08_6_36_26.JPG (errno=2 - No such file or directory) in /home/sites/foreverlastingfriends.com/public_html/Sources/Subs-MGallery.php on line 2354

Warning: filesize() [function.filesize]: Stat failed for /thumb_1_10_10_08_6_38_06.JPG (errno=2 - No such file or directory) in /home/sites/foreverlastingfriends.com/public_html/Sources/Subs-MGallery.php on line 2354

Warning: filesize() [function.filesize]: Stat failed for /thumb_1_10_10_08_6_39_23.JPG (errno=2 - No such file or directory) in /home/sites/foreverlastingfriends.com/public_html/Sources/Subs-MGallery.php on line 2354

Warning: filesize() [function.filesize]: Stat failed for /thumb_1_10_10_08_6_40_26.JPG (errno=2 - No such file or directory) in /home/sites/foreverlastingfriends.com/public_html/Sources/Subs-MGallery.php on line 2354

Warning: filesize() [function.filesize]: Stat failed for /thumb_1_10_10_08_6_41_56.JPG (errno=2 - No such file or directory) in /home/sites/foreverlastingfriends.com/public_html/Sources/Subs-MGallery.php on line 2354

Warning: filesize() [function.filesize]: Stat failed for /thumb_1_10_10_08_6_42_46.JPG (errno=2 - No such file or directory) in /home/sites/foreverlastingfriends.com/public_html/Sources/Subs-MGallery.php on line 2354

Warning: filesize() [function.filesize]: Stat failed for /thumb_1_10_10_08_6_43_34.JPG (errno=2 - No such file or directory) in /home/sites/foreverlastingfriends.com/public_html/Sources/Subs-MGallery.php on line 2354

Warning: filesize() [function.filesize]: Stat failed for /thumb_25_11_10_08_8_28_11.jpg (errno=2 - No such file or directory) in /home/sites/foreverlastingfriends.com/public_html/Sources/Subs-MGallery.php on line 2354

Warning: filesize() [function.filesize]: Stat failed for /thumb_25_11_10_08_8_28_53.jpg (errno=2 - No such file or directory) in /home/sites/foreverlastingfriends.com/public_html/Sources/Subs-MGallery.php on line 2354

Warning: filesize() [function.filesize]: Stat failed for /thumb_25_12_10_08_3_20_27.jpg (errno=2 - No such file or directory) in /home/sites/foreverlastingfriends.com/public_html/Sources/Subs-MGallery.php on line 2354

Warning: filesize() [function.filesize]: Stat failed for /thumb_27_13_10_08_6_52_39.jpg (errno=2 - No such file or directory) in /home/sites/foreverlastingfriends.com/public_html/Sources/Subs-MGallery.php on line 2354

Warning: filesize() [function.filesize]: Stat failed for /thumb_25_13_10_08_9_52_48.jpg (errno=2 - No such file or directory) in /home/sites/foreverlastingfriends.com/public_html/Sources/Subs-MGallery.php on line 2354

and then on recount statistics i got: which it wont let me finish installation. what do i do?
Quote
The database value you're trying to insert does not exist: value
/home/sites/foreverlastingfriends.com/public_html/mgconverter.php
688

Advertisement: