-
I'm probably just not finding it but how would I add a file/image upload field? Awesome project by the way!
-
The date_taken field of photo is set when saving the ImageModel. However when uploading one photo at a time, the path of the actual image is not the final one. In that latter case EXIF extraction fail…
-
rwrozelle created Redmine issue ID 10237
The following code does not work properly for the scenarios.
```
if ($basePath != '/') {
$src = str_replace(basename($basePath),'',$src);
$src = ltri…
-
The following error shows up on one of our sites using phpthumbof 1.3.1. Changing to use the phpthumb connector directly works correctly.
[2012-02-29 12:30:21](ERROR @ /index.php) [phpThumbOf] Could…
-
When using phpThumb, if you give pThumb a relative path and your $_SERVER['DOCUMENT_ROOT'] is different than MODX_BASE_PATH, the file won't be found. Resizer works ok.
oo12 updated
10 years ago
-
When `tcpflow -AH` sees an HTTP response, it productes a `-HTTPBODY` file containing the body of the response. However, when this connection is re-used for a subsequent HTTP request and response, the …
-
I used phpThumbOf v1.3.0 with Revo 2.2.pl2 successfully but after updating to 1.3.1 I get the following errors...it says that some php functions (eg getImageSize() and so on) are not available on my h…
-
I'm using plupload 1.5.1.1 with enabled resize and Flash runtime as primary.
When i try to upload multiple files - uploader freeze on random file in queue without any error, warnings on client and ser…
-
Hi, newbie here, sorry if I'm breaking some rules ;-)
I just ordered an OpenLog module to use as standalone serial NMEA data logger for my boat's instruments.
This is a great thing as such, but I'm …
-
I had a TV created named "productImage". In the getResources call chunk, I did
[[+tv.productImage:phpthumbof=`w=100&h=80&zc=1`]]
This returns the URL like 'uploads/images/product-x-image.jpg'. The …