R_J
AdminR_J Admin
-
Re: how to whitelist other files extensions
There are several things to look at: * 'Garden.Upload.AllowedFileExtensions' must contain the file extension * The file size must be below 'Garden.Upload.MaxFileSize' * The /uploads folder must be wr… (View Post)1 -
Re: Post Attachments not showing
You should run https://jgauroraforum.com/utility/structure if you have any concerns (View Post)1 -
Re: Upload Image to S3 using Advance Editor not working
This one is your problem: Gdn_Upload::url();. Here is the proof: public function vanillaController_uploadParseTest_create($sender) { $path = 'S3/editor/123.jpg'; decho(Gdn_Upload::url($path)); } But … (View Post)1 -
Re: Mobile version not working
Maybe you are using word which translates simple " to something which looks nicely but is a different character. Make sure you use some text editor, no word processing software (View Post)1 -
Re: Plugin not working
All plugins must go to /plugins folder (View Post)1