Plesk 11.x / Windows :: Error - Invalid Webmail Type When Creating Subdomain

Jun 30, 2012

I recently upgraded to version 11.0. Since the upgrade, I am not longer able to to create Sub-Domains. I did this all the time with version 10x with NO issues whatsover, but now I get the following error when trying to create a subdomain:

Error: Invalid webmail type

SCREENSHOT OF ERROR IS ATTACHED.

View 9 Replies


ADVERTISEMENT

Plesk 11.x / Windows :: Creating Subdomain - Access Is Denied Due To Invalid Credentials

Sep 22, 2012

I have a problem with my plesk v11, when i create a new subdomain and upload my asp.net application to that and make a request to view my web page it get Server Error 401 :

401 - Unauthorized: Access is denied due to invalid credentials.

You do not have permission to view this directory or page using the credentials that you supplied.

But my main web site have not any problem and works fine, my changes that didn't work :

1) change in web.config file :

<authentication mode="None">
</authentication>

2) change in web config file :

<authorization>
<allow users="?"/>
</authorization>

Another question that i have is this happens because the Plesk's default permission assigning to the main domain so the users can view content without problem, but the permission isnt assign to the created subdomains ?

If this is the problem, how can i fix it so my users can see the content with our Windows Authentication or Forms authentication or anything else?

this is my domain name : www.senatex.ir
and this is my sub domain : nerkh.senatex.ir

Also parallels default host files not have any problems, for example : content.senatex.ir

View 1 Replies View Related

Plesk 12.x / Windows :: Error Creating A Subdomain?

Jul 8, 2014

In the attached image, the following error details to create a new subdomain

View 3 Replies View Related

Plesk 11.x / Windows :: Fatal Error In Creating Subdomain?

May 1, 2013

recently i created a domain subscription with 3 alias domains. Thanafter i created a sub domain to a folder in the main domain. At first all went fine but after deleting the alias domains subdomains ans domain supscrption to register all the 4 domains each seperately a problem accured and i cant add any subdomain to none of the 4 domains. registering the domains themselves as individual domain works for each one perfect. But as soon as i try to add a subdomain on any of that 4 domains i get an error that the dns data could not be updated. As it looks like there is still some codes in the plesk database that links to 4 domains in any kind together and prevents me to creste a subdomain.

How can i manually remove all the domains subdomains and alias domain garbage from the plesk database. I use windows version of plesk panel 11.0.9 on windows 2008 server datacenter edition. I have good skils in IT but im not familiar with mysql and plesk. how to remove the records from plesk Mysql database. Command line commands internal commands locations that have to be altered and all other needed steps.

View 1 Replies View Related

Plesk 11.x / Windows :: Script PHP For Creating Subdomain

Apr 24, 2014

I am trying to write a script PHP creating a subdomain on a server when executed (as well as doing other stuff, but that part work). But, when I send my request to the server, the script, while it does create the subdomain, doesn't display anything upon execution (I have put a few echo in the script to check the advancement, and nothing appears).

The error message : Echec du chargement de la page Aucune donnée reçue.

Here is my code :

/**
* Returns DOM object representing request for creation of new subdomain named after the parameter
* @return DOMDocument
*/
function createSubdomain($nom)
{
$xmldoc = new DomDocument('1.0', 'UTF-8');
$xmldoc->formatOutput = true;
$packet = $xmldoc->createElement('packet');

[Code] ....

The function curlInit and sendRequest are those used in the examples provided on this site, but I put them here just in case :

/**
* Prepares CURL to perform Plesk API request
* @return resource
*/
function curlInit($host, $login, $password)

[Code] ....

Why it doesn't send anything back ? When I modify the property line in the request, the script displays something, but it also fails at creating the subdomain (because the parameters are incorrect).

View 3 Replies View Related

Plesk 12.x / Windows :: Create Subdomain Without Creating Main Domain

Mar 21, 2015

I am using Web admin edition .I need to create two subdomains namely sub1.example.com and sub2.example.com with different IP address. So i need to create two webspaces since a webspace cannot have two domians pointing to two different IP. So now to I can create two webspaces set to different IP. But to create sub1.example.com in one webspace and sub2.example.com in another webspace , i need main domain example.com in both the workspace. But if try to create example.com in second webspace it already exists.Because it exists in another webspace. Actually i dont want to create example.com in both webspace. i need to its subdomain in different webspace.

So one solution is to create example.com and sub1.example.com in one webspace and create another webspace using Adding new webspace and specifying domain name as sub2.example.com. But i don't know does the second subdomain will work properly without creating main domain.

View 1 Replies View Related

Plesk 11.x / Windows :: Cannot Set Hosting Type - Getting Error

Apr 7, 2014

When I try to set a domain's hosting type from "Forwarding" to "Website hosting" I get the following error:

Error:
Unable to start (/c ""C:Program Files (x86)ParallelsPleskadminbinusermng.exe" exist [username]")
at Plesk impersonation(PipeServer::ServerThread::runAs line 886)
at Unable to execute applicationzif_plesk_proc_open line 1274)

What I tried:
- Using different usernames;
- Checked plesksrv.exe permissions [URL] ;

And right now I'm running the PP Reconfigurator tool, option Plesk File Security, cause I think this issue is related with permissions.

View 3 Replies View Related

Plesk 11.x / Windows :: Reconfigurator Error - Invalid Network Adapter Name

Aug 8, 2012

I took an image of a configured Plesk 11 server and deployed the image to a new server (new hardware and IPs).

The goal now is to reconfigure Plesk on the new server to use the new IP addresses.

I open the PP Reconfigurator, and select "Change server IP addresses".

PP Reconfigurator

Select the IP addresses to be changed:

IP Address: 10.0.0.1
Interface: "PrivateNetwork"

[x] Existing address

Select the new IP address:

IP Address: 10.0.0.2
Interface: "PrivateNetwork-Teamed"Click to expand...

View 2 Replies View Related

Plesk 11.x / Windows :: Error Creating A New Subscription

Apr 13, 2014

I am new to Parallels software, more specifically Parallels Panels. I have installed a trial copy of the software on my Windows 2008 R2 SP1. This is a Dedicated machine with no other users on it. I presume installation of Panels was successful because I can log in and see the admin control panel. I created a customer with success. I am now trying to create a subscription using the default service plan. After entering all the appropriate info on the new subscription page and submitting it, a few moments later I receive the following error:

Error: Filename: ?C:Inetpubvhosts estyourwebhostingprosite.comhttpdocsweb.config
Error: The configuration section 'system.webServer/rewrite/rules' cannot be read because it is missing a section declaration In module Exception type: System.Runtime.InteropServices.COMException at Microsoft.Web.Administration.Interop.AppHost

[Code] ....

View 3 Replies View Related

Plesk 11.x / Windows :: Error Message When Creating New Domain

Dec 8, 2014

I'm trying to create a new domain extranet.ondes.fr to have a forward on an another website.

And have this error message : "Erreur: Failed domain creation: Impossible de mettre à jour les données du domaine : Failed mail post-configuration: Can't create mail domain servie: mail_Facade->createDomain() failed: mailmng failed: MEAOPO.PostOffice.AddPostOffice failed for name extranet.ondes.fr [extranet.ondes.fr]"

View 3 Replies View Related

Plesk 12.x / Linux :: Domain / Subdomain - Hosting Type?

Nov 28, 2014

Following configuration given:

Abo with "domain.com" - Hosting Type - Webspace (with E-Mail Services)
Subdomain "sub.domain.com" - Hosting Type - Forward

Customer asked us to activate Forward for "domain.com "to other Domain for 2 weeks - but as soon as a Subdomain points on a Domain - I can NOT change the Hosting Type anymore ... WHY???

If I want to change Hosting Type from Hosting to Forward for some weeks - it always deletes the whole Webspace for the Domain ... ?!?

1) Why can't I change Hosting Type when a Sub-Domain is created?
2) Why can't I tell Plesk to change Hosting Type WITHOUT deleting the whole Webspace ...

View 1 Replies View Related

Plesk 12.x / Linux :: Creating New Domain Inside Subscriptions - Target Directory Is In Invalid State

Apr 15, 2015

I have following Warning when creating a new Domain inside a Subscriptions:

I found this Article: [URL] .....

But in my case this does not solve the Problem.

1> All permissions are right.
2> When I type command '/usr/local/psa/bin/repair --restore-vhosts-permissions' i get the answer 'Directory permissions were successfully updated.'
3> The Order of Webuser and FTPUser (as described in the article) could also not be the problem, because in my case there is only one user (There is only Webuser and no FTP-User.)
4> When typing '/usr/local/psa/bin/repair --update-vhosts-structure' I get the following error 6 times each:

Code:

[2015-04-15 21:03:30] ERR [util_exec] proc_close() failed
Error: update-vhosts-structure failed: mkdir: cannot create directory `./webroot.kk-bits.com/logs': File exists
ERROR: Cannot relink logs. Target directory '/var/www/vhosts/webroot.kk-bits.com/logs' is in invalid state.

Unable to update the structure of the home directory: an unexpected error has occurred.
update-vhosts-structure failed: mkdir: cannot create directory `./webroot.kk-bits.com/logs': File exists
ERROR: Cannot relink logs. Target directory '/var/www/vhosts/webroot.kk-bits.com/logs' is in invalid state.

To get the error 6 times seems to mean, that i have this problem with 6 Domain.

View 1 Replies View Related

Plesk 11.x / Linux :: Creating Site With Subdomain

Jun 20, 2014

I am planning to create site with sub domains like smth.domain.pl and there will be around 10 sub domains now my question is how to handle sub domain creation trough plesk or by htaccess ?

View 1 Replies View Related

Plesk 12.x / Linux :: Webmail Without Subdomain?

Jul 10, 2015

I'm planning on hosting some websites for customers. I am using Plesk 12. So far so good.

Now here's the problem. For some reason my host by default doesn't offer subdomains (unless I buy a more expensive package). Will this cause any problems? For example webmail.mydomain.com won't work because it uses a subdomain.

Will there be another way for customers to access their webmail?

View 3 Replies View Related

Plesk 12.x / Linux :: Wildcards With Webmail And Subdomain

Nov 20, 2014

My config :

CPUAuthenticAMD, AMD Opteron(tm) Processor 4334
VersionParallels Plesk v12.0.18_build1200140606.15 os_CentOS 6
OSCentOS 6.5 (Final)

I install and use a site with wordpress in multisite mode using subdomain > its ok to make it work,

I create vhost.conf in /var/www/vhosts/system/mydomain.com/conf/vhost.conf

And add A key *.mydomain.com in DNS

I try to go to webmail.mydomain.com and it always redirect to my domain.com, I create a subdomain manually and subdomain don't work WHY ?

Question : What must I do to allow manual subdomain and webmail under Plesk v12.0.18_build1200140606.15

View 2 Replies View Related

Plesk 11.x / Linux :: Webmail On Normal Domain Without Separate Subdomain

Sep 1, 2014

change the webmail from Plesk over

/usr/local/psa/admin/conf/templates/custom/domainWebmail.php

thats working without a problem if i change the Webmail Subdomain from one to another.

But i want to change the webmail from

webmail.domain.tld

to

domain.tld/webmail

The following change in domainWebmail.php does not work:

ServerAlias "<?php echo $VAR->domain->asciiName ?>/webmail"
<?php foreach ($VAR->domain->mailAliases AS $alias): ?>
ServerAlias "<?php echo $alias->asciiName ?>/webmail"
<?php endforeach; ?>

View 1 Replies View Related

Error: Array Type Has Incomplete Element Type

Dec 15, 2008

When i try to install BotNET 1.0 on my dedicated, i got this error :

root@leet [~/botnet/BotNET-1.0]# . install.sh
Compiling source code . . .
In file included from src/main.c:9:
src/../include/bot.h:43: error: array type has incomplete element type
src/../include/bot.h:57: error: array type has incomplete element type
src/../include/bot.h:89: error: array type has incomplete element type
src/main.c: In function:
src/main.c:146: error: type of formal parameter 1 is incomplete
Here is my install.sh file:
Code:
#!/bin/bash
# BotNET installation script.
# If this script causes problems, try "make all" instead.
# Usage: . install.sh

cc="/usr/bin/gcc"

echo "Compiling source code . . ."

bot=`$cc src/main.c src/launch.c src/memo.c src/seen.c src/parse.c src/help.c src/log.c src/info.c -o bin/bot -pthread || (echo 1)`
botnet=`$cc src/botserv.c -o bin/botserv || (echo 1)`

if [ "$bot" != "1" ]; then
echo "Installation complete."
echo "Executables will be found in bin/"
else
echo "Errors encountered during compilation!"
fi

My OS is centOs 5.x
Kernel : Linux 2.6.18-53.el5 #1 SMP Mon Nov 12 02:22:48 EST 2007 i686 i686 i386 GNU/Linux
* I have tried all other way to install (make all) and other *

View 1 Replies View Related

Plesk 12.x / Linux :: Error Changing Type From Forwarding To Web Hosting

Dec 6, 2014

I have installed Plesk 12.0.18 on my server and want to change the hosting-type from "Forwarding" to "Web hosting". I change the type via "Websites & Domains" view (see attachments).

After I insert username and password, I get following error message:

Some fields are empty or contain an improper value. ('home' = '')

Deleting the domain and creating it from scratch is a bad option. I would have to create all e-mail accounts and migrate the data.

View 7 Replies View Related

Plesk 12.x / Linux :: Error Tomcatmng Failed - Cannot Change Hosting Type

Mar 26, 2015

When trying to change the hosting type of a subscription, from website to forwarding or none, that was created before I removed tomcat from the server, I get the error: "Error: tomcatmng failed:".

For subscriptions that where created after I removed the tomcat package (with the updates and upgrades manager/product installer) hosting type changing is no problem.

Debian 7.8
Plesk version 12.0.18 Update #39

View 5 Replies View Related

Plesk 11.x / Windows :: Additional FTP Account - Directory Name Invalid

Dec 22, 2013

I have a vps server and i am trying to create ftp account and i am getting this error:

Unable to start (/c ""C:Program Files (x86)ParallelsPleskadminbinserverconf.exe" --list"): (267) The directory name is invalid.
---------------------- Debug Info -------------------------------
0: Exec.php:43
plesk_proc_open(string '"C:Program Files (x86)ParallelsPlesk/admin/binserverconf" --list', array, string 'C:Program Files (x86)ParallelsPlesk/tmpagent78f0fd54abecb83b12f6c9fdde9b5b84', array)
1: Exec.php:43

[Code] ....

View 9 Replies View Related

Plesk 12.x / Linux :: Error When Creating Domains?

May 15, 2015

since yesterday I'm receiving this errors on some website: see attachment

View 2 Replies View Related

Plesk 12.x / Linux :: Error When Creating New Subscription

Jun 18, 2015

We get this same error on every subscription we create. It doesn't seem to affect anything but it's more of an annoyance than anything. It did it on plesk 11.5 and now with plesk 12.

[2015-06-18 08:35:13] ERR [util_exec] proc_close() failed
PHP Fatal error: Uncaught exception 'PleskUtilException' with message 'glmng failed: ' in /usr/local/psa/admin/plib/Service/Agent.php:243
Stack trace:

[Code] .....

View 7 Replies View Related

Plesk 11.x / Windows :: Parallels Asking Password - Access Is Denied Due To Invalid Credentials

May 25, 2014

When I tried access parallels plesk panel 11.5 ... It's show windows password, if i enter Administrator credentials i see login of parallels, if i cancell i receive this error: "401 - Unauthorized: Access is denied due to invalid credentials."

I also tried use reconfigurator but i receive this error on attach 2...

View 2 Replies View Related

Plesk 11.x / Linux :: Creating New Subscription - 502 Bad Gateway Error

Dec 10, 2013

I have a problem with "502 Bad Gateway" errore when I'm trying to create a new subscription.

Here my logfile:

/var/log/sw-cp-server/error_log:

2013/12/10 12:47:03 [error] 11827#0: *100 recv() failed (104: Connection reset by peer) while reading response header from upstream, client: XX.XXX.XX.XXX, server: , request: "POST /admin/subscription/create HTTP/1.1", upstream: "fastcgi://unix:/var/run/sw-engine.sock:", host: "xxxxxxxxxxxxx.xx:8443", referrer: "https://xxxxxxxxxxxxx.xx:8443/admin/subscription/create"Click to expand...

View 8 Replies View Related

Plesk 11.x / Linux :: Creating Mail Through SSH Error Message

Jul 4, 2014

When I try to create an email address with this command

./mail --create test@domain.com -passwd dommage -mailbox false -manage-spamfilter true -redirect true -rediraddr stevefigueras@yahoo.fr

i get this message error and i don't understand why

-bash: ./mail: No such file or directory

View 4 Replies View Related

Plesk 11.x / Windows :: Not Creating DNS Zones

May 15, 2013

why on some domains Windows plesk not creating DNS Zones, How to fix domains whitout DNS zones ?

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved