- Posts: 5
COMMUNITY FORUM
add Item image upload fail
- mohsen
-
Topic Author
- Offline
- New Member
Please Log in or Create an account to join the conversation.
- mohsen
-
Topic Author
- Offline
- New Member
- Posts: 5
Please Log in or Create an account to join the conversation.
- william white
-
- Offline
- Platinum Member
- Posts: 3722
Check the information tab on the k2 dashboard, look for mb_string encoding - is it enabled on your server?
Please Log in or Create an account to join the conversation.
- mohsen
-
Topic Author
- Offline
- New Member
- Posts: 5
i do this no error showing
Check the information tab on the k2 dashboard, look for mb_string encoding - is it enabled on your server?
Multibyte string support=Enabled
Please Log in or Create an account to join the conversation.
- mohsen
-
Topic Author
- Offline
- New Member
- Posts: 5
Please Log in or Create an account to join the conversation.
- Lefteris
-
- Offline
- Platinum Member
- Posts: 8743
If you are using AllVideos or Simple Image Gallery plugins remember to enable their debugging setting also.
Please Log in or Create an account to join the conversation.
- mohsen
-
Topic Author
- Offline
- New Member
- Posts: 5
i dont using AllVideos or Simple Image Gallery pluginsLefteris Kavadas wrote: @mohsen
If you are using AllVideos or Simple Image Gallery plugins remember to enable their debugging setting also.
Please Log in or Create an account to join the conversation.
- Lefteris
-
- Offline
- Platinum Member
- Posts: 8743
Please Log in or Create an account to join the conversation.
- Volkmar Schulz
-
- Offline
- New Member
- Posts: 1
My debugging shows:
Call stack
# Function Location
1 JAdministrator->dispatch() JROOT/administrator/index.php:46
2 JError::raiseError() JROOT/administrator/includes/application.php:164
3 JError::raise() JROOT/libraries/joomla/error/error.php:251
any idea?
Regards,
Volkmar
Please Log in or Create an account to join the conversation.
- Lefteris
-
- Offline
- Platinum Member
- Posts: 8743
Please Log in or Create an account to join the conversation.
- Sirdik
-
- Offline
- New Member
- Posts: 1
In my case was problem the php extension "Suhosin".
So I disable it by custom php.ini in administrator folder. But after that disappeared main administrator menu. So I find, there is some bug in php or apache, when you are using custom php.ini, and this bug disable PDO extension as well. So I have to enable PDO again in my php.ini.
My php.ini in admin folder is like this:
extension=pdo.so
extension=pdo_sqlite.so
extension=sqlite.so
extension=pdo_mysql.so
suhosin.simulation = On
Check if is on your server used bloody "Suhosin".
Please Log in or Create an account to join the conversation.