1.1.3.1 > 1.2.2 admin woes

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
Locked
wibby
Forum Members
Forum Members
Posts: 41
Joined: Tue Nov 20, 2007 11:17 am

1.1.3.1 > 1.2.2 admin woes

Post 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
hotaru
Forum Members
Forum Members
Posts: 79
Joined: Mon Apr 17, 2006 5:38 pm

Re: 1.1.3.1 > 1.2.2 admin woes

Post 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!
wibby
Forum Members
Forum Members
Posts: 41
Joined: Tue Nov 20, 2007 11:17 am

Re: 1.1.3.1 > 1.2.2 admin woes

Post 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 ????
hotaru
Forum Members
Forum Members
Posts: 79
Joined: Mon Apr 17, 2006 5:38 pm

Re: 1.1.3.1 > 1.2.2 admin woes

Post 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.
wibby
Forum Members
Forum Members
Posts: 41
Joined: Tue Nov 20, 2007 11:17 am

Re: 1.1.3.1 > 1.2.2 admin woes

Post by wibby »

Nope... can't do a thing to it  :(
User avatar
Nullig
Power Poster
Power Poster
Posts: 2380
Joined: Fri Feb 02, 2007 4:31 pm

Re: 1.1.3.1 > 1.2.2 admin woes

Post 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
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm

Re: 1.1.3.1 > 1.2.2 admin woes

Post 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.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Pierre M.

Re: 1.1.3.1 > 1.2.2 admin woes

Post 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.
Locked

Return to “[locked] Installation, Setup and Upgrade”