The following warnings occurred:
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/printthread.php 203 postParser->parse_message
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/printthread.php 203 postParser->parse_message



GetSimple Support Forum
define('GSDATAUPLOADPATH','/directory') - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: Feature Requests (http://get-simple.info/forums/forumdisplay.php?fid=7)
+--- Thread: define('GSDATAUPLOADPATH','/directory') (/showthread.php?tid=3227)



define('GSDATAUPLOADPATH','/directory') - yojoe - 2012-05-30

There have been numerous questions about changing upload directory.
Since you provided ability to change path to admin with
Code:
# Change the administrative panel folder name
define('GSADMIN', 'panel');
wouldn't it be too much of a hassle if GSDATAUPLOADPATH would also have a possibility to be set inside gsconfig ?


define('GSDATAUPLOADPATH','/directory') - datiswous - 2012-06-08

I actually already made a feature request about this (I think):

http://get-simple.info/forum/topic/3483/change-default-upload-folder/

I think the GSDATAUPLOADPATH is not activated in update.php (correct me if I'm wrong). Didn't check this with the new beta.

Also, with this method it might still be not possible to change the upload folder to a location outside the Getsimple folder.