Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

"SimpleFeatures" - WebServer Plugin [SUPPORT]

Featured Replies

I got Simple Features installed along with the web server after making the SQLite change.  Though when I enable the web server it says Status stopped.  Not seeing any errors happen.  How do I start the web server?

 

What other addons do you have installed? There will be a conflict somewhere with the packages

  • Replies 307
  • Views 96.1k
  • Created
  • Last Reply

Lets see.  Virtualbox, OpenSSH, Plex, DenyHosts, Dropbox, unMenu.  That is it.

Lets see.  Virtualbox, OpenSSH, Plex, DenyHosts, Dropbox, unMenu.  That is it.

 

I can't see it being plex or virtualbox, so its elimination time. Put the other plg files into a separate folder or copy them and remove from the usb and reboot, see if it starts then add them back in one by one

  • 1 month later...

Not sure if your problem is the same as mine, but I had my php files stored on the cache drive.  When simplefeatures web server loaded, it seems that the cache drive was not yet available.  Stopping and restarting the web server does the trick.

It would be nice to have simplefeatures webserver detect this.  I don't always remember to do it after rebooting.

  • 2 weeks later...

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

 

All is good again!  :)

 

John

 

Thank you so much. Problem resolved! :P

 

Ive tried and tried, and still get the error while loading the shared libraries libssl.so

 

anything else could it be,

stillerror.txt

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

 

All is good again!  :)

 

John

 

Thank you so much. Problem resolved! :P

 

Ive tried and tried, and still get the error while loading the shared libraries libssl.so

 

anything else could it be,

 

it is still the current file listed on slackware and checksum is correct.

 

you could try manually downloading libmcrypt-2.5.8-i486-1.txz and placing it into /boot/packages on your flash drive, the plg should then recognise that it is there and move to the next package.

 

http://slackware.cs.utah.edu/pub/slackware/slackware-14.0/slackware/l/libmcrypt-2.5.8-i486-1.txz

 

copy and paste that link (shown in your txt log file) and save to packages on your flash drive, then installplg again and see if it moves past.

When opening the webserver config page it displays

 

Warning: parse_ini_file(/var/local/emhttp/simpleFeatures.web.server.ini): failed to open stream: No such file or directory in /usr/local/emhttp/plugins/simpleFeatures.webServer/WEBsettings.php on line 11

 

how can i edit this file? no access to usr

bump, I also have this issue.

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

 

All is good again!  :)

 

John

 

Thank you so much. Problem resolved! :P

 

Ive tried and tried, and still get the error while loading the shared libraries libssl.so

 

anything else could it be,

 

it is still the current file listed on slackware and checksum is correct.

 

you could try manually downloading libmcrypt-2.5.8-i486-1.txz and placing it into /boot/packages on your flash drive, the plg should then recognise that it is there and move to the next package.

 

http://slackware.cs.utah.edu/pub/slackware/slackware-14.0/slackware/l/libmcrypt-2.5.8-i486-1.txz

 

copy and paste that link (shown in your txt log file) and save to packages on your flash drive, then installplg again and see if it moves past.

 

Thanks for the help but i realize that i may have a different problem with wget, i place that file and it got pass that then it got hung up on the next file. DL that one from browser placed it in the /boot/packages that ran ok and it stopped again on the next file. I did this for at least three other packages and then i quit because i was aggravated. the only thing i notice is that when i copy the web address from terminal to chrome it took about 10 sec to prompt the download location. This shouldn't cause it to fail, in my opinion. Any advice would be appreciated. 

When opening the webserver config page it displays

 

Warning: parse_ini_file(/var/local/emhttp/simpleFeatures.web.server.ini): failed to open stream: No such file or directory in /usr/local/emhttp/plugins/simpleFeatures.webServer/WEBsettings.php on line 11

 

how can i edit this file? no access to usr

bump, I also have this issue.

 

JimL

 

copy the link of the DL to the browser, copy to your boot/packages on usb and rerun and see it goes thru it i stops again look at what file package its referencing. See my reply.

JimL

 

copy the link of the DL to the browser, copy to your boot/packages on usb and rerun and see it goes thru it i stops again look at what file package its referencing. See my reply.

I get no slowness or errors except the not found file error when trying to open web server config.

JimL

 

copy the link of the DL to the browser, copy to your boot/packages on usb and rerun and see it goes thru it i stops again look at what file package its referencing. See my reply.

I get no slowness or errors except the not found file error when trying to open web server config.

 

Not a speed issue tested wget and its working great. Just like you jim its a package not found error. But did you copy and paste the web address how it downloaded the package?

Not a speed issue tested wget and its working great. Just like you jim its a package not found error. But did you copy and paste the web address how it downloaded the package?

I've tried both copy/paste with wget and downloading using my computer / network transfer to the flash drive. I've tried reinstalling and rebooting x number of times.

Just to make sure that i wasn't crazy , I downloaded VLC using wget and it worked flawlessly..

 

If anyone else is reading this and has had a similar issue please share.

 

  • 3 weeks later...

Trying to help a friend with his unraid, he has same issue with libssl.so.0

 

Everything worked fine for a day, he shut it down, took it to his house, turned on and nothing.

 

You can telnet, ping, etc, but plugins are not getting installed.

I just tried the WebServer for SimpleFeatures and get this error just like others :

 

Warning: parse_ini_file(/var/local/emhttp/simpleFeatures.web.server.ini): failed to open stream: No such file or directory in /usr/local/emhttp/plugins/simpleFeatures.webServer/WEBsettings.php on line 11

Web server function: (lighttpd version: 1.4.31 -- PHP 5.3.17)

 

I have read the previous threads but don't under the fix. Can someone explain this in baby steps?

Using 5.0.4 version with all other simplefeature working correctly.

 

Thanks

I had to use this to fix my issue

installpkg /boot/packages/openssl-solibs-1.0.1c-i486-3.txz

 

Thanks for the suggestion but the issue is persistent. Also I can't make any changes to the Web Server settings.

 

See attachment

 

captured-01.jpg

Captured-01.jpg.f95e3966594bb6164a04bcdbad05d369.jpg

What plugins have you got installed?

 

Sent from my Nexus 7 using Tapatalk

 

 

Here are the plgin installed

 

SimpleFeatures:

• core webGUI

• Web Server - host websites from unRAID in this fully fledged lighttp server plugin!

• Stats - Gorgeous stats on drive usage, network, CPU and more.

• Log Viewer - Real-time viewing of logs in a great GUI.

• Active Streams - see who's watching what!

• Activity Monitor - see what's doing what!

• Disk Health - Check on the health of your hard drives, and run disk tests.

• Email Notifications - Get notifications if something goes wrong.

• System Profiler - Get information on your unRAID hardware.

• S3 Sleep - Put your system to sleep, and automate it too!

• System temps

 

Transmission, Dropbox, Control_Panel, ntfs-3g, SNAP

 

Thanks

OK! I got the error to go away but still won't start.

 

It seems that there is an error in the code for sqlite installation of simpleFeatures web server plugin. It has incorrect or outdated file name and MD code. This was found by nacat78 back on 12/12/2013 reply #2822 of http://lime-technology.com/forum/index.php?topic=12698.msg276373#msg276373.

 

Now I am getting PHP log errors and still can't web server to start. I guess I have to do more digging!

There will be a conflict with one of the non-SF plugins. Easiest way to find out is remove the 4 x plugins from the boot/config/plugins folder, can move them to another folder temporarily, keep the data dirs on the cache drive and reboot

 

Get the webserver running and then installplg one package at a time to see which one it is.

 

Too many conflicts with the Slackware packages now

Thanks but I think I am going to let this lay for now. It seem that SF is to much bata currently as I have had to update code which I am not into that. I like PNP.

 

I was very interested in the ownCloud which requires web server to work. I'll see if there is something in unMenu that will work.

There's quite a problem with the plugins and GUI at the moment which needs resolving/updating. There is a thread about creating a 64bit version of unRAID on a Linux distro such as centOS which means you can install either VM with an OS and just install the software natively or natively to the unRAID OS, should remove all these conflicts and means you won't have to rely on the plugin authors (although their work is very much appreciated by the community)

 

I gave up with getting owncloud working via the plugins

Been having issues getting the web server started as well. Lighttpd 1.4.19 is installed but enabling the web server does nothing. Just refreshes and shows it being stopped. These are the plugins I have installed. Anyone had issues with any of them preventing the web server from starting?

 

  • air video
  • couch potato
  • mysql (I use this for XBMC)
  • plex
  • sabnzbd
  • sickbeard
  • all of the SF plugins

 

Is there a log I could copy to give a better idea of what's happening?

The system log on startup will tell you there is a Slackware package conflict and my money is on sab and CP being the problem

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.