Twitter SMFHacks Facebook SMFHacks SMFHacks.com
** Home Forum Index Hacks Products Login Register Search
Welcome, Guest. Please login or register.
May 19, 2013, 11:26:12 am

Login with username, password and session length
Members
Total Members: 10758
Latest: murdocklawless
Stats
Total Posts: 32349
Total Topics: 5474
Online Today: 60
Online Ever: 2482
(April 09, 2011, 07:02:45 pm)
Users Online
Users: 0
Guests: 46
Total: 46
+ 
|-+ 
| |-+ 
| | |-+ 
| | | |-+ 
| | | | |-+ 
0 Members and 1 Guest are viewing this topic. « previous next »
Pages: 1 [2] Go Down Print
Author Topic: Bulk upload fails to load  (Read 4208 times)
alantani
SMF Gallery Pro Customer
Inline PM Customer
*****
Offline Offline

Posts: 14


View Profile
« Reply #15 on: July 04, 2011, 12:41:46 am »

it worked.  thanks a million!!!!!!!!!
Logged
alantani
SMF Gallery Pro Customer
Inline PM Customer
*****
Offline Offline

Posts: 14


View Profile
« Reply #16 on: February 11, 2012, 01:21:47 am »

ok, i'm back again.   this time i upgraded to gallery pro 4.0 and i am getting an error message for each photo as the photos are loaded in during the "bulk loading" process.  i tried to uninstall 4.0 but i still get the same error.  

when i tried to load a single photo, it worked.   Embarrassed
« Last Edit: February 11, 2012, 01:40:57 am by alantani » Logged
SMFHacks
Administrator
Hero Member
*****
Offline Offline

Posts: 10987


View Profile
« Reply #17 on: February 11, 2012, 08:36:58 am »

What error message are you getting?
Logged
alantani
SMF Gallery Pro Customer
Inline PM Customer
*****
Offline Offline

Posts: 14


View Profile
« Reply #18 on: February 11, 2012, 03:33:22 pm »

all it says is "an error occured:[]" and that is all.
Logged
SMFHacks
Administrator
Hero Member
*****
Offline Offline

Posts: 10987


View Profile
« Reply #19 on: February 13, 2012, 08:27:36 pm »

Fixed new update posted
Bug fix update
4.0.1
!Fixed bug with bulk uploader not working with files other than zip broken in last update
Logged
alantani
SMF Gallery Pro Customer
Inline PM Customer
*****
Offline Offline

Posts: 14


View Profile
« Reply #20 on: February 14, 2012, 02:26:12 am »

it works now. once again, thanks a million!
Logged
yol
Community Suite Customer
Inline PM Customer
******
Offline Offline

Posts: 17



View Profile
« Reply #21 on: June 05, 2012, 03:27:45 pm »

Hi SmfHacks,

I have got same problem on latest version. When I try to bulk uplod it says "Multiupload failed to load. An issue occured...."

It was fresh installed, no another mootool js, all directories and files under the fupload are 755, and all js and swf files in the source are OK!.

Help me please...
Logged

SEDAT AÇIL
SMFHacks
Administrator
Hero Member
*****
Offline Offline

Posts: 10987


View Profile
« Reply #22 on: June 05, 2012, 03:32:20 pm »

Can you pm me a login  to check it out.
Logged
SMFHacks
Administrator
Hero Member
*****
Offline Offline

Posts: 10987


View Profile
« Reply #23 on: June 05, 2012, 03:58:58 pm »

Looks like issue with fbslidebox

Looks like you have jquery running
Read http://api.jquery.com/jQuery.noConflict/

Code:

<script type="text/javascript">!window.jQuery && document.write(unescape('%3Cscript src="http://code.jquery.com/jquery.min.js"%3E%3C/script%3E'))</script>
<script type="text/javascript">
jQuery(document).ready(function($)
{
$("#FBSlideLikeBox_right").mouseenter(function()
{
$(this).stop().animate({right: 0}, "normal");
}).mouseleave(function()
{
$(this).stop().animate({right: -350}, "normal");
});;
});
</script>
Try change to


Code:

<script type="text/javascript">!window.jQuery && document.write(unescape('%3Cscript src="http://code.jquery.com/jquery.min.js"%3E%3C/script%3E'))</script>
<script type="text/javascript">
$.noConflict();

jQuery(document).ready(function($)
{
$("#FBSlideLikeBox_right").mouseenter(function()
{
$(this).stop().animate({right: 0}, "normal");
}).mouseleave(function()
{
$(this).stop().animate({right: -350}, "normal");
});;
});
</script>
Logged
yol
Community Suite Customer
Inline PM Customer
******
Offline Offline

Posts: 17



View Profile
« Reply #24 on: June 05, 2012, 04:17:57 pm »

Hi,

When I replaced this codes, all pages are blank-white opened. I disabled the FacebookSlide mod but currently it didnt work?
Logged

SEDAT AÇIL
SMFHacks
Administrator
Hero Member
*****
Offline Offline

Posts: 10987


View Profile
« Reply #25 on: June 05, 2012, 04:26:59 pm »

Sounds like the edit did not take I would undo it.
Logged
yol
Community Suite Customer
Inline PM Customer
******
Offline Offline

Posts: 17



View Profile
« Reply #26 on: June 05, 2012, 04:34:21 pm »

Hey friend!

When I added the "\" and its working fine!... Thank you very much for your support!. And also thank you very much for your great works!!..

Code:
<script type="text/javascript">!window.jQuery && document.write(unescape(\'%3Cscript src="http://code.jquery.com/jquery.min.js"%3E%3C/script%3E\'))</script>
Logged

SEDAT AÇIL
SMFHacks
Administrator
Hero Member
*****
Offline Offline

Posts: 10987


View Profile
« Reply #27 on: June 05, 2012, 04:39:15 pm »

Glad you were able to get it working!
Logged
Pages: 1 [2] Go Up Print 
« previous next »
Jump to:  

Recent
[Today at 07:03:27 am]

[May 16, 2013, 10:13:46 pm]

[May 15, 2013, 11:32:14 pm]

[May 15, 2013, 11:31:24 pm]

[May 12, 2013, 09:10:43 am]

[May 10, 2013, 03:49:55 am]

[May 07, 2013, 07:12:40 pm]

[May 07, 2013, 02:37:14 pm]

[May 06, 2013, 10:29:56 pm]

[May 04, 2013, 03:22:01 pm]
Random Picture
Donate to SMFHacks.com
Help Support the SMFHacks.com mod making.
Powered by SMF 1.1.18 | SMF © 2013, Simple Machines
TinyPortal v0.9.7 © Bloc
SMF and SimpleMachines are registered trademarks of Simple Machines. SMFHacks.com is not affiliated with nor endorsed by Simple Machines.
Page created in 1.35 seconds with 22 queries.