• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: Uploading of images not working

Uploading of images not working 11 years 6 months ago #19501

  • p.kuntz
  • p.kuntz's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 2
check if shell_exec is not blacklisted.

We had the same problem. It turned out that on our webserver the function shell_exec used by phpthumb was blacklisted.
Some providers do this for security reasons.
You can check by opening your phpinfo page from joomla backend.
Search for "shell_exec" on the page.

If you find something like

suhosin.executor.func.blacklist | shell_exec, etc...

you probably have the same problem we had.

You can ask your provider to whitelist the function.
Last Edit: 11 years 6 months ago by p.kuntz.
The administrator has disabled public write access.

Re: Uploading of images not working 11 years 6 months ago #19506

  • gavindcht
  • gavindcht's Avatar
  • OFFLINE
  • Banned
  • Posts: 63
  • Thank you received: 1
Thanks for the heads up. Would be nice to get this prevented in the future though.
Deleted code is debugged code.
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!