Benutzername    Passwort    Autologin    
  Passwort vergessen       Registrieren  
beeForum Foren-übersicht » hal9000 » mod support
Neues Thema eröffnen   Neue Antwort erstellen Hervorhebung entfernen


Image-directory doesn't exist. (./../../.$str_updir./)
Vorheriges Thema anzeigen :: Nächstes Thema anzeigen  
Autor Nachricht
Rodejong





Titel: Image-directory doesn't exist. (./../../.$str_updir./)
Verfasst am: Fr, 26 Mai 2006, 11:53
Beitrag
Antworten mit Zitat

Code:
Image-directory doesn't exist. (./../../.$str_updir./)




Code:
General Error
Image-directory doesn't exist. (./../../.$str_updir./)


These are the errors that I get.

The Install of Sql didnt work, but I rewrote it for the newest version.

Code:
#
#-----[ SQL ]------------------------------------------
#
ALTER TABLE phpbb_users ADD user_allow_uploadpic TINYINT NOT NULL DEFAULT 0;

#
#-----[ SQL ]------------------------------------------
#
INSERT INTO phpbb_config (config_name,config_value) VALUES ('uploadpic_picdir','.$str_updir.');
INSERT INTO phpbb_config (config_name,config_value) VALUES ('uploadpic_uniqfn','1');
INSERT INTO phpbb_config (config_name,config_value) VALUES ('uploadpic_delete','1');
INSERT INTO phpbb_config (config_name,config_value) VALUES ('uploadpic_lrmod','0');
INSERT INTO phpbb_config (config_name,config_value) VALUES ('uploadpic_showlink','0');
INSERT INTO phpbb_config (config_name,config_value) VALUES ('uploadpic_vbbcode','0');
INSERT INTO phpbb_config (config_name,config_value) VALUES ('uploadpic_multiple','1');
INSERT INTO phpbb_config (config_name,config_value) VALUES ('uploadpic_maxsize','75');
INSERT INTO phpbb_config (config_name,config_value) VALUES ('uploadpic_maxpicx','550');
INSERT INTO phpbb_config (config_name,config_value) VALUES ('uploadpic_maxpicy','300');
INSERT INTO phpbb_config (config_name,config_value) VALUES ('uploadpic_minimum','15');
INSERT INTO phpbb_config (config_name,config_value) VALUES ('uploadpic_allowed','image/jpg|image/jpeg|image/pjpeg|image/gif|image/p ng|image/x-png|image/x-citrix-pjpeg');
INSERT INTO phpbb_config (config_name,config_value) VALUES ('uploadpic_jpgqual','80');
INSERT INTO phpbb_config (config_name,config_value) VALUES ('uploadpic_allowpm','1');
INSERT INTO phpbb_config (config_name,config_value) VALUES ('uploadpic_maxpmdays','30');
INSERT INTO phpbb_config (config_name,config_value) VALUES ('uploadpic_gallery','1');
INSERT INTO phpbb_config (config_name,config_value) VALUES ('uploadpic_gallerysize','250');
INSERT INTO phpbb_config (config_name,config_value) VALUES ('uploadpic_watermark','0');
INSERT INTO phpbb_config (config_name,config_value) VALUES ('uploadpic_wmpicture','images/up_watermark.png');
INSERT INTO phpbb_config (config_name,config_value) VALUES ('uploadpic_wmpicx','150');
INSERT INTO phpbb_config (config_name,config_value) VALUES ('uploadpic_wmpicy','150');
INSERT INTO phpbb_config (config_name,config_value) VALUES ('uploadpic_wmposition','6');
INSERT INTO phpbb_config (config_name,config_value) VALUES ('uploadpic_numlatest','10');
INSERT INTO phpbb_config (config_name,config_value) VALUES ('uploadpic_forcepath','');
INSERT INTO phpbb_config (config_name,config_value) VALUES ('uploadpic_minposts','0');


Where did I go wrong?
Easymod did all the alterations in the phpfiles, all files are copied tot their places. It all fits, but doesn't work.

Please Help?

Nach oben
Rang:
Rodejong





Titel: (Kein Titel)
Verfasst am: Fr, 26 Mai 2006, 13:23
Beitrag
Antworten mit Zitat

Ok, We've found the problem.
I forgot the alteration in SQL to rename the path.
(This is done in the database-update file, which you run on the browser, but when that down't work, than you have to do that manualy

SQL uploadpic_picdir => $str_updir.
SQL uploadpic_picdir => images/mapname

And when you have a root/forum or root/phpbb2
SQL uploadpic_picdir => forum/images/mapname
SQL uploadpic_picdir => phpbb2/images/mapname


Code:
You could also just change the
INSERT INTO phpbb_config (config_name,config_value) VALUES ('uploadpic_picdir','.$str_updir.');

tot
Code:
INSERT INTO phpbb_config (config_name,config_value) VALUES ('uploadpic_picdir','.forum/images/users_upload');


Dont forget to Chmod the map you've made.
CHMOD forum/images/usersupload to 777

This solves the problem

Nach oben
Rang:
Beiträge der letzten Zeit anzeigen:   
Neues Thema eröffnen   Neue Antwort erstellen    beeForum Foren-übersicht » hal9000 » mod support Seite 1 von 1
Gehe zu:  



ähnliche Beiträge
Thema Autor Forum Antworten Verfasst am
Keine neuen Beiträge limit image dimensions Morpheus mod support 1 Mo, 15 Sep 2008, 09:01 Letzten Beitrag anzeigen
Keine neuen Beiträge UploadPic 1.3.7 (Image Resize) Morpheus mod support 6 Mo, 08 Sep 2008, 12:15 Letzten Beitrag anzeigen
Keine neuen Beiträge Image in search results posts martinho mod support 8 Mi, 17 Okt 2007, 21:18 Letzten Beitrag anzeigen
Keine neuen Beiträge userpix directory ändern getown mod support 2 Mi, 25 Jul 2007, 08:09 Letzten Beitrag anzeigen
Keine neuen Beiträge Image-directory doesn't exist. kolja mod support 12 So, 11 Feb 2007, 23:12 Letzten Beitrag anzeigen


Schreiben: nein. Antworten: nein. Bearbeiten: nein. Löschen: nein. Umfragen: nein.
phpBB © phpBB Group | impressum