11-28-2012, 01:26 PM
(11-28-2012, 03:21 AM)John_k22 Wrote:(11-27-2012, 10:36 PM)steinm Wrote: My first guest would be wrong file permissions in the content directory.That's what I also thought and therefore I double checked it but all permissions are on 777.
Uwe
If permissions are not the problem it may be a database problem.
Put a
PHP Code:
$db->_conn->debug = 1;
right after the line
PHP Code:
$db->connect()
This will cause many messages. Do the upload again post the messages.
Uwe