Has anybody figured out what exactly is causing the "no images" issue? I've checked for GD on my system (through phpinfo) as well setting the defaults (image sizes etc...) and also inspected the database. It appears as though the images are never making it into the database...
I don't have 3.6.8 up on the web yet as I'm working on my test server before my live production upgrade from vB 3.0.9.
I'm running Apache 1.3.27 with the following modules, MySQL 4.1.22 and PHP 4.3.5:
http_core.c
mod_env.c
mod_log_config.c
mod_mime.c
mod_negotiation.c
mod_status.c
mod_include.c
mod_autoindex.c
mod_dir.c
mod_cgi.c
mod_asis.c
mod_imap.c
mod_actions.c
mod_userdir.c
mod_alias.c
mod_rewrite.c
mod_access.c
mod_auth.c
mod_proxy.c
mod_setenvif.c
mod_php4.c
Ordinarily, if I do a select on a table with binary data, it drives putty nuts, not with this though...
If I do a select on vbgarage_images I get line after line of "-------------------------------+----------------------" and then three small rows:
| 3 | 2 | test-image.jpg |ÿØÿà | image/jpeg |
| 4 | 2 | profile-pic.jpg |ÿØÿà | image/jpeg |
| 2 | 50 | DSC_0184.jpg |ÿØÿà | image/jpeg |
Ed
|