Page 1 of 1

[solved] class.admintheme.inc.php error after upgrading to 1.4.1

Posted: Tue Aug 12, 2008 3:30 pm
by kurtf
I'm getting this error when I log in and use the admin panel after upgrading from 1.3.1 to 1.4.1.

I've tried to set the theme to Default and it goes back to the old admin theme before NCleanGrey and tried to set it back, etc.. and still get the above error no matter what it is set at. 

Any suggestions?

Code: Select all

Warning: Cannot modify header information - headers already sent by (output started at /mypathhere/lib/html_entity_decode_php4.php:622) in /mypathhere/admin/lang.php on line 51

Warning: Cannot modify header information - headers already sent by (output started at /mypathhere/lib/html_entity_decode_php4.php:622) in /mypathhere/lib/classes/class.admintheme.inc.php on line 161

Warning: Cannot modify header information - headers already sent by (output started at /mypathhere/lib/html_entity_decode_php4.php:622) in /mypathhere/lib/classes/class.admintheme.inc.php on line 164

Warning: Cannot modify header information - headers already sent by (output started at /mypathhere/lib/html_entity_decode_php4.php:622) in /mypathhere/lib/classes/class.admintheme.inc.php on line 167

Warning: Cannot modify header information - headers already sent by (output started at /mypathhere/lib/html_entity_decode_php4.php:622) in /mypathhere/lib/classes/class.admintheme.inc.php on line 168

Warning: Cannot modify header information - headers already sent by (output started at /mypathhere/lib/html_entity_decode_php4.php:622) in /mypathhere/lib/classes/class.admintheme.inc.php on line 171

Warning: Cannot modify header information - headers already sent by (output started at /mypathhere/lib/html_entity_decode_php4.php:622) in /mypathhere/lib/classes/class.admintheme.inc.php on line 176

Re: class.admintheme.inc.php error after upgrading to 1.4.1

Posted: Tue Aug 12, 2008 4:00 pm
by viebig
did you use ftp to upgrade files?

Re: class.admintheme.inc.php error after upgrading to 1.4.1

Posted: Tue Aug 12, 2008 4:05 pm
by kurtf
I ftp'd the files over and then ran the upgrade.php from the install directory.  No errors during ftp.

Re: class.admintheme.inc.php error after upgrading to 1.4.1

Posted: Tue Aug 12, 2008 4:13 pm
by Nick Smart
Try verifying the install with the appropriate checksum.dat file.

Nick

Re: class.admintheme.inc.php error after upgrading to 1.4.1

Posted: Tue Aug 12, 2008 5:33 pm
by kurtf
I did and the checksums do match.

00100b876f7274bceb7921a6ca5a148d

Is what I get on my d/l.

Re: class.admintheme.inc.php error after upgrading to 1.4.1 [solved]

Posted: Tue Aug 12, 2008 5:48 pm
by kurtf
I bit the bullet and ran the upgrade one more time doing the same thing and it worked.  No errors.

Re: [solved] class.admintheme.inc.php error after upgrading to 1.4.1

Posted: Tue Aug 12, 2008 5:53 pm
by viebig
ftp errors are common, try using filezilla, and learn to use ssh if your server supports it!

great that its working!

Re: [solved] class.admintheme.inc.php error after upgrading to 1.4.1

Posted: Tue Aug 12, 2008 8:46 pm
by Nick Smart
I did my first few installs via FTP but it's s...l...o...w...

If you have control panel access then CPanel, DirectAdmin, and others have a file manager that allows you to extract the install file.

Its far quicker and less error prone to FTP the install.tar.gz file to your site and then use your control panel file manager to extract the contents. You could upload the install using the file manager as well if you wanted to. Don't forget to delete the install file when you're done.

Nick

Re: class.admintheme.inc.php error after upgrading to 1.4.1

Posted: Tue Aug 12, 2008 8:56 pm
by Nick Smart
kurtf wrote: I did and the checksums do match.
00100b876f7274bceb7921a6ca5a148d
Is what I get on my d/l.
I mean't that you should verify the files once they've been FTP'd to your webserver, using the 'System Verification' link on the 'Site Admin' menu. That involves uses a checksum file (e.g. cmsmadesimple-1.4.1-base-checksum.dat) with approx 1600 checksums. That will tell you if you've got any missing or corrupt files after the upload. I think what you did was verify the install file that you downloaded from the Forge.

I know you're sorted, but I thought this distinction might be useful to others.

Nick

Re: class.admintheme.inc.php error after upgrading to 1.4.1

Posted: Wed Aug 13, 2008 6:49 pm
by Pierre M.
Nick Smart wrote: I know you're sorted, but I thought this distinction might be useful to others.
Thankx Nick. Please consider copy-paste to the wiki :-)

Pierre M.

Re: class.admintheme.inc.php error after upgrading to 1.4.1

Posted: Fri Aug 15, 2008 12:21 am
by Nick Smart
Pierre M. wrote: Thankx Nick. Please consider copy-paste to the wiki :-)
I've updated the "Quick Install via FTP" instructions.

I've added a suggestion to upload the install.tar.gz file and use the control panel's file manager to extract it's contents on the server. I've also added a new last step to suggest verifying the upload/install using the appropriate checksum.

Nick

Re: [solved] class.admintheme.inc.php error after upgrading to 1.4.1

Posted: Fri Aug 15, 2008 3:02 am
by viebig
ty nick