Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue: Plugin Manager - Find Plugins #2325

Closed
LaocheXe opened this issue Jan 24, 2017 · 17 comments
Closed

Issue: Plugin Manager - Find Plugins #2325

LaocheXe opened this issue Jan 24, 2017 · 17 comments
Labels
status: awaiting feedback This issue may be fixed and is awaiting the original poster to confirm the fix.

Comments

@LaocheXe
Copy link
Member

So after going to the Find Plugins in Plugin Manager, I download/install one plugin, then the next one I get a Bad Link. After waiting a minute or two, I am able to download/install the plugin that gave me a Bad Link error. Is there a cool down time?

@Moc
Copy link
Member

Moc commented Jan 24, 2017

Yeah probably the cool-down time, there is one when directly downloading from e107.org.
There should be a proper message though.

@Moc Moc added the type: enhancement An improvement or new feature request label Jan 24, 2017
@LaocheXe
Copy link
Member Author

LaocheXe commented Feb 6, 2017

@Moc will the message stay as an error (red), or are you going to use the warning (yellow) message? Also in that message, could you possible add a timer/count down till the admin can use the function again?

@yesszus
Copy link
Contributor

yesszus commented Feb 13, 2017

Find Plugins blank page error and drop down menus doesn't work.

See this video: https://www.youtube.com/watch?v=FzXAMP4wwPM

@CaMer0n
Copy link
Member

CaMer0n commented Feb 13, 2017

Thanks for the video. Please enable debug and check for errors. Also error_log inside e107_admin/

@yesszus
Copy link
Contributor

yesszus commented Feb 18, 2017

Missing Plugins Help Sections
Older:
plug1

New:
plug2

@yesszus
Copy link
Contributor

yesszus commented Feb 23, 2017

@CaMer0n see this errors.

Fatal error: Call to a member function getData() on null in /home/vol3_1/e107.totalh.net/htdocs/e107_admin/plugin.php on line 899

https://github.com/e107inc/e107/blob/master/e107_admin/plugin.php#L899

Debug Log:
Using Cached Core Update Data
admin_shortcodes->sc_admin_update()()
/home/vol3_1/e107.totalh.net/htdocs/e107_handlers/shortcode_handler.php

PHP Errors:
Deprecated mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead, Line 227 of /home/vol3_1/e107.totalh.net/htdocs/e107_handlers/mysql_class.php

@Moc
Copy link
Member

Moc commented Feb 23, 2017

@yesszus Which PHP version are you using?

Also, to get rid of the deprecated mysql_* errors, try putting this in e107_config.php:
define('e_PDO', true);

@yesszus
Copy link
Contributor

yesszus commented Feb 23, 2017

PHP version: 5.6.23

@yesszus
Copy link
Contributor

yesszus commented Mar 4, 2017

No solution this?

Fatal error: Call to a member function getData() on null in /home/vol3_1/e107.totalh.net/htdocs/e107_admin/plugin.php on line 899

@Moc Moc added type: bug A problem that should not be happening and removed type: enhancement An improvement or new feature request labels Mar 4, 2017
@Moc Moc added this to the e107 v2.1.5 milestone Mar 4, 2017
@Moc
Copy link
Member

Moc commented Mar 4, 2017

The plugin scan should not be needed anymore and is currently removed. If there are issues with the recognition of plugins, then please let us know.

The fatal error is being looked into. Also the next time, please submit a new issue. Now the original issue report by @LaocheXe is not so clear anymore due to this discussion.

@Moc Moc added type: enhancement An improvement or new feature request and removed type: bug A problem that should not be happening labels Mar 4, 2017
@CaMer0n
Copy link
Member

CaMer0n commented Mar 4, 2017

@yesszus Please update your files again and submit the error message again. getData() is not on Line 899 which means your file must be outdated.

@CaMer0n CaMer0n modified the milestones: e107 v2.1.5, e107 v2.1.6 Mar 21, 2017
@yesszus
Copy link
Contributor

yesszus commented May 26, 2017

Fatal error: Uncaught Error: Call to a member function getData() on null in /home/vol3_1/e107.totalh.net/htdocs/e107_admin/plugin.php:906

Stack trace:
0 /home/vol3_1/e107.totalh.net/htdocs/e107_handlers/form_handler.php(4275): plugin_form_ui->options(Array, NULL, 0, Array)

1 /home/vol3_1/e107.totalh.net/htdocs/e107_admin/plugin.php(1383): e_form->renderValue('options', NULL, Array, 0)

2 /home/vol3_1/e107.totalh.net/htdocs/e107_handlers/admin_ui.php(2140): plugin_online_ui->listPage()

3 /home/vol3_1/e107.totalh.net/htdocs/e107_handlers/admin_ui.php(1291): e_admin_controller->dispatchPage()

4 /home/vol3_1/e107.totalh.net/htdocs/e107_admin/plugin.php(1539): e_admin_dispatcher->runPage()

5 {main} thrown in /home/vol3_1/e107.totalh.net/htdocs/e107_admin/plugin.php on line 906

@CaMer0n
Copy link
Member

CaMer0n commented May 26, 2017

@yesszus Thanks. I am still unable to reproduce this error. What is the URL in your browser when this occurs?

@yesszus
Copy link
Contributor

yesszus commented May 27, 2017

@CaMer0n This URL: e107_admin/plugin.php?mode=online&action=list

Add line in .htaccess php_flag display_errors on

@CaMer0n
Copy link
Member

CaMer0n commented May 31, 2017

Still can't reproduce.

@LaocheXe @Moc @Jimmi08 @arunshekher

Do any of you see a fatal error when visiting this link?:

e107_admin/plugin.php?mode=online&action=list

@CaMer0n CaMer0n modified the milestones: e107 v2.1.6, e107 v2.1.7 Aug 10, 2017
@CaMer0n CaMer0n modified the milestones: e107 v2.1.7, e107 2.1.8 Dec 24, 2017
@Moc
Copy link
Member

Moc commented Feb 28, 2018

@yesszus Is this issue still occurring?

@Moc Moc added status: awaiting feedback This issue may be fixed and is awaiting the original poster to confirm the fix. and removed type: enhancement An improvement or new feature request labels Feb 28, 2018
@Moc Moc removed this from the e107 2.1.8 milestone Feb 28, 2018
@Moc Moc unassigned CaMer0n Feb 28, 2018
@yesszus
Copy link
Contributor

yesszus commented Feb 28, 2018

Solved!
Work for me without errors!

@Moc Moc closed this as completed Feb 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: awaiting feedback This issue may be fixed and is awaiting the original poster to confirm the fix.
Projects
None yet
Development

No branches or pull requests

4 participants