uebimiau theme issue (smarty error)

nhouse

Verified User
Joined
Nov 26, 2003
Messages
152
Location
Tennessee
Hello... I have a new install of DA on a CentOS 4 box. When you call up uebimiau, it seems to work fine... howeverm if you try to select any of the additional themes from the login page, you get this error:

ERROR (512): Smarty error: unable to read template resource: "aleborgXP/login.htm" (/webmail/smarty/Smarty.class.php:589)

I have done a search on the server and it seems that the other themes aren't there (at least nothing called aleborgXP)... only the default. Is this a common error? I don't really care about the additional themes BUT don't want the error messages for my end users to question.

I did try running the webmail.sh file in the DA scripts folder after seeing references to it in the forum... and nothing happened at all... at least it didn't appear so, just went right back to the command prompt.

Any thoughts, suggestions?
 
I just had the same problem. I removed the non-existant themes from the list by taking them out of 'config.languages.php' in '/var/www/html/webmail/inc/'.
 
I did an update to 2.7.10 and got the same error
just remove those themes from /var/www/html/webmail/inc/config.languages.php as pad mentioned.

Maybe something DA can solve in the install script?
 
Hello,

Thanks for the info.
I've added a new tar.gz file, to get it edit your:
/usr/local/directadmin/scripts/webmail.sh
script and change:
VER=2.7.10
to
VER=2.7.10-2
save, exit, then run ./webmail.sh.

Looks he has removed the themes as default, so I re-added them from the 2.7.9 version.

John
 
Hello,

Thanks for the info.
I've added a new tar.gz file, to get it edit your:
/usr/local/directadmin/scripts/webmail.sh
script and change:
VER=2.7.10
to
VER=2.7.10-2
save, exit, then run ./webmail.sh.

Looks he has removed the themes as default, so I re-added them from the 2.7.9 version.

John

ok, got the same issue , now with VER 3.11 of the mail.sh script on a fresh CentOS 5 box

listing of the themes dir :

[root@baco themes]# ll
total 28
drwxr-xr-x 5 apache apache 4096 Sep 25 16:35 clean
-rwxr-xr-x 1 apache apache 2757 Sep 25 16:30 debug.tpl
drwxr-xr-x 5 apache apache 4096 Sep 25 16:33 express
drwxr-xr-x 3 apache apache 4096 Sep 25 16:31 senti
 
Last edited:
Same for me, centos5.1 64 bit DirectAdmin 1.32.1.

-bash-3.2# ls -la
total 24
drwxr-xr-x 5 webapps webapps 4096 Sep 25 2007 .
drwxr-xr-x 11 webapps webapps 4096 Apr 2 17:58 ..
drwxr-xr-x 5 webapps webapps 4096 Sep 25 2007 clean
-rw-r--r-- 1 webapps webapps 2757 Sep 25 2007 debug.tpl
drwxr-xr-x 5 webapps webapps 4096 Sep 25 2007 express
drwxr-xr-x 3 webapps webapps 4096 Sep 25 2007 senti
-bash-3.2#

Alex
 
Back
Top