Page 1 of 6

VestaCP 14

Posted: Wed Jun 10, 2015 5:50 pm
by imperio
Any user can publish bugs, questions and suggestions in this topic
We are updated version history and roadmap
http://vestacp.com/roadmap/#history

Do you like new design?

Re: VestaCP 14

Posted: Wed Jun 10, 2015 6:22 pm
by hafeezksa
I want to upgrade my vesta to 0.9.8-14, my system already stable emails, and SSL (comodo). What is the best way without losing any thing?

Re: VestaCP 14

Posted: Wed Jun 10, 2015 6:24 pm
by kironet
Jue 03 2015
RHEL/CentOS 7 support


I'm confused, the installer is ready now? Or still in development?

Re: VestaCP 14

Posted: Wed Jun 10, 2015 7:19 pm
by imperio
kironet wrote:Jue 03 2015
RHEL/CentOS 7 support


I'm confused, the installer is ready now? Or still in development?
is not ready yet

Re: VestaCP 14

Posted: Fri Jun 12, 2015 6:09 am
by vandread911
imperio wrote:Any user can publish bugs, questions and suggestions in this topic
We are updated version history and roadmap
http://vestacp.com/roadmap/#history

Do you like new design?
It seems remote ftp backup does not work:
Image

Image

i have set permission to 777 of the folder aswell and nothing works, it just shows that error

ps: I love the new design

Re: VestaCP 14

Posted: Fri Jun 12, 2015 6:22 am
by imperio
vandread911
We are check this issue today

Re: VestaCP 14

Posted: Fri Jun 12, 2015 6:34 am
by krzysztofek
hafeezksa wrote:I want to upgrade my vesta to 0.9.8-14, my system already stable emails, and SSL (comodo). What is the best way without losing any thing?
I'm interested too. And propably lot of users want to do this. I have StartSLL certs, lot of domains, databases and other stuff. Is update safe?

For 12 version was unofficial polish language patch witch is very well translated, why it's not included in new version? I can help with adding this to new version. I try to work on that and give you finished translation for new version. Is it ok?

link: http://vestacp.pl/spolszczenie.html

Re: VestaCP 14

Posted: Fri Jun 12, 2015 11:46 am
by arnada21
This is awesome, good work.. Here's my small bug list.

General - On all pages in the administration

Code: Select all

<div class="l-unit__suspended"">suspended</div>
Double ending quotes

https://0.0.0.0:8083/list/db/

Code: Select all

<td class="step-right"><a class="vst" href="http://0.0.0.0/phpmyadmin/">phpMyAdmin</td>
Unclosed a element

Code: Select all

<form action="/bulk/db/" method="post" id="objects">
Unclosed form element ~ this one is also found on a couple of other places

https://0.0.0.0:8083/list/dns/

Code: Select all

<div class="l-unit__stats">
            <table>
               <tr>
                <td>
                  <div class="l-unit__stat-cols clearfix">
                    <div class="l-unit__stat-col l-unit__stat-col--left"><b>ns1.localhost.ltd</b></div>
                    <div class="l-unit__stat-col l-unit__stat-col--right"></div>
                  </div>
                </td>
                <td>
                  <div class="l-unit__stat-cols clearfix">
                    <div class="l-unit__stat-col l-unit__stat-col--left compact">TTL:</div>
                    <div class="l-unit__stat-col l-unit__stat-col--right">
                      <b>14400</b>
                    </div>
                  </div>
                </td>
                <td>
                  <div class="l-unit__stat-cols clearfix last">
                    <div class="l-unit__stat-col l-unit__stat-col--left compact">Template:</div>
                    <div class="l-unit__stat-col l-unit__stat-col--right">
                      <b>default</b>
                    </div>
                  </div>
                </td>
              </tr>
              <tr>
                <td>
                  <div class="l-unit__stat-cols clearfix last">
                    <div class="l-unit__stat-col l-unit__stat-col--left">Expire:</div>
                    <div class="l-unit__stat-col l-unit__stat-col--right">
                      <b>22 &nbsp;Dec &nbsp;2015</b>
                    </div>
                  </div>
                </td>
                <td>
              </tr>
            </table>
          </div>
Last td element is not closed

Re: VestaCP 14

Posted: Fri Jun 12, 2015 12:22 pm
by imperio
vandread911 wrote:
imperio wrote:Any user can publish bugs, questions and suggestions in this topic
We are updated version history and roadmap
http://vestacp.com/roadmap/#history

Do you like new design?
It seems remote ftp backup does not work:
Image

Image

i have set permission to 777 of the folder aswell and nothing works, it just shows that error

ps: I love the new design
You should create new folder on your ftp server befor running the task

Re: VestaCP 14

Posted: Fri Jun 12, 2015 12:42 pm
by kandalf
I have 3 servers with vesta and centos 6.6 and in all i have the same problem I can't restart the VPS neither the Mysql via vesta panel.

If i try to restart the other services everything works but mysql allways return "restart" "'mysql'" failed

I can restart the services via ssh, using the normal

Code: Select all

service mysqld restart
, I also try to use
v-restart-service mysqld
and it also work.

Note: I enter in ssh with root account