sgot
Forum Replies Created
-
Hi again Doeke,
I confirm that the problem was the capital letter issue…The files copy in my case was made via BitBucket, deploying the code on AWS.
For the record, and to try to help others in my same situation, the problem is that the
rsync
command, ignores changes in files and directories names.
It checks only differences in files content.Thanks a lot for your kindness.
This is the result of the
ls
command:Builder.php Decomposition Exception.php Functions.php Matrix.php Operators functions operations
Together with
functions
,operations
directory is also lowercase, whileDecomposition
andOperators
have capital letters…In my PC all files in this particular directory (vendor\markbaker\matrix\classes\src) have capital letters.
How is this possible?- This reply was modified 3 years, 3 months ago by sgot.
Hi Doeke,
sorry, maybe I didn’t explain well…
I wrote:When it had installed:
Gravity Forms Entries in Excel 1.8.4and then
when I deploy all my code (new versions from my local environment, described above) I get the following error…
Anyways, to answer to your advice, the files are deployed correctly and they are there, in the right directory.
BUT, just now, while I’m writing you, I just triple checked and I realized that the remote server (accessed via SSH) has the Functions directory written in lowercase…
Could it be the DAMN problem??!?
If so, WHO told the server to lowercase it? In my local env I have it in uppercase…
??- This reply was modified 3 years, 3 months ago by sgot.
Forum: Plugins
In reply to: [GravityExport Lite for Gravity Forms] Select Date Range not workingHi @doekenorg,
I sent you what you asked ??Thanks a lot for what you do!
Forum: Plugins
In reply to: [GravityExport Lite for Gravity Forms] Select Date Range not workingHi Doeke and thanks for your plugin!
I have the same problem @star2050 has, but only if I use the date fields in the settings page. If I use the querystring parameters added to the public download URL, the filtering works well.As further info I currently have installed:
GravityForms Version 2.4.18
Gravity Forms Entries in Excel Version 1.8.4I hope this is a good starting point for debugging.
Bye
Forum: Plugins
In reply to: [W3 Total Cache] W3 total cache aws cdn s3 integrationHi Marko,
sorry if I reopen this topic, but I guess it’s well related.I have configured everything and it’s woking fine, but I discovered that when we delete a file from the WP Media Library, the file is still present and reachable on the CDN.
I.E. if I deleted an old and wrong PDF, it should not be visible for anyone, but just having a saved link (maybe on the browser favorites) could allow the user to reach and view the file.
Is there a way to delete the files also from the CDN and not only from the WP Media Library, that is the DB attachment entry?
I couldn’t find any option in the settings.Thanks.
Forum: Reviews
In reply to: [LinkedIn Company Updates] Works and allows for complete CSS stylingHi,
could you please explain better how did you get it to work?I always get this message No companies retrieved! Make sure you’re the owner of the company via LinkedIn in backend plugin settings page, even though I am admin of two different company pages.
Is it probably because I still don’t have Marketing Developer Platform API permission?
If yes, how did long did you wait for them to review your request and get it?Thanks!
Forum: Plugins
In reply to: [Easing Slider] [Plugin: Easing Slider] Uncaught TypeErrorIt was mailpress plugin…I didn’t think about that because changing theme made it work.
Anyway I reinstalled it and now both plugins work together!Thank you for your help guys!
Forum: Plugins
In reply to: [Easing Slider] [Plugin: Easing Slider] Uncaught TypeErrorI tried to deactivate some other plugin but it still doesn’t work =(
I just realized it’s a theme problem. If i put easing slider code in another theme it works.
I’ve been trying to understand why in the theme that i need to use, easing slider doesn’t work, even though in another theme it works (without turning off any plugin) and it seems it loads even more libraries than mine…
Can you help me, maybe looking at the source code?
https://www.2aevents.it/Forum: Plugins
In reply to: [Easing Slider] [Plugin: Easing Slider] Uncaught TypeErrorThank you for your answer!!
I just realized it’s a theme problem. If i put easing slider code in another theme it works.
Here, https://www.2aevents.it/ should be in the header.So what should i remove and from where?
Thanks again!
Forum: Plugins
In reply to: [Easing Slider] [Plugin: Easing Slider] Uncaught TypeErrorI’ve got the same problem.
Did you solve in someway?