Implemented Problem installing latest version
- Hervé
-
Onderwerp Auteur
- Offline
Minder
Lees meer
- Berichten: 121
- Ontvangen bedankjes 0
1 jaar 8 maanden geleden #2617
door Hervé
Problem installing latest version werd gestart door Hervé
Hi Ruud
I see that I am taking up space in this category
Before updating to Joomla 5, I update your extensions.
But I got the error message :Joomla\CMS\Filesystem\Folder::delete : Le chemin n'est pas un dossier. Chemin : [ROOT]/plugins/content/ochfitvids/helpersJoomla\Filesystem\File::delete: Failed deleting inaccessible file ochfitvids.php
I re-downloaded the latest version again. Surprised that it's only 33.7 kb
Regards
I see that I am taking up space in this category

Before updating to Joomla 5, I update your extensions.
But I got the error message :Joomla\CMS\Filesystem\Folder::delete : Le chemin n'est pas un dossier. Chemin : [ROOT]/plugins/content/ochfitvids/helpersJoomla\Filesystem\File::delete: Failed deleting inaccessible file ochfitvids.php
I re-downloaded the latest version again. Surprised that it's only 33.7 kb
Regards
Discussie gesloten.
- Hervé
-
Onderwerp Auteur
- Offline
Minder
Lees meer
- Berichten: 121
- Ontvangen bedankjes 0
1 jaar 8 maanden geleden - 1 jaar 8 maanden geleden #2618
door Hervé
Beantwoord door Hervé in topic Problem installing latest version
HI Ruud
In fact, whether by downloading the latest version or updating it with Joomla. Your 2 extensions are not updated. I have the messageWarning
ochResponsiveImage 1.16.1 -> 2.0
Regards
** systeme ***
Database Type mysql
Database Version 10.5.21-MariaDB
Database Collation latin1_swedish_ci
Database Connection Collation utf8_general_ci
Database Connection Encryption None
Database Server Supports Connection Encryption No
PHP Version 8.1.18
Web Server Apache
WebServer to PHP Interface litespeed
In fact, whether by downloading the latest version or updating it with Joomla. Your 2 extensions are not updated. I have the messageWarning
ochFitvids 3 -> 3.1Joomla\CMS\Filesystem\Folder::delete: Path is not a folder. Path: [ROOT]/plugins/content/ochfitvids/helpers
Joomla\Filesystem\File::delete: Failed deleting inaccessible file ochfitvids.php
Joomla\CMS\Filesystem\Folder::delete: Path is not a folder. Path: [ROOT]/plugins/system/ochresponsiveimages/helpers
Joomla\Filesystem\File::delete: Failed deleting inaccessible file ochresponsiveimages.php
Before updating ensure that the update is compatible with your Joomla! installation.
You are strongly advised to make a backup of your site's files and database before you start updating.
ochResponsiveImage 1.16.1 -> 2.0
Regards
** systeme ***
Database Type mysql
Database Version 10.5.21-MariaDB
Database Collation latin1_swedish_ci
Database Connection Collation utf8_general_ci
Database Connection Encryption None
Database Server Supports Connection Encryption No
PHP Version 8.1.18
Web Server Apache
WebServer to PHP Interface litespeed
Laatst bewerkt 1 jaar 8 maanden geleden doorHervé.
Discussie gesloten.
- Ruud van Lent
-
- Offline
Minder
Lees meer
- Berichten: 1707
- Ontvangen bedankjes 111
1 jaar 8 maanden geleden #2619
door Ruud van Lent
Beantwoord door Ruud van Lent in topic Problem installing latest version
Hi Hervé,
can you check if [ROOT]/plugins/content/ochfitvids/helpers is a directory or a file? samen for [ROOT]/plugins/system/ochresponsiveimages/helpers
according to the messages these are not directories but files?
can you check if [ROOT]/plugins/content/ochfitvids/helpers is a directory or a file? samen for [ROOT]/plugins/system/ochresponsiveimages/helpers
according to the messages these are not directories but files?
Discussie gesloten.
- Ruud van Lent
-
- Offline
Minder
Lees meer
- Berichten: 1707
- Ontvangen bedankjes 111
1 jaar 8 maanden geleden #2620
door Ruud van Lent
Beantwoord door Ruud van Lent in topic Problem installing latest version
And I noticed an issue with the 2.0.0 download for ochResponsiveImages, just fixed that on my server: can you download that file again, it should only be 54.7KB large (yours is showing 1.4MB: the wrong file was attached to this download).
Discussie gesloten.
- Hervé
-
Onderwerp Auteur
- Offline
Minder
Lees meer
- Berichten: 121
- Ontvangen bedankjes 0
1 jaar 8 maanden geleden #2621
door Hervé
Beantwoord door Hervé in topic Problem installing latest version
Discussie gesloten.
- Ruud van Lent
-
- Offline
Minder
Lees meer
- Berichten: 1707
- Ontvangen bedankjes 111
1 jaar 8 maanden geleden #2622
door Ruud van Lent
Beantwoord door Ruud van Lent in topic Problem installing latest version
Hi Hervé, that is strange as my cleanup scripts before removing a file or folder checks if that file or folder actually exists. So this must be a cleanup of Joomla doing this on upgrade of an extension. Maybe this is new in J4.4 / J5, I do not know.
Is this on a test site? if so can you provide me access so I can see if i can try something to pinpoint where the issue is coming from?
Is this on a test site? if so can you provide me access so I can see if i can try something to pinpoint where the issue is coming from?
Discussie gesloten.
- Hervé
-
Onderwerp Auteur
- Offline
Minder
Lees meer
- Berichten: 121
- Ontvangen bedankjes 0
1 jaar 8 maanden geleden #2623
door Hervé
Beantwoord door Hervé in topic Problem installing latest version
Hi Ruud
private message
regards
private message
regards
Discussie gesloten.
- Ruud van Lent
-
- Offline
Minder
Lees meer
- Berichten: 1707
- Ontvangen bedankjes 111
1 jaar 8 maanden geleden #2624
door Ruud van Lent
Beantwoord door Ruud van Lent in topic Problem installing latest version
Hi Hervé,
found it.
turns out that J4.4 tries to remove files that are not used anymore when installing the new version. previously you were supposed to do that yourself in an install script. So That is what I do: remove files not needed anymore. but because the file was already removed, Joomla installer produces an error because it tries to delete a file / folder that doesn't exist anymore and stops installation.
In the PM tab I have created two new updates for ochFitVids and ochResponsiveImages. tried these on the test site you provided and the installation works.
Can you try them on your site?
These are dev version but I was going to release them today or tomorrow. When the definite version is released the dev versions will also be updated to this new version.
found it.
turns out that J4.4 tries to remove files that are not used anymore when installing the new version. previously you were supposed to do that yourself in an install script. So That is what I do: remove files not needed anymore. but because the file was already removed, Joomla installer produces an error because it tries to delete a file / folder that doesn't exist anymore and stops installation.
In the PM tab I have created two new updates for ochFitVids and ochResponsiveImages. tried these on the test site you provided and the installation works.
Can you try them on your site?
These are dev version but I was going to release them today or tomorrow. When the definite version is released the dev versions will also be updated to this new version.
De volgende gebruiker (s) zei dank u: Hervé
Discussie gesloten.
- Hervé
-
Onderwerp Auteur
- Offline
Minder
Lees meer
- Berichten: 121
- Ontvangen bedankjes 0
1 jaar 8 maanden geleden #2625
door Hervé
Beantwoord door Hervé in topic Problem installing latest version
Hi Ruud
Perfect Thank you once again for this quick and professional intervention. I'm waiting for the final version and I will pass the sites with your extensions for Joomla 5
Regards
Perfect Thank you once again for this quick and professional intervention. I'm waiting for the final version and I will pass the sites with your extensions for Joomla 5

Regards
Discussie gesloten.
- Ruud van Lent
-
- Offline
Minder
Lees meer
- Berichten: 1707
- Ontvangen bedankjes 111
1 jaar 8 maanden geleden #2626
door Ruud van Lent
Beantwoord door Ruud van Lent in topic Problem installing latest version
Thank you for reporting and providing me with test site.
Will release the new versions tomorrow
regards,
Ruud
Will release the new versions tomorrow
regards,
Ruud
Discussie gesloten.