Recent Topics

1 Jan 14, 2008 05:02    

I have installed 2.3. I am attempting to install new plugins. I upload them to the plugin directory, but when I go to my list of plugins, they are not listed, and they are also not on the list of plugins I can install.

http://www.comiclist.com/b2etwotest/index.php

2 Jan 14, 2008 12:15

Can you give us an example of a plugin that you can't install? preferably with a link to a zip so I can try it and see.

¥

4 Jan 14, 2008 14:11

Hmmm, that's one I know definitely works as I recently installed it on a 2.3 blog.

Check the path to the plugins ( sometimes unzipping can lead to a double folder name ), it should look like :

/plugins/moretags_plugin/_moretags.plugin.php

¥

5 Jan 14, 2008 14:12

Once the files are uploaded, should the plugin appear in the list of plugins that can be installed?

The path you described is exactly the path I have.

6 Jan 14, 2008 14:15

Yes, you should be able to goto admin > global settings > plugins install : click "install new" ( top right ) and it should then be in the list.

¥

7 Jan 14, 2008 14:16

When I go there, there's nothing on the list.

8 Jan 14, 2008 14:20

Could you possibly pm me with login and ftp details so I can take a look?

¥

9 Jan 14, 2008 14:39

Ok, it looks like you have a memory limit problem ( that page never completes ).

Crack open conf/_advanced.php and change the following section of code and see if that makes it all work :

// If you get blank pages, PHP may be crashing because it doesn't have enough memory.
// The default is 8 MB (in PHP < 5.2) and 128 MB (in PHP > 5.2)
// Try uncommmenting the following line:
ini_set( 'memory_limit', '64M' );

¥

10 Jan 14, 2008 16:23

cslepage broke the 16M barrier!

12 Jan 14, 2008 16:29

That's not bad. It' s a curiousity. You have quit some pictures and things on your page. That translate in the memory needed to generate your page. You' re record holder :lol:

13 Jan 14, 2008 16:36

I'm not actually *convinced* it's a memory problem as he has bugger all plugins installed, but always go for the easy option first ;)

¥

14 Jan 14, 2008 16:40

Unfortunately it did not fix the problem.

15 Jan 14, 2008 16:52

Ok, crack open /conf/_advanced.php and change this section of code ( or check your error logs ) and see if it spits anything out :

// To help debugging severe errors, you'll probably want PHP to display the errors on screen.
// In this case, uncomment the following line:
ini_set( 'display_errors', 'on' );

¥

16 Jan 14, 2008 16:59

It was already set to "on." Where would I see the error?

17 Jan 14, 2008 17:03

bugger, you should see it on that page or in your error log :-S

check just above that section of code, and make sure error_reporting() is enabled ( it should be by default )

¥

18 Jan 14, 2008 17:06

Now I'm getting an error on that page:

Parse error: syntax error, unexpected T_CLASS, expecting ',' or ';' in /home/comlist/public_html/b2etwotest/plugins/_glossysearch.plugin.php on line 34

This is line 34:

class glossysearch_plugin extends Plugin

19 Jan 14, 2008 17:08

ahah, that's a known problem, can't remember if it's be solved.

for now just rename it to _glossysearch.plugin.php.bak and see if your plugins page works

¥

22 Mar 02, 2008 18:33

I was having the same issue; then I tried deleting the new plugins and uploading and installing them one at a time. That worked for me!
: )
Amy


Form is loading...