IP plugin throws server error

Bauer

Well-Known Member
Using the ip field plugin in a 'contact us' form I'm getting this error...

[Wed Mar 20 12:16:15 2013] [error] [client 63.124.214.101] File does not exist: /home/adsrl/public_html/mydomain.com/plugins/fabrik_element/ip/ip-min.js, referer: http://www.mydomain.com/contact-us

Latest files from github shows this file missing from the ip folder.

Also while on "missing files"...

I'm still trying to figure out why I can't get any ajax to work on my site. I have a feeling has something to do with old files laying around from older versions or Fabrik and/or Joomla (since I upgraded from Joomla 2.5.9 to 3.1b).

In doing that research, while comparing files on my server, I came across these anomolies when comparing the files on my server to the files in latest Github zip...

These are all in media/com_fabrik/js/libs

1. I had a folder named "tips". I assumed this was from an old plugin that is not included in Fabrik 3.1b - so I removed. Is that ok to do?

2. Github datejs folder does not contain the *-min.js files, yet I have those minimized js files (with earlier date) on the server. Are these no longer being used?

3 flexie folder - same issue as #2
 
[Wed Mar 20 12:16:15 2013] [error] [client 63.124.214.101] File does not exist: /home/adsrl/public_html/mydomain.com/plugins/fabrik_element/ip/ip-min.js, referer: http://www.mydomain.com/contact-us

Latest files from github shows this file missing from the ip folder.
Ah yup, those should be added now.

I had a folder named "tips". I assumed this was from an old plugin that is not included in Fabrik 3.1b - so I removed. Is that ok to do? .... flexie folder - same issue as #2
Yes that's fine, they're not used any more, tips are handled via bootstrap and the newer layouts don't require flexie, which had issues when rendering large forms as well.

2. Github datejs folder does not contain the *-min.js files, yet I have those minimized js files (with earlier date) on the server. Are these no longer being used?
It's there:
https://github.com/Fabrik/fabrik/tree/joomla3/plugins/fabrik_element/date, could have been that it was deleted and committed during the build process.
 
Back
Top