• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Resolved AkeebaBackup does not start

CobraArbok

Regular Pleskian
I'm moving 4 Joomla website between the old server with Ubuntu and Plesk 17.0 to a new server with Ubuntu and Plesk 17.5.3 # 37.

I used AkeebaBackup Pro and I managed to restore in XAMPP to test them, without problems.
The old server has now been removed to install the new one.

Now I'm trying to restore on the server, but on each of these I encounter the same problem (see attached screenshot).
It seems that kickstart.php is not executed; the language file is not loaded and the buttons are all inactive.

I tried on three PCs; in Windows 10 and in Linux; with three different Internet connections; with Chrome, Firefox, Opera; both in normal and private sessions.
On all I have verified that Javascript is enabled.

In the Chrome console I see these errors.
Code:
Failed to load resource: the server responded with a status of 403 ()   jquery.min.js
Failed to load resource: the server responded with a status of 403 ()   json2.min.js
Uncaught ReferenceError: jQuery is not defined at jquery-ui.min.js:5   jquery-ui.min.js:5
Uncaught ReferenceError: $ is not defined at ks.php:688                     ks.php:688

In my opinion there is something in the server that blocks the php script, but what?

Thanks.
 

Attachments

  • Istantanea_2018-01-19_19-28-19b.png
    Istantanea_2018-01-19_19-28-19b.png
    134.1 KB · Views: 6
I suggest to check the source code of the page that does not load jquery.min.js. Look for the jquery.min.js reference in the <head>...</head> section of the page. Where does the URL point to? Can that URL be opened when you enter it (paste it) into the browser address line manually and separately?

When you the above, what do the proxy_error_log and error_log log files of the subscription where this is happening show in errors?
 
Can that URL be opened when you enter it (paste it) into the browser address line manually and separately?
For example:
http://<your-domain>/jquery.min.js

This probably won't work. Make sure that jquery.min.js is in the document root directory of your web space. Normally, the document root directory is /httpdocs for the first domain and /<domain name> for additional domains. The same is true for json2.min.js. If files are missing, a website won't work. Make sure you have uploaded all for your files to the right location.
 
And what is listed in proxy_error_log and error_log of that domain when you open jquery.min.js?
 
Back
Top