Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - earnolmartin

Pages: 1 ... 8 9 [10] 11 12 ... 21
136
General / Re: Update Log
« on: July 15, 2018, 04:36:20 pm »
Update released.

137
Technical Help / Re: PHPMyAdmin - Can't Login As root User
« on: July 05, 2018, 09:21:44 pm »
Fix has been implemented.

In addition to the commands in the first post, you need to run these as well if you're having problems:

Code: [Select]
sudo -i
sed -i "s#^include_once 'rootip_whitelist_functions.php';#include_once '/usr/share/phpmyadmin/rootip_whitelist_functions.php';#g" "/etc/phpmyadmin/config.inc.php"
sed -i "s#^include 'rootip_whitelist.php';#include '/usr/share/phpmyadmin/rootip_whitelist.php';#g" "/etc/phpmyadmin/config.inc.php"

https://github.com/earnolmartin/EHCP-Force-Edition/commit/7509e193cc16dbe9757739d16ec1465009230dd8

To have the fix implemented automatically via an update, follow these instructions:

http://ehcpforce.tk/download.php#svn-version under the "Update to Latest Code (Developer Version)"

138
Technical Help / Re: PHPMyAdmin - Can't Login As root User
« on: July 01, 2018, 11:32:17 pm »
I'll see if I can reproduce this issue on Ubuntu 18.04. 

139
General / Re: Thanks for EHCP Force
« on: July 01, 2018, 11:30:55 pm »
Thank you for supporting and using EHCP Force Edition.   ;D

140
Feature Requests / Re: Rollback Software for EHCP
« on: July 01, 2018, 11:30:24 pm »
That is not the proper way to uninstall EHCP.

EHCP is PHP software.  It does however setup your web server with the base web server packages.  As such, there's not really a good way to uninstall EHCP since it would require removing the base web server packages as well.  You could always delete the /var/www/new/ehcp folder, the ehcp database, and try again, but you'll still need the root MySQL user password.

141
The only solution is to use Ubuntu 14.04 or possibly Debian 8.  EHCP Force Edition should work on both without issues.

142
Technical Help / Re: Round Cube Can't delete messages
« on: June 14, 2018, 11:21:47 am »
You just click on the code snippet, and the entire code contents are copied to your clipboard.  I just tried it in Chrome, and it works fine for me?  It makes it easier to copy.  As for your RoundCube issue, I'm unable to reproduce it in Debian 9. 

Here are some references on the error:

http://forum.centos-webpanel.com/dovecot/server-error-uid-copy-mailbox-doesn%27t-exist-trash/
https://www.google.com/search?q=Server+Error%3A+UID+COPY%3A+Mailbox+does+not+exist.&ie=utf-8&oe=utf-8

What OS are you running?  What are the exact steps you performed that caused you to run into this issue?

143
General / Re: Update Log
« on: June 01, 2018, 09:36:03 am »
Major update released.  Please read the important instructions in the first post.

144
Technical Help / Re: FTP issues during fresh installation
« on: May 25, 2018, 04:53:03 pm »
That repository shouldn't have been added unless your system was detected as Ubuntu 12.04.  Strange.

145
Bugs / Re: Some of the software failed with Debian 9
« on: May 22, 2018, 12:22:09 pm »
I finally got around to additional testing in debian 9.

Ok, I added software-properties-common to the installer and upgrader.  This package is evidently needed to use add-apt-repository commands. 

Thanks for the report.  It should be fixed in the next released version (soon).

146
Technical Help / Re: FTP issues during fresh installation
« on: May 18, 2018, 03:16:16 pm »
I've noticed the same issue in Ubuntu 16.04.  I don't know what's causing it to hang sometimes after the PASV command is issued.  I haven't found anything helpful in the logs either.

It appears you can work around this issue by disconnecting your FTP client and then reconnecting to the server.  It seems to happen randomly...

I'll try to dig into it further, but it could just be a bug with the VSFTPD package.  It works great on my Ubuntu 14.04 server.

147
General / Re: Update Log
« on: May 14, 2018, 06:39:23 pm »
Minor update released.

148
Technical Help / Re: ftp access with Filezilla/WinSCP?
« on: May 14, 2018, 06:39:11 pm »
EHCP installs and configures an FTP server for you.  This is separate from FTP over SSH.  As long as you use FTP account credentials that have been created in the EHCP panel, you should be able to connect using a normal FTP client. 

Are you using the latest version of EHCP Force Edition?  I believe you're confusing normal SSH access over setting up and using FTP accounts in EHCP.

149
Bugs / Re: Some of the software failed with Debian 9
« on: May 12, 2018, 04:10:23 pm »
I'm not seeing anything out of the normal.  Some packages will fail to install depending on the operating system and version, but that's normal and OK because of compatibility reasons with older and newer operating system versions.

Did you install software-properties-common for any particular reason?

150
Technical Help / Re: FTP issues during fresh installation
« on: May 12, 2018, 04:07:59 pm »
What FTP client are you using?  What operating system and version?  It looks like it worked, but is timing out for some reason.  Check your auth and sys logs to see if anything shows up there. 

Pages: 1 ... 8 9 [10] 11 12 ... 21