• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

WebPresence Builder Error when launched

Appweb

New Pleskian
Hi There,

We are testing Plesk 11.x on EC2 and the installation went smoothly following the instruction in this KB. We're testing Plesk because we are interested with the WebPresence Builder but it has a problem when launched, we're getting this error:

Internal error: Undefined property "localeCode".

Please see attached.

Can anyone help on fixing this? WPB is a vital part on our decision for going for Plesk as our web hosting panel solution.

Thank you!
 

Attachments

  • Screen Shot 2012-08-18 at 11.16.15 PM.png
    Screen Shot 2012-08-18 at 11.16.15 PM.png
    36.2 KB · Views: 9
Try to rebuild the web-presence builder database using the below commands:

# /usr/local/psa/bin/sw-engine-pleskrun /usr/local/sb/utils/configure.php --init_db --merge_config --db_admin_name=admin --db_admin_passwd=`cat /etc/psa/.psa.shadow`

# /usr/local/psa/bin/sw-engine-pleskrun /usr/local/sb/utils/post_configure.php
 
Hi Igor,

I did your instruction and I get this for the first command:

[INFO]Initializing the Web Presence Builder's database...
[INFO]Creating database...
[INFO]Updating the database user credentials...
[INFO]The database already exists.

then the second one runs after a few seconds and it says:

Killed

then I tried launching Web Presence Builder again and I got the same error:

Internal error: Undefined property "localeCode".

Any other way?

Thanks!
 
Could you please send me in PM login credentials for your server? Our engineer will check this issue directly on your server.
 
Hi Igor,

Any progress on this issue? My business partner want to go live with this but he needs web presence builder working for our multiple small website projects.

Thanks!
 
If you have nothing on the server worth not loosing and you are running out of time, just do a reinstallation of that module. Remove it and reinstall it.
 
Hi Abdi,

Thank you for your reply.

I did not install Plesk and or the modules myself, actually I downloaded and installed a ready made EC2 image with Plesk by following this KB. I think web presence builder is not installed in the image Parallels provided.

Since you are Plesk expert, can you point me to a documentation on Plesk Web Presence Builder.

Thanks!
 
Any progress on this issue? My business partner want to go live with this but he needs web presence builder working for our multiple small website projects.
I'm still not received requested root ssh access to your server from you.
can you point me to a documentation on Plesk Web Presence Builder.

http://download1.parallels.com/Ples...k-customer-guide/index.htm?fileName=70317.htm

All Plesk documentation on this page - http://www.parallels.com/download/plesk/11/documentation/
 
Hi Igor,

I did your instruction and I get this for the first command:

[INFO]Initializing the Web Presence Builder's database...
[INFO]Creating database...
[INFO]Updating the database user credentials...
[INFO]The database already exists.

then the second one runs after a few seconds and it says:

Killed

then I tried launching Web Presence Builder again and I got the same error:

Internal error: Undefined property "localeCode".

Any other way?

Thanks!

It's problem in system requirements for web presens builder (http://www.parallels.com/download/plesk/11/requirements/) need minimum 768MB of RAM, but your instanse ec2 is "micro" with around 600 mb of RAM, better choose other instance.


For resolve this problem, you can create swap and upgrade sitebuilder, example:
# dd if=/dev/zero of=/swapfile bs=1024 count=524288
# mkswap /swapfile
# chown root:root /swapfile
# chmod 0600 /swapfile
# swapon /swapfile
# /usr/local/psa/bin/sw-engine-pleskrun /usr/local/sb/utils/upgrade.php

if your not need swap:
# swapoff /swapfile
# rm /swapfile
or if need:
echo '/swapfile1 swap swap defaults 0 0' > /etc/fstab

Your instance already work.
 
Back
Top