vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Major Additions - Ultimate Media Gallery LITE (https://vborg.vbsupport.ru/showthread.php?t=201533)

Coroner 01-13-2009 05:54 PM

Quote:

Originally Posted by inciarco (Post 1711174)
Too Bad, I guess someone else should have and report the same error/bug so that you can track it.

I tried to create a New Category at "/umg.php" choosing Administration -> Categories then it displays the Add Category Page at "/umg.php?do=usercp&act=cat", then I set the Name, Description, Permissions (I set only Admins but I've also tried setting another Usergroup without sucess), then I click "Save Changes" and then comes the Error Page at "/umg.php?do=usercp" with the "HTTP Error 406 - No aceptable".

Is there some Option I should specificaly Set besides the Group Permissions for Admins to be able to Create the Categories without any Problem? :confused:

I've ReUploaded and also I've Uninstalled and Reinstalled the Product without any Sucess, because the same Error Occurs. :(

No Categories No way to Test the rest of the Mod. :(

I Hope you can Guide me, because this is Not Normal, sounds like a Bug on vB373. :confused:

My Best Regards.

:)

Can I have a Test-Account (include UMG) ? It's installed in over 5 Forums (we've testet 4 weeks long) and all without this Error.

ssslippy 01-13-2009 07:45 PM

Social groups as in the social groups that are built into vbulletin.

Coroner 01-13-2009 08:07 PM

Ok, "the real vB social groups". No, all uploads will done into the gallery itself.

You can't upload into the forum. The only AddOn (coming with the Pro) is, that the users forum attachments get's an own "private" categorie to view them as an album.

(sorry, my grammar)

inciarco 01-13-2009 10:34 PM

On Mozilla Firefox the error says:

Quote:

406 Not Acceptable

An appropriate representation of the requested resource /forums/umg.php could not be found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
I'm curious about the 404 Not Found Error.

I can see the your Forum is located on the root of your Domain name http://www.php-unlimited.com/ and the Folder "umg_gallery" is on that root, as well as the other Folders of the vBulletin. Have you considered Forums located on Sub-Folders, because I've seen that many Mods consider that by providing (if Forum is in a Folder) a Field to Specify the Complete path to that Folder (or to the Mod Folder), or they provide a Variable inside a PHP File to Specify that Path (I had to Include that Information on PhotoPlog on the Mod's Options as well as on the config.php File where I had to set that path as "/home/zzz/public_html/forums/").

In this case, as you can see on the Error Message my Forum is located on a folder called "forums" so the path is http://mydomain.com/forums/ and if this Mod is trying to locate the Information of vBulletin and of the Mod on http://mydomain.com/ then it won't find it and I think perhaps that could be the problem (or one of them).

Does this Mod considers the Complete Path of Forums located in Folders? If not, where can we set that Path so that the Mod works fine by locating the Information Ok? (I'm assuming that this Mod would require that Extra-Info of the Path to the Particular Forum's Folder) :confused:

(I've also noticed on the Information of the Mod that it doesn't work exactly inside the vBulletin Board Software, so perhaps that combined to what I wrote before about the path of the Folder, could have something to do with this Error? :confused:)

I've created a Test Account (I can't provide you a Admin Account for Security Reasons on my Board) with Permissions to Use the Mod, and I've made all the Category Creation Process and I get the same Error that I got with my Admin Account, so I guess it would not help much to provide you the login and password to that Account, but if you consider that it might help, please tell me and I'll send the Info to you via PM. :confused:

My Best Regards, I Hope I'd be able to use this Mod, is Very Interesting to be able to Provide a Gallery for the Media/Video/Audio Files as well as for the Images. (I was really sad for getting that error, I usually Install very well the Mods by following the Instructions).

:)

basilrath 01-13-2009 11:39 PM

nice job................ i still use photoplog pro................. and still up to now prefer but will look at this carefully

Coroner 01-14-2009 03:21 AM

@inciarco: My test forum also is located in a sub-folder (http:// .... /forums/) and it works, too.
I'll send you a pm

inciarco 01-14-2009 04:23 PM

Quote:

Originally Posted by Coroner (Post 1711696)
@inciarco: My test forum also is located in a sub-folder (http:// .... /forums/) and it works, too.
I'll send you a pm

Thanks to the Help and Guide of Coroner, I've been able to Create the Categories and of course to Use the Mod. :up::up::up:

The Solution was Really Simple and Coroner Pointed me in the Right Direction :); I'm quoting the Solutions Provided by Coroner:

Quote:

Search the template "umg_usercp_category" and locate this line:
<form action="umg.php?do=usercp" method="post">

pls change it into:
<form action="umg.php" method="post">
I've tested so far the Mod Successfully in vB373. :)

I recommend Users to Pay Attention to the Usergroup Permissions, as well as Refreshing the Media Gallery Cache (with the provided option) to Apply Changes on Sizes of Media. I also recommend on the Usergroup Permissions to set the Extensions You'll allow your Users to Upload as well as the Sizes of those Files.

I Like a lot this Mod beause allows Forums to Upload, Search, Rate and Comment Media Files directly on the Forum's Server, and to be Able to See them with the Provided Third Party Player. :p

Thank You Very Much Coroner For Sharing this Great Mod, I Recommend it a Lot. :up::up::up:

One Recommendation for Next Releases: It would be nice to Provide the Checking of the Extensions Permissions, Size of the File Permissions, and that All Fields are Complete, without making the Uploading Process, because in case that Upload don't Fill the Permissions and the File is Large (lots of Mb) then Users have to wait for End of Upload Process to Receive a Message Page telling them that Something they did was not Right; also when they go Back they lose the Introduced Info on Title, Description and File Address on Computer; if this Process can be done via Ajax, without Changing the Page, then Users won't lose Precious Time and also no Introduced Info would be lost. That Problem has it almost all the Mods I know such as JukeBox, DownloadsII, Photobucket, and other more, so if you can make that Checking via Ajax you'll be Providing a very Valuable Functionality that others haven't provided yet (at least on the Uploading Files Mods that I Know). ;)

My Best Regards.

:)

Coroner 01-14-2009 04:45 PM

Quote:

Originally Posted by inciarco (Post 1712263)
One Recommendation for Next Releases: It would be nice to Provide the Checking of the Extensions Permissions, Size of the File Permissions, and that All Fields are Complete, without making the Uploading Process, because in case that Upload don't Fill the Permissions and the File is Large (lots of Mb) then Users have to wait for End of Upload Process to Receive a Message Page telling them that Something they did was not Right; also when they go Back they lose the Introduced Info on Title, Description and File Address on Computer; if this Process can be done via Ajax, without Changing the Page, then Users won't lose Precious Time and also no Introduced Info would be lost. That Problem has it almost all the Mods I know such as JukeBox, DownloadsII, Photobucket, and other more, so if you can make that Checking via Ajax you'll be Providing a very Valuable Functionality that others haven't provided yet (at least on the Uploading Files Mods that I Know). ;)

Help, is not a problem !

Sorry, you can't check the Upload before uploading. Even if you uploaded the file, (it's now in cache) you can check it.

inciarco 01-14-2009 06:24 PM

Coroner, so far all the Files I've tested have been working Fine (I've seen the Wanted AVI File you tested also), exept one in FLV Format; for the FLV Format File it displays the Player but when I click the First Time on Play nothing happens and the second time it makes the Play Process but stays there without displaying the FLV Video in the Player; I also noticed that in the FLV Player the "Full Window" Option isn't working, so perhaps there's something in the Code that isn't pointing the Player to the File, (I guess that's why also the Full Window isn't working because there's No Video Displayed). :confused:

I've uploaded a Test Video in the same Category (C3) where you Uploaded your AVI Video, so that you can Find it. I'm Attaching the same file to this Message so that you can make the same Test, (is the Demo/Test Video that comes with the JM FLV Player which I've installed on one of my Forums for providing a FLV BB Code for Playing .flv Videos).

I Hope you can Point me on what Changes should I make on Plugins, Templates, and/or Files to make the FLV Videos Work on the Media Gallery. ;)

My Best Regards, I Like this Mod a Lot. :up:

:)

inciarco 01-14-2009 06:43 PM

2 Additional Small Details I've Noticed:

1. When Opening an MP3 File and Clicking the Close Link before stopping/Ending the Audio, the Audio Stays On; if I Click again to Open then a Second Instance of the Player is Opened and can be Played while the other (now invisible) instance is Playing without being able to stop it. :confused:

2. I noticed that When I click on an Image (jpg that should open with Highslide Player), it Loads the Image, but when I "close" it and Open it Again the Image is Loaded Again; I've always noticed that Highslide should Load the File Once and when you Click on it it should use the already loaded on memory Image File so viewing it is Fast and don't Uses Extra Data Transfer from the Server; right now is Loading/Opening as many Times a User Clicks on the Image and also causing the Display of the Image Slow because it has to Load Completely Every Time is Clicked (thatt's felt a lot on Large Images). :confused:

I Hope you can also Point me on what Code Lines to Change on Plugins/Templates/Files to Correct that. ;)

My Best Regards.

:)


All times are GMT. The time now is 12:29 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01221 seconds
  • Memory Usage 1,779KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete