• [MOD-beta] Multi-upload PLUS v0.3b 4 0 5 1
Currently:  

Author Topic: [MOD-beta] Multi-upload PLUS v0.3b  (Read 223390 times)

0 Members and 1 Guest are viewing this topic.

Offline egoplawi

  • Newbie
  • *
  • Posts: 15
  • Punksy möchte die Welt erobern.
    • View Profile
    • Punksy.com
Re: [MOD-beta] Multi-upload PLUS v0.3b
« Reply #75 on: July 17, 2007, 06:53:29 PM »
Hello,
I read the 5 page :) and do all the work by steps as you say but
I got this error when I try to upload
http://gallery.egyptsons.com/member.php?action=muploadform&numupload=2

Code: [Select]
Fatal error: Call to a member function on a non-object in /home/egyptson/public_html/gallery/includes/mu_modules/basic.php on line 82



Hello!

I had the same error. The reason is if you add some aditional fields to your database (table 4images_images) the file \gallery\includes\mu_modules\basic.php do not work anymore. I dont know why. But you can deactivate this part of the file

Code: [Select]
/*load data for additional fields
  if (!empty($additional_image_fields))
  {
    $table_fields = $site_db->get_table_fields((($direct_upload) ? IMAGES_TABLE : IMAGES_TEMP_TABLE));
    foreach ($additional_image_fields as $key => $val)
    {
      if (isset($HTTP_POST_VARS[$key.$i]) && isset($table_fields[$key]))
      {
        $HTTP_POST_VARS[$key] = $HTTP_POST_VARS[$key.$i];
      }
    }
  }*/

until we know the reason.

Egoplawi

Offline misi208

  • Pre-Newbie
  • Posts: 4
    • View Profile
Re: [MOD-beta] Multi-upload PLUS v0.3b
« Reply #76 on: August 05, 2007, 06:58:20 PM »
Hi

I have attachede the mod. I would all picture the same name by uploading. That I not all picture a name with hand write.

############

Hi

ich habe den Mod installiert, es gibt glaub ich einen thread schon wo erklärt wird wie man für alle Bilder die man hochladen möchte den gleichen Namen angeben kann, und nicht jedes Bild extra einen Namen verpassen muß. Nur ich finde diesen nicht mehr. Kann mir da trotzdem einer helfen.

MiSi

Offline thunderstrike

  • 4images Guru
  • *******
  • Posts: 2.327
    • View Profile
Re: [MOD-beta] Multi-upload PLUS v0.3b
« Reply #77 on: August 05, 2007, 07:37:28 PM »
Quote
Fatal error: Call to a member function on a non-object in /home/egyptson/public_html/gallery/includes/mu_modules/basic.php on line 82

In includes/mu_modules/basic.php file,

find:

Quote
global $config, $cat_id, $additional_image_fields, $search_match_fields, $cat_id_backup;

replace:

Quote
global $site_db, $config, $cat_id, $additional_image_fields, $search_match_fields, $cat_id_backup;

Quote
until we know the reason.

No do. Only damage MOD. Now - you have reason. ;)

Quote
I would all picture the same name by uploading.

All same picture name ? No do ... must all be diff name ...
8 steps need when ask question -

- PHP version (ACP - > phpinfo())
- mySQL version (ACP - > phpinfo())
- 4images version
- Post screenshot / URL
- Post code in BB Code (no need full file for code) or post attach file
- It doesn't work. What is say - what is do for no work
- Install MOD ? If so - please say (troubleshooting)
- Read FAQ ? Install Bug fixes ?

Offline misi208

  • Pre-Newbie
  • Posts: 4
    • View Profile
Re: [MOD-beta] Multi-upload PLUS v0.3b
« Reply #78 on: August 05, 2007, 08:26:24 PM »
Quote
I would all picture the same name by uploading.

All same picture name ? No do ... must all be diff name ...

I mean that by upload i Fill out this form once only for all picture.

Picture 1 Picture 2

Offline thunderstrike

  • 4images Guru
  • *******
  • Posts: 2.327
    • View Profile
Re: [MOD-beta] Multi-upload PLUS v0.3b
« Reply #79 on: August 05, 2007, 08:31:30 PM »
Like that MOD ?

http://www.4homepages.de/forum/index.php?topic=14170.0

Can do import with ZIP - all once. Long time done. ;)
8 steps need when ask question -

- PHP version (ACP - > phpinfo())
- mySQL version (ACP - > phpinfo())
- 4images version
- Post screenshot / URL
- Post code in BB Code (no need full file for code) or post attach file
- It doesn't work. What is say - what is do for no work
- Install MOD ? If so - please say (troubleshooting)
- Read FAQ ? Install Bug fixes ?

Offline misi208

  • Pre-Newbie
  • Posts: 4
    • View Profile
Re: [MOD-beta] Multi-upload PLUS v0.3b
« Reply #80 on: August 05, 2007, 09:07:50 PM »
Very good mod but any user can't handle with ZIP.
I have the function found in the forum before my pc shutdown after I have not found the site again.

I hope you understand me with my bad english.

I want keywords and picture description enter once only by all pictures.

Offline thunderstrike

  • 4images Guru
  • *******
  • Posts: 2.327
    • View Profile
Re: [MOD-beta] Multi-upload PLUS v0.3b
« Reply #81 on: August 05, 2007, 09:36:44 PM »
Quote
I want keywords and picture description enter once only by all pictures.

True. ZIP Import no do with once by picture ...
8 steps need when ask question -

- PHP version (ACP - > phpinfo())
- mySQL version (ACP - > phpinfo())
- 4images version
- Post screenshot / URL
- Post code in BB Code (no need full file for code) or post attach file
- It doesn't work. What is say - what is do for no work
- Install MOD ? If so - please say (troubleshooting)
- Read FAQ ? Install Bug fixes ?

Offline egoplawi

  • Newbie
  • *
  • Posts: 15
  • Punksy möchte die Welt erobern.
    • View Profile
    • Punksy.com
Re: [MOD-beta] Multi-upload PLUS v0.3b
« Reply #82 on: August 06, 2007, 02:31:32 AM »
@egyptsons

Hello,
I read the 5 page :) and do all the work by steps as you say but
I got this error when I try to upload
http://gallery.egyptsons.com/member.php?action=muploadform&numupload=2

Code: [Select]
Fatal error: Call to a member function on a non-object in /home/egyptson/public_html/gallery/includes/mu_modules/basic.php on line 82


Hi egyptsons!

Wellcome to my gallery as one of the first members.

I saw that your multi uploade form http://gallery.egyptsons.com/member.php?action=muploadform&numupload=2 now works without errors. No aditional image fields, but no errors.

Did you use my "solution" for this problem?

Would you like to upload some of your nice pictures to my gallery?
I created an off-topic category and i created also a subcategory for your pictures:
http://punksy.com/gallery/categories.php?cat_id=77&l=english

Greatings from Vienna!
Egoplawi

@thunderstrike

Quote

In includes/mu_modules/basic.php file,

find:


global $config, $cat_id, $additional_image_fields, $search_match_fields, $cat_id_backup;


replace:


global $site_db, $config, $cat_id, $additional_image_fields, $search_match_fields, $cat_id_backup;

Hi thunderstrike!

No Fatal error but still no aditional image fields in multi upload form.   ???

Egoplawi



Offline thunderstrike

  • 4images Guru
  • *******
  • Posts: 2.327
    • View Profile
Re: [MOD-beta] Multi-upload PLUS v0.3b
« Reply #83 on: August 06, 2007, 03:15:55 AM »
Quote
No Fatal error but still no aditional image fields in multi upload form.   ???

Enable error_reporting from global. Go multi-upload once more. Error should appear.
8 steps need when ask question -

- PHP version (ACP - > phpinfo())
- mySQL version (ACP - > phpinfo())
- 4images version
- Post screenshot / URL
- Post code in BB Code (no need full file for code) or post attach file
- It doesn't work. What is say - what is do for no work
- Install MOD ? If so - please say (troubleshooting)
- Read FAQ ? Install Bug fixes ?

Offline egoplawi

  • Newbie
  • *
  • Posts: 15
  • Punksy möchte die Welt erobern.
    • View Profile
    • Punksy.com
Re: [MOD-beta] Multi-upload PLUS v0.3b
« Reply #84 on: August 06, 2007, 07:34:01 AM »
Hi!

Ignore my last posts in this thread.

I forgot to add the rows for the additional image fields to the upload and multiupload templates. :oops: :oops:

Since i saw appear this additional rows in the admin area automatic i turned off my brain.

Egoplawi

Offline thunderstrike

  • 4images Guru
  • *******
  • Posts: 2.327
    • View Profile
Re: [MOD-beta] Multi-upload PLUS v0.3b
« Reply #85 on: August 06, 2007, 07:59:53 AM »
Thank for posting.
8 steps need when ask question -

- PHP version (ACP - > phpinfo())
- mySQL version (ACP - > phpinfo())
- 4images version
- Post screenshot / URL
- Post code in BB Code (no need full file for code) or post attach file
- It doesn't work. What is say - what is do for no work
- Install MOD ? If so - please say (troubleshooting)
- Read FAQ ? Install Bug fixes ?

Offline beule

  • Newbie
  • *
  • Posts: 48
    • View Profile
Re: [MOD-beta] Multi-upload PLUS v0.3b
« Reply #86 on: August 13, 2007, 05:30:34 PM »
Hey bin Deutscher und versteh nur Bahnhof, wollte mal fragen ob es schon ne Lösung zum benutzen für FIREFOX Mozilla gibt?

Wenns geht auf deutsch! Danke!

Offline thunderstrike

  • 4images Guru
  • *******
  • Posts: 2.327
    • View Profile
Re: [MOD-beta] Multi-upload PLUS v0.3b
« Reply #87 on: August 13, 2007, 08:33:45 PM »
No get german ... sorry.
8 steps need when ask question -

- PHP version (ACP - > phpinfo())
- mySQL version (ACP - > phpinfo())
- 4images version
- Post screenshot / URL
- Post code in BB Code (no need full file for code) or post attach file
- It doesn't work. What is say - what is do for no work
- Install MOD ? If so - please say (troubleshooting)
- Read FAQ ? Install Bug fixes ?

Offline Tino23

  • Full Member
  • ***
  • Posts: 191
    • View Profile
    • LMJ - Motorsport
Re: [MOD-beta] Multi-upload PLUS v0.3b
« Reply #88 on: August 15, 2007, 05:18:30 PM »
Ja, ne Anleitung in Deutsch würde ich auch mal Super finden. Würde zumindest für eine de Domain passend sein und sonst wird die Deutsche Sprache ja auch in 4images Unterstützt.

Offline lemccoy

  • Jr. Member
  • **
  • Posts: 90
    • View Profile
    • DrunkIsland
Re: [MOD-beta] Multi-upload PLUS v0.3b
« Reply #89 on: September 06, 2007, 11:10:40 PM »
this mod is great, and might help me get back some users from facebook! TRAITORS! anyways...

has anyone been able to get the resize BEFORE upload (on the client-side) working?  I uploaded the new JUpload file and it seems to be working.

Thanks!