Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - abifotos

Pages: [1]
1
habe das skript gerade eben ausprobiert, in dem ich den phpthumb() aufruf direkt über die adressleiste des browsers mitgegeben habe -> es funktioniert!
Das einzige Problem liegt jetzt also noch in dem Pfad, dass irtümlicherweise die Datei in dem Ordner phpthumb/data/media/1 und nicht in /data/media/1 gesucht wird - wo kann ich das ändern?

2
hallo zusammen!

so, auch ich hab noch mein Problem mit phpthumb :-/
Habe ebenfalls meinen Webspace bei funpic und bekomme momentan noch die Fehlermeldung (rote Schrift in blauem Kasten) "/usr/export/www/vhosts/funnetwork/hosting/abifotos//phpthumb/./data/media/1/IMG_0552.jpg" does not exist.

Folgende Anpassungen habe ich vorgenommen:
Das Template media/jpg.html folgendermaßen abgeändert:
Code: [Select]
<img src="phpthumb/phpThumb.php?src={media_src}&w=500&h=500" border="0" alt="{image_name}" /><br />
ini_set und set_time_limit auskommentiert ->
Code: [Select]
// ini_set('display_errors', '1');
// set_time_limit(30);

den document root abgeändert: (die lange Codeschlange hinter dem ursprünglichen Eintrag dahinter gelöscht, so dass jetzt wirklich nur noch folgendes da steht )
Code: [Select]
$PHPTHUMB_CONFIG['document_root'] = '/usr/export/www/vhosts/funnetwork/hosting/abifotos/';
4images liegt im Dokumentenroot, phpthumb() im unterordner phpthumb

Wo habe ich etwas vergessen - was muss ihc machen, damit die Sache endlich funktioniert?
Bin für jeden Tipp dankbar!

Danke!
Benny

3
Mods & Plugins (Releases & Support) / Re: [MOD] multiupload
« on: June 30, 2005, 05:47:47 PM »
Because of my (unlimited) webspace with a uploadlimit of 1MB/file I get a error when I want to upload e.g. 2 files with 600KB each (->1,2MB).4images redirects me to a "forgot password? - enter your emailadress here"-page and doesn't upload the pictures... Is there a possibility to solve this problem?

4
Mods & Plugins (Releases & Support) / Re: [MOD] multiupload
« on: June 29, 2005, 07:34:07 PM »
thank you!
with your file everything works fine!

5
Mods & Plugins (Releases & Support) / Re: [MOD] multiupload
« on: June 29, 2005, 12:02:11 PM »
hi!

i get this error with rrocs member.php:

DB Error: Bad SQL Query: INSERT INTO 4images_images (cat_id, user_id, image_name, image_description, image_exif, image_keywords, image_date, image_active, image_media_file, image_thumb_file, image_download_url, image_allow_comments) VALUES (1, 1, 'Test', '','', '', 1120039157, 1, 'lukas_2.jpg', 'lukas_2.jpg', '', 1)
Unknown column 'image_exif' in 'field list'

Can you post your working member.php, please?

thanks!

6
Mods & Plugins (Releases & Support) / Re: [MOD] multiupload
« on: June 29, 2005, 12:59:20 AM »
Which version of 4images do you use to use this extension?
I tried it with 1.7.1 and had no luck ... do I habe any chances to get this problem solved with version 1.7.0 ?

7
Mods & Plugins (Releases & Support) / Re: [MOD] multiupload
« on: June 28, 2005, 09:22:39 PM »
hey blackbeatclub!

did you find a solution for the multiupload problem?
I got the same with 4images 1.7.1...

thanks!
Benny

Pages: [1]