×

Notice

The forum is in read only mode.
Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: not uploaded for security reasons

not uploaded for security reasons 8 years 7 months ago #32162

  • Dzung Le
  • Dzung Le's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 1
  • Thank you received: 0
Hi,
I'm checking the extension in the XAMPP localhost (my website is not upload to the hosting site yet).

After I browse/select the zip file and hit Submit. I got this message:
Warning
Warning: File C:/xampp/htdocs/Ushare.co/tmp/jed_checker/archives/com_rentalmanager_pro_3.5_2015_05_12.zip not uploaded for security reasons!
Error
COM_JEDCHECKER_ERROR_UNABLE_TO_UPLOAD_FILE
Would you please let me know what cause this problem?

Thank you for your help
Dzung

not uploaded for security reasons 8 years 7 months ago #32194

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Away
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
To be honest - no idea. This is most probably coming somewhere from the default joomla library. We use jfile:upload I think.

You should debug this on your machine.

Gruß,
Daniel

not uploaded for security reasons 8 years 6 months ago #32296

  • yosha
  • yosha's Avatar
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 1
  • Thank you received: 0
Hi,

I had the exact same problem as described.
It might help reading this forum entry from Joomla to understand why it is throwing this particular error.

I was able to solve my issue by editing the file:
administrator\components\com_jedchecker\controllers

Find the line:
if (!JFile::upload($file['tmp_name'], $file['filepath'])) {

and replace with
if (!JFile::upload($file['tmp_name'], $file['filepath'],false,true)) {

This will let Joomal know to upload unsafe files as well.
(I also added .zip and .ZIP to the Media Manager Settings, but I am not sure if this is important)

Hope that this helps
Kind regards
Yosh

not uploaded for security reasons 8 years 5 months ago #32613

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Away
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Thanks for the help with this guys. Jedchecker 1.6 should not have this issue anymore.
  • Page:
  • 1
Time to create page: 0.145 seconds