×

Notice

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

TOPIC: Warning: mkdir(): No such file or directory...

Warning: mkdir(): No such file or directory... 7 years 7 months ago #34897

  • Jose Batalla
  • Jose Batalla's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 9
  • Thank you received: 0
When I go to edit an event I get the following error on the edit event page:

Warning: mkdir(): No such file or directory in /home/xyz/public_html/administrator/components/com_matukio/layouts/eventedit.php on line 790

I am running Matukio v 6.0.11 with Joomla 3.6.2

Thanks in advance for your help

Jose

Warning: mkdir(): No such file or directory... 7 years 7 months ago #34906

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Hey Jose,
On line 790 we are tryign to create your images folder. Unfortunately we don't use JFolder::create here, but plain old mkdir. (which I've changed now to jfolder::create). Because we use mkdir we can't create nested categories. So if in the settings of matukio you've entered a nested image path and it's not existing in the images folder, then that's why you get the warning.

I've pushed my changed to the matukio branch, but Yves won't be here till Monday, so you can expect a new version first then.

Regards,
Daniel

P.S. You can always suppress those warning and you should suppress them on production sites. Go to your global config and set error reporting to none.
  • Page:
  • 1
Time to create page: 0.127 seconds