DA not working after upgrading to 1.293

asekeris

Verified User
Joined
Feb 8, 2007
Messages
26
Location
Zevenbergen, NL
Update worked but messed up the advanced skin.
Only logo is diplayed now.
In de standard user layout the advanced button is broken.
No solution yet need help.
 
Edit: I found the bug...
do this:
Login trough SSH:
nano /usr/local/directadmin/data/skins/enhanced/header.html
(or your editor)
Now search for the line

<td valign=top>
<table width=100% height=100% cellpadding=0 cellspacing$
<tr>
<td height=120 align=left background="/$
</tr>
<t

As you can see it says <t and not </td>
Change that <t tot </td> and its fixed :)
 
Last edited:
Well, there are more problems with the enhanced skin.. I hope that the problems soon are fixed, my clients are not happy...
 
Last edited:
Edit: I found the bug...
do this:
Login trough SSH:
nano /usr/local/directadmin/data/skins/enhanced/header.html
(or your editor)
Now search for the line

<td valign=top>
<table width=100% height=100% cellpadding=0 cellspacing$
<tr>
<td height=120 align=left background="/$
</tr>
<t

As you can see it says <t and not </td>
Change that <t tot </td> and its fixed :)

Removing the '<t' complete works better.
Thanks for the tip admin and reseller repaired partial.
There are some other issues with broken links I think DA has to fix.
 
Last edited:
After upgrading from 1.292 to 1.293 we have noticed that the information on the right side under User Level Access is gone! There are no links or information there only under Admin and Reseller Access.

This bring me to this question - Is DA 1.293 broken? Has anyone got a similar issue?

regards,

Errol
 
Yes, after i upgraded to 1.29.3
My control panel interface is error.
no menu anymore... DA pls. correct it as soon as possible.
 
We've verified that there appears to be an issue with the update. Please continue to discuss this issue here. DirectAdmin staff has been notified of the problem and of this thread.

Jeff
 
What exactly isn't working? I just tested this on a Debian box with 1.293 but can't find any problems in the user level.
 
I recommend that if you haven't already joined the da-announce mailing list to be immediately notified of updates and issues, this may be a good time for you to do so.

The da-announce list, which we host, is a standard majordomo list.

To join, send an email to: [email protected].

Majordomo lists don't care about the subject, so we don't care what you use, but the server will send you back a reply, so you should use whatever subject will help you find the reply.

The body of the email should be:
subscribe da-announce [email protected]
Of course replace [email protected] with your email address.

If you don't get anything back from the server then whitelist email from this address: [email protected].

Jeff
 
I'm glad to hear it's working for you, tristan.

The problem we've seen is exactly as described by elkabong.

On CentOS 4.4.

I'll be very happy if this is a false alarm.

I'll test further later today; it's 10:24 am Sunday morning here.

Jeff
 
Problems here too with the template.
CentOS 4.4

After the upgrade the template gets screwed: Header repeated on main page untill it reaches the footer (so no content shown, just a repeated header and the footer).

Note: Problem only occurs in Internet Explorer. No problems in FireFox.
 
This appears to be working fine for me on Centos 4.4 in both Firefox and IE7. Are the people with issues using IE6?
 
The DA control panel homepage is screwed up in IE7 (The DA header is broken up into 4 pieces and covers the screen and there is no access to anything). At least the control panel is "readable" in Firefox but with no information in the User Level Access Panel!

My OS is also CentOS 4.4-32

Errol
 
Last edited:
Problems are the same as other repliers stated also on Centos 4.4-32
The change in the html file gives a quick and dirty repair so at lest admins and resellers can do most of their things. :D
 
Problems in any other versions besides CentOS?

Problems with any other skins besides Enhanced?

Note we also noticed a problem where restoring backups manages to break the /etc/httpd/conf/ips.conf file, which means httpd won't start.

I bring that up because both problems appear similarly; they're both caused by text which appears out of place, in a file.

Jeff
 
Thanks for the report.
I checked our centos 4.4 box and everything is running correctly over the network file system.

I extracted the es4.4 update.tar.gz and can confirm that it did not compress correctly. Why exactly, I can't say for sure, but I've recompressed it, double checked it's contents and it's appears to be fine now. The package is now updated, so for anyone affected (only looks like the 4.4 package), you can run this guide to get the new update.tar.gz:

http://help.directadmin.com/item.php?id=29

Note that tar did not return any errors when the bad package was created, so the problem was likely the network file system not giving all the data it should have. I'll keep an eye out for anything else.

Note, some people who have a 4.4 system are actually using the 4.0 package which is fine, hence you're not affected.

John
 
Thanks for your prompt response, John.

Everyone else, post your success stories :) .

Jeff
 
I did the update as in the link and everything went well until I got to:

[root@www1 scripts]# service directadmin restart
bash: service: command not found

should be: /etc/rc.d/init.d/directadmin restart

I logged back into DA (via both Firefox and IE7) and I can confirm that my User Level Access is back! However, httpd service still remains broken and if I try to restart it from the control panel I am getting this error:

An error has occurred

Details

/sbin/service httpd start 2>&1

If I try restarting from the command line:

[root@www1 admin]# /etc/rc.d/init.d/httpd restart
Stopping httpd: [FAILED]
Starting httpd: Syntax error on line 30 of /etc/httpd/conf/ips.conf:
Invalid command '|*if', perhaps mis-spelled or defined by a module not included in the server configuration
[FAILED]
[root@www1 admin]#

Any ideas?
 
Last edited:
Back
Top