mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-08 14:26:16 +01:00
bug fix: deploy wp to end user
This commit is contained in:
@@ -1931,6 +1931,13 @@ class ApplicationInstaller(multi.Thread):
|
|||||||
ab = WebsiteManager()
|
ab = WebsiteManager()
|
||||||
coreResult = ab.submitWebsiteCreation(UserID, DataToPass)
|
coreResult = ab.submitWebsiteCreation(UserID, DataToPass)
|
||||||
coreResult1 = json.loads((coreResult).content)
|
coreResult1 = json.loads((coreResult).content)
|
||||||
|
|
||||||
|
if coreResult1['status'] == 0:
|
||||||
|
statusFile = open(currentTemp, 'w')
|
||||||
|
statusFile.writelines('Failed to Create Website: error: %s. [404]' % coreResult1['errorMessage'])
|
||||||
|
statusFile.close()
|
||||||
|
return 0
|
||||||
|
|
||||||
logging.writeToFile("Creating website result....%s" % coreResult1)
|
logging.writeToFile("Creating website result....%s" % coreResult1)
|
||||||
reutrntempath = coreResult1['tempStatusPath']
|
reutrntempath = coreResult1['tempStatusPath']
|
||||||
while (1):
|
while (1):
|
||||||
|
|||||||
Reference in New Issue
Block a user