Page 1 of 1

1.1.3.1 > 1.2.2 admin woes

Posted: Tue Dec 04, 2007 12:06 pm
by wibby
Hi everyone,

I just upgraded from 1.1.3.1 to 1.2.2 all went fine until i tried to add the picassa web gallery module, my admin section has lost its skin and just showes up as a list running down the left hand side of the screen. oh and the module didnot install either.

The frontend works fine but as I cannot alter the content it is quite important to get this up and running again.

Does anyone know how to fix this?

Any help much appreciated

Thanks

Re: 1.1.3.1 > 1.2.2 admin woes

Posted: Tue Dec 04, 2007 5:07 pm
by hotaru
I don't know how to fix your gallery installation, but I have managed to install plenty of modules that break my admin interface. ;)

If you can, uninstall the module, and admin will usually go back to normal. If admin is too messed up to do this, FTPing in and changing the name of the directory the module is in will usually "fool" CMSMS into thinking it's gone.

Good luck!

Re: 1.1.3.1 > 1.2.2 admin woes

Posted: Tue Dec 04, 2007 9:53 pm
by wibby
Yeah, thats what I would normally do but it's not showing as installed and that stupid file ftp permisiion thing is happening so I can't delete the files off the server!

There has to be a fix for this ????

Re: 1.1.3.1 > 1.2.2 admin woes

Posted: Wed Dec 05, 2007 4:51 pm
by hotaru
Can you still change the name of the directory? You don't need to actually delete the files - if you can change the name of the directory the module is in, it will still "fool" the CMS into thinking it's gone.

Re: 1.1.3.1 > 1.2.2 admin woes

Posted: Wed Dec 05, 2007 6:12 pm
by wibby
Nope... can't do a thing to it  :(

Re: 1.1.3.1 > 1.2.2 admin woes

Posted: Thu Dec 06, 2007 2:01 am
by Nullig
What is your php memory_limit? Perhaps it is too low, if you have a number of modules installed.

You could try adding:

Code: Select all

ini_set("memory_limit", "32M");
near the top of your config.php file, if it's too low (8M).

Nullig

Re: 1.1.3.1 > 1.2.2 admin woes

Posted: Thu Dec 06, 2007 2:11 am
by calguy1000
The picasa web gallery module is incompatible with newer versions of CMS.... don't know why, don't have the time to look.

you need to completely remove this subdirectory from your modules directory.

If you can't..... then do a search on the forum, I've uploaded numerous times a php script that when executed will blast open all permissions of all files in it's directory and everything beneith it to 777

after this is done, you should be able to remove it via ftp.

Re: 1.1.3.1 > 1.2.2 admin woes

Posted: Fri Dec 07, 2007 5:43 pm
by Pierre M.
calguy1000 wrote: then do a search on the forum, I've uploaded numerous times a php script that when executed will blast open all permissions of all files in it's directory and everything beneith it to 777

after this is done, you should be able to remove it via ftp.
then you can improve the howto section of the wiki (using your forum account) by publishing this recipe in the documentation. Open source/doc is all about contribution and teamwork.

Pierre M.