[SOLVED] Missing Site Admin tools after re-install

encore

Joined: 2009-04-21
Posts: 23
Posted: Sun, 2009-10-11 19:05

System Details:

URL: http://encore.homeip.net/gallery/
Gallery Version: 2.3
PHP Version: 5.2.6-3ubuntu4.2
PHPinfo Link: http://encore.homeip.net/gallery/lib/support/index.php?phpinfo
Apache Version: Apache 2.2.11
OS: Ubuntu Linux 9.05
Browser: Firefox 3.0.15

Problem:
Due to some unknown reason, the System Administrator account became deletable after I added another user to the Admin group. I was having other issues as well, so I decided to un-install/re-install the same version of Gallery. Since there wasn't any data worth saving, I deleted the gallery2 database, deleted the files and folders(sub folders) under the gallery folder.

I reinstalled and the database didn't get automatically created. I manually created the database and continued with the installation and configuration without a problem. Until, that is, I logged in and noticed that a number of site administrator menu items are now absent. I know there are more, but the ones I noticed are MIME and User Registeration.

Any hints would be appreciated.

 
nivekiam
nivekiam's picture

Joined: 2002-12-10
Posts: 16503
Posted: Mon, 2009-10-12 21:41

A fresh, default install doesn't have those plugins installed by default. Go to Site Admin > Plugins and install the plugins you want.
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here

 
encore

Joined: 2009-04-21
Posts: 23
Posted: Mon, 2009-10-12 22:43

As you pointed out, I needed to add additional plugins. However, as I attempt to add each item, suddenly now the Plugins > Get More Plugins page is blank. I'm just about finished adding everything I wanted to add too. How do I get that page content back?

 
nivekiam
nivekiam's picture

Joined: 2002-12-10
Posts: 16503
Posted: Mon, 2009-10-12 23:08

Post a link to a non-password protected phpinfo page:
FAQ: How do I create a phpinfo page?
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here

 
encore

Joined: 2009-04-21
Posts: 23
Posted: Tue, 2009-10-13 00:13
 
nivekiam
nivekiam's picture

Joined: 2002-12-10
Posts: 16503
Posted: Tue, 2009-10-13 01:13

That's what I thought. Increase your memory limit to 32MB and G2 should behave just fine.

FAQ: PHP memory_limit - Why do I get the error Allowed memory size of Xxx bytes exhausted?
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here

 
encore

Joined: 2009-04-21
Posts: 23
Posted: Tue, 2009-10-13 02:51

Thanks. That resolved the issue.