Symptoms
The following error is shown when try to open site in Parallels Plesk Sitebuilder Wizard through Sites -> <site name> -> Edit Site in Wizard:Internal Sitebuilder error.
File: /usr/local/sitebuilder/include/SB/Template.php; Line: 48
Message: Cannot found 'av-250' template source in '/usr/local/sitebuilder/htdocs/templates/av-250'.; Code: 0
The error may contain different template names in the error, for example "Cannot found 'personal-018' template..."
Cause
Permissions to templates directory is incorrect. Here are the correct permissions:~# ls -ld /usr/local/sitebuilder/htdocs/templates
drwxr-xr-x 504 root root 20480 Sep 2 2008 /usr/local/sitebuilder/htdocs/templates
~#
Resolution
Correct permissions with the following commands:~# chown -R root:root /usr/local/sitebuilder/htdocs/templates
~# chown 755 /usr/local/sitebuilder/htdocs/templates