September 1, 201114 yr I found that during the new permisions script it does not show the stats on beta 12. thank you.
September 3, 201114 yr Love the layout! My only problem is I run the installer but when I reboot the server it goes back to the old style layout and not the new one. Any ideas on how I may be able to fix this? or if I have missed something. Cheers, Sam.
September 3, 201114 yr Love the layout! My only problem is I run the installer but when I reboot the server it goes back to the old style layout and not the new one. Any ideas on how I may be able to fix this? or if I have missed something. You can simply copy the tgz file to the directory '/boot/extra' - as explained a couple of posts earlier ! This will automatically install the package upon each reboot! No further installation required.
September 3, 201114 yr I have a problem in the send mail section that sounds different from the other send mail problem in this thread. When I get to the config screen I only have one config box and no text to indicate what it represents. Before I disabled my exiting send mail script I would see almost two dozen text input fields with various config parameters in them, but again no text indicating what each box was for... Any idea on what's happening? The rest of the Simple Features works fine.
September 4, 201114 yr Author Finally found some time for a new release today... See change log below. SimpleFeatures 0.8 Improvements: With help of Madburg, added SSMTP as the default SMTP mailer. Configurable with the webGui, and compatible with nearly any mail server out there. Bug Fixes: CSS Fixes for disabled buttons & iOS viewing. Fixed SMART checks in the notification scripts, and fixed over-temp powerdown. Note: You will need to re-configure Email Configuration & SMTP Configuration (under Settings menu)
September 4, 201114 yr Thanks for the update, your hard work is much appreciated. This version is about 5x bigger than the previous one, where this size increase is coming from?
September 4, 201114 yr Author Thanks - Madburg did a lot of work on this version as well. The additional size is due to the compiled libraries that SSMTP requires.
September 4, 201114 yr This may have been addressed - Just installed Simple Features first time on beta 12. The display is not correct in IE 9. Looks fine in FireFox. Thanks Ed
September 4, 201114 yr This may have been addressed - Just installed Simple Features first time on beta 12. The display is not correct in IE 9. Looks fine in FireFox. Thanks Ed Ed, what looks different between them? I've tried both IE9 and Chrome, and the displays main and stats look identical.
September 4, 201114 yr All the menu items were lined up on the left side. I had to put IE9 inot IE8 compatibilty mode. All looks right now. Thanks Ed
September 4, 201114 yr This may have been addressed - Just installed Simple Features first time on beta 12. The display is not correct in IE 9. Looks fine in FireFox. It could be your browser cache interfering... did you empty the cache and reload the page? Ps. SF works fine in IE9, FF and Chrome.
September 4, 201114 yr Works fine but I have an internal Exchange Server that doesn't have Auth turned on. I started to update all the php pages to add a "None" for Authentication type and started testing. SSMTP works fine with no-auth as long as AuthMethod is not in the conf file. Unfortunately, the design of the Web Form drives off that value and once you set it and remove from config file you cannot change it back. ;-) After I figured that out, I just decided to erase AuthMethod, AuthLogin, AuthPassword from default config file. I really like your Look and Feel and the Stats page. Nice work.
September 4, 201114 yr Author Ah right - bit of an oversight there. So, you're talking about the LOGIN/MD5 auth method? I'll need to add another radio button for "none" then. Thanks for testing!
September 4, 201114 yr Yes, I am talking about LOGIN/MD5. Since I host my own MailServer domain and Unraid is inside my FW no need to Auth. Others may have a similar request. Keep up the good work.
September 4, 201114 yr Author Fair point - just installed @ work and tested, same deal. Will be changed in an update tonight or tomorrow.
September 5, 201114 yr I've just updated to .8 and I'm getting the same errors I was with .7. I haven't seen any complain about it recently so I assumed it was my problem but with the new version I've decided to look for help. When I install and run Simple Features (love it by the way !), I get these errors on the console: PHP Notice: Undefined index: Title in /usr/local/emhttp/plugins/webGui/template.php on line 148 PHP Notice: Undefined index: Icon in /usr/local/emhttp/plugins/webGui/template.php on line 153 PHP Notice: Use of undefined constant NAME - assumed 'NAME' in /usr/local/emhttp/plugins/webGui/template.php on line 249 PHP Notice: Use of undefined constant NAME - assumed 'NAME' in /usr/local/emhttp/plugins/webGui/template.php on line 324 I assume I am missing something, a file or something, but I have no idea what or where.
September 5, 201114 yr Ant, Looks like my tweak to remove AuthMethod, etc from the ssmtp.conf files works and I get an email on my internal Exchange MTA. However, on-boot I see a message generated and accepted from my MTA but no message delivered to my mailbox. I run the Configuration Test and do immediately receive the test message with Subject and Body. Next I go to Notification screen and push the test and immediately receive an email with Subject only. However I see in the log where the unraid information was collected.
September 5, 201114 yr I've just updated to .8 and I'm getting the same errors I was with .7. I haven't seen any complain about it recently so I assumed it was my problem but with the new version I've decided to look for help. When I install and run Simple Features (love it by the way !), I get these errors on the console: PHP Notice: Undefined index: Title in /usr/local/emhttp/plugins/webGui/template.php on line 148 PHP Notice: Undefined index: Icon in /usr/local/emhttp/plugins/webGui/template.php on line 153 PHP Notice: Use of undefined constant NAME - assumed 'NAME' in /usr/local/emhttp/plugins/webGui/template.php on line 249 PHP Notice: Use of undefined constant NAME - assumed 'NAME' in /usr/local/emhttp/plugins/webGui/template.php on line 324 I assume I am missing something, a file or something, but I have no idea what or where. There is nothing wrong or missing. The "Undefined index" messages are a PHP warning so say that the particular entry was not existing before, it is created afterwards. The "Undefined contant" messages occur because the 'index' NAME is not enclosed in single or double quotes, but PHP is making the correct assumption here for proper execution.
September 5, 201114 yr Ant, Next I go to Notification screen and push the test and immediately receive an email with Subject only. I figure this one out... It is a problem withe unraid_notify script. I added an additional \n after subject on output creation and all is good now.
Archived
This topic is now archived and is closed to further replies.