• 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!
  • 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.

Plesk 12 on Windows Server 2012 r2

Rene12

New Pleskian
Hello,
i have the following problems:

I tried to use the software x2engine, but the software seems not to work. see the attached file: (errors.png)


Furtheremore I tried the following softwares:
-webzash
-frontaccounting
-sql ledger

the attached screenshots appear when I load the pages!

Since I'm very new to hosting myself, I used to just rent a webspace from a hoster and have my domains there, but now I decided to move to a VPS Server but as you see I can not get this stuff to work!

working are the softwares:
-webtrees
-wordpress


And how do I import Database exports from phpmyadmin?

Thank you very much in advance!
 

Attachments

  • errors.PNG
    errors.PNG
    24.6 KB · Views: 3
  • sqlledger.PNG
    sqlledger.PNG
    8.3 KB · Views: 4
  • webzash.PNG
    webzash.PNG
    5.9 KB · Views: 3
The second and third error messages we won't know until you look at the server logs since the server logs will tell you a lot of what's going on.

In terms of the missing mysqldump and mysql commands, check in the script to see if it's hard coded for it, if not then you simply just need to add C:\Program Files (x86)\Parallels\Plesk\MySQL\bin (which is the default path of MySQL for plesk) as a PATH variable which should do the trick.

For the posix extension, a search online is saying that posix is not available for windows (thankfully that X2Engine does not seem like it needs it based off of the error).

The fileinfo extension should be enabled by default, it's one of those that needs to be looked into a bit more by double checking it's in the extension folder.

Whatever paths you have set for "sys_get_temp_dir" needs to be writable for the IIS_USERS or for the IWPG_username which can be fixed by allowing the userful full control via the security setting on the windows server.

The path set for the session.save_path (C:\PHP Temp) also needs to be writable. Once again, give either IIS_USERS or IWPG_username full control via the security settings on the windows server. (Based off of the error, if you get this fix then you should be able to continue onward with the installer but don't know since I've never used X2Engine before).

To learn more about permissions and how to set them up, a pretty good video is:

In terms of importing your exports from PHPMyAdmin, just click on the Import button under the database you want to import into and browse to the dump.

Hopefully this helps you out.
 
Thank you scsa20,

I took a look into the MYSQL bin folder and the files are there. "File: mysql bin.png" but where is the script?

I didn't install anything. This was done automatically. Where can I find the path for "sys_get_temp_dir" and for the "mysqldumb" etc?


Thank you very much!
 

Attachments

  • mysql bin.PNG
    mysql bin.PNG
    84.1 KB · Views: 3
mysqldump and mysql isn't a script, it's an executable so you might just need to add the path to the PATH system variable to make it happy.

And to find the path for "sys_get_temp_dir" I won't know, that would be in the code somewhere, it's very possible that what's it actually trying to do is get to the %temp% variable and if that's the case then your %temp% directory will need to be able to allow write access for the IIS user in question.
 
Back
Top