Forum Replies Created
-
AuthorPosts
-
Michael GilkesKeymaster
@serge73. Thanks, I responded to your email.
Michael GilkesKeymasterHi Serge. Could you please respond to my questions? I can’t help you if I can’t replicate the problem. I need to know what you are doing that triggers your error.
You haven’t provided any error log entries, which would typically list what line the error occurs at. Nor have you told me what steps you have taken to trigger that error. Nor what settings you have used for creating the archive (zip file).
In creating a zip archive, the extension records which files are downloaded, which is the only reference to updating the MySQL database. It would be important to know what settings you used, as well as how many files you are attempting to zip in one archive, and the total size of those files.
Even if I was attempting to change the code, I need to know how to test it. I need to know how to replicate the error, so that I can test if the error is fixed. Otherwise, I would be making changes and guessing whether they worked or not. I trust you understand my point of view.
Kind regards
- This reply was modified 1 month, 2 weeks ago by Michael Gilkes.
Michael GilkesKeymaster@serge73. Thanks for following up.
You will need to describe what you are doing when the error is displayed. Also, you need to provide PHP error log information so, we can see what line of code the error is triggered at.
Is this related to only when you attempt to download a zip archive of a set of files? How many files are you allowing to be zipped up and what is the maximum size of the zip file that you set?
Michael GilkesKeymaster@serge73. Thanks for posting.
There is nothing that I can think of with my extension that would trigger that error, regardless of how many files or how large the files are. There is no database interaction that is dependent on the number or size of the files.
So, you should probably check your error logs or Joomla debug info to find out what triggered that error.
Michael GilkesKeymaster@serge73. Thanks for posting.
Serge, you have known my support email address since last year, and we have corresponded together several times between last year and this year. The last time you sent me an email was in July 2024. So, I am not sure why you are asking me for my email address when you have it already and can easily email me any time you like.
Also, I don’t understand your explanation. How could the extension stop working, if it was working fine for weeks, as you described? What change did you make to make it not work? Did you update the extension to a newer version? Did you update something else on your site? Code works the same way all the time in the same use case. So, it should work the same now from the moment you created the page.
So, please tell me what was changed on your site. Understanding changes that were made helps in troubleshooting issues.
Michael GilkesKeymaster@shoshanaz. Thanks for posting your issue. This error was corrected in Version 4.1.3, released October 20, 2023. It resulted from changes made to Joomla when Joomla 4.4 was released last year.
Please download and install version 4.1.3. If your subscription is not up to date, you may need to purchase a new subscription.
Michael GilkesKeymaster@HK66. Thanks for posting. I had a look at your site, and the Google Tag Manager script is on every page that I checked. Can you clarify what you mean when you say, “there is no counting of the different pages”? Have you checked Google Analytics to see the statistical data for your site? Google Analytics will tell you whether the script from plugin is working or not.
Michael GilkesKeymaster@jimi. Thanks for your question. Could you explain what you mean by multiple columns instead of 1 long column? What do you want in multiple columns exactly? What would that look like?
Michael GilkesKeymaster@Wilco1219. Thanks for posting your request. I just updated the module to version 3.1.2, which includes the feature to force download files when you click the link. Check it out. Hope this helps.
Michael GilkesKeymaster@serge72. In terms of the mime types. Sometimes, you have to figure out what mime type your server is detecting. I know that in some cases, the mime type detected by your browser and your server can be different from each other and also different from what they are supposed to be.
Michael GilkesKeymaster@serge73. Thanks for your question. I would have to change to code to allow the administrator to turn off this error message. Currently, as it is, it will show an error message.
Could you email me a screenshot of what exactly your users are seeing?
Michael GilkesKeymaster@Peter2. Thanks for posting your question. The script.php file is the only file not being used or installed in the zip file. It’s empty anyways, so it is not important. The icons folder is copied to the Joomla’s media folder, if I recall correctly. Language files are copied to Joomla’s language folder.
Joomla’s system does not copy all the files in the zip file to the module’s folder. This is how Joomla works. There is nothing wrong, and being free has nothing to do with where the files are located.
I think the language tag for German is “de-DE”. The language INI files related to German should be installed in
/language/de-DE. If your site’s language is set to German, it should use the German language files. Michael GilkesKeymaster@pat01. thanks for posting. Glad to know the solution was simple. Have a good one.
Michael GilkesKeymaster@jimi. Thanks for following up. Yes, it is unfortunate that I have not been able to keep to my original schedule of updating my extensions. This is due to some personal reasons, yet that is no real excuse. The only thing I can do is apologize, since I did not meet the expectations of my customers.
Michael GilkesKeymaster@shoshanaz. Thanks for following up with the link. It was very helpful.
If you Inspect the HTML DOM on on the page, you will see that you have placed the listing inside of a <pre> and <code> tag. This is what is creating the spacing and grey line. If you remove the surrounding PRE and CODE tags, you will not have those artifacts any more.
-
AuthorPosts