bobmet820 / unraid-simplefeatures

Automatically exported from code.google.com/p/unraid-simplefeatures
0 stars 0 forks source link

Main page parity check contains "error text" #26

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Installed simplefeatures on unRaid 5.0 rc12b
2. Cleared browser cache and navigated to "Main" page

What is the expected output? What do you see instead?

Normal unRaid text

What version of the product are you using? On what operating system?

SimpleFeatures 1.0.11, UnRaid 5.0rc12b

Please provide any additional information below.

This error also appears on several other pages, such as on the date/time 
settings page (warning that use of strftime() is not safe).

Original issue reported on code.google.com by ch...@laures.com on 22 Apr 2013 at 4:44

Attachments:

GoogleCodeExporter commented 9 years ago
From a post on the UnRaid forums, this appears to be a path/fix:

OK...I fixed my webserver plg to point to the new SQLLite package.  I highly 
suggest that you wait for the developers to fix the issue officially, but, if 
you are impatient like I am, here is what I did:

I edited the simpleFeatures.web.server-1.0.11-noarch-1.plg  in Notepad++
CTRL+H to do a find and replace:  replace sqlite-3.7.14.1-i486-1.txz with 
sqlite-3.7.16-i486-1.txz (there should be 3 occurrences)
Also do a find/replace for 433769b1cd27b59667a34295184356e3  with 
a6f1606b7fc032d28937a75c0cd3ae68 (one occurrence) (this is the MD5 for the new 
SQLLite package)

Then I manually installed via putty:  installplg 
/boot/plugins/simpleFeatures.web.server-1.0.11-noarch-1.plg

Original comment by ch...@laures.com on 22 Apr 2013 at 8:38