-
-
Notifications
You must be signed in to change notification settings - Fork 213
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
Unable to install plugins or themes via admin web interface.... #1712
Comments
What's the exact error message? |
same here cant install themes or plugins via web |
@Jimmi08 Perhaps it is, but my images are from a live site, not localhost, so.... |
Just checked too, syncing is fine, themes and plugins is Error : Unable to continue; this is what debugger mentions (no indication why it is happening as i can see (php 7.0.7) LIVE
Warning Declaration of e_front_tree_model::update($field, $value, $ids, $syncvalue = NULL, $sanitize = true, $session_messages = false) should be compatible with e_tree_model::update($from_post = true, $force = false, $session_messages = false), Line 3579 of /home/domain/public_html/e107_handlers/model_class.php Warning Declaration of e_pref::update($pref_name, $value) should be compatible with e_front_model::update($from_post = true, $force = false, $session_messages = false), Line 28 of /home/domain/public_html/e107_handlers/pref_class.php |
Sorry, but seems this bug is back again... |
@rica-carv Please try the latest files and see if the issue still occurs. |
@Moc Sorry for the delay. All V2 plugins don't work, some v1.x work, others no.... |
I just tested by downloading Links 2.2 and Userlanguage Flags Menu. They both worked for me. |
Just found out : please look inside the system folder ; folder (date/code),backup.. |
@CaMer0n Indeed, download via admin UI both plugins from @Jimmi08 works. Anyway, have you tried to download Cookie Consent 1.0 or Personal Game Libray 0.2?? @tgtje Just checked my e107_system/backup, and there's only two files there: links_page.zip & userlanguage_flags_menu.zip. The two plugins @CaMer0n also sucessfully downloaded and installed. |
pgl 02 gives me the .zip file, and a former e107wiki also..Just checked my live server : yes there too... |
@tgtje The two languages in the green bar might be that some lans are not translated yet, and are still in english in the other language (in this case, portuguese) files in english yet.... Further more, sometimes instead of the portuguese or english translation i get the LAN constant name itself, wich is kind of ankwards..... |
@rica-carv Nope not awkward... when syncing files are updated (new lan goes with them) but iff not present : the code is read and displayed... (assuming it happens in portuguese) if in english..... ? something old is somewhere active..(should not be); or a file worked on eg not in commit stage; LAN added in core file) with no EN support.. As always (at least very often) language (mis-) correctness can cause a lot of issues. |
@tgtje For nonexisting translated LANs, it should default to base english language LAN definition. Not show the LAN name itself.... |
@rica-carv you need to set if use English lang if strings are not defined. If not, you will see LAN strings. |
@rica-carv Does Language > Preferences > "Load language files only for current language" help? |
@rica-carv @tgtje This is getting confusing. Let's stick to the topic in the heading. Please create a separate issue for the LANs displaying. Now, back to the issue. Please re-test with DEBUG enabled - it will use a different unzipping method. |
Do I recall correctly - should we not have to entering an e107.org username and password pref somewhere on our site?
|
Hi @CaMer0n |
@MikeyGMT Thanks. Authentication isn't required. If you were blocked then e107.org should not load for you at all? Please check the e107_system temp folder for any downloads. This error can occur when the unzip wasn't possible. |
Hi All, |
Hi All, |
@MikeyGMT Not working for me on a live installation (latest git, PHP 5.6) |
@MikeyGMT I believe it's going to be different for everyone depending on the modules installed. |
Fixes e107inc#1712 Plugin Download and Install from Market
Please can several folk download and test locally before this is accepted. |
Checking Theme download. Not working. Did that work for anyone, for me I don't think it did? |
@MikeyGMT theme download is working here for me. (local machine) - without your changes. |
…g data added and ampersand modified on URL.
@rica-carv @tgtje @MikeyGMT @TurBoss Please update your files and let me know if anything improved with this issue. Thanks. |
Hi @CaMer0n |
Using Firefox, when trying to download plugins, it simply displays the modal with the download circle animation, and keeps on with that. On & on & on.... |
@MikeyGMT I traced the problem on your machine to the suhosin 512 char limit on $_GET strings. I have limited the amount of data sent via $_GET to avoid hitting this limit. |
@rica-carv Was it behaving like this for you before the recent changes? |
@CaMer0n No, before was giving me the error i reported before, up thread (all garbled output). |
@CaMer0n Updated to latest Git. Plugin download working now (need to hit 'refesh' button to scan for changes in the plugin directories). Theme download is not working, opens up a modal with an iframe, I think, showing the admin area. |
I found that the code is trying to install after download, but as the plugin directory was not scanned after the successful download, the folder is not found in the database, which is needed by the call to install. Adding the following pluginCheck line after line 721 loads the new plugin into the db and then the plugin is installed well.
|
@MikeyGMT Thanks for that. Added it. @rica-carv Make sure e_DEBUG === false. (check your e107_config.php file, and also the e107-debugger plugin is inactive) , also clear your e107_system/--hash--/temp folder. |
@CaMer0n Latest github installed, as today. Caches clear & temp folders also. |
I'm having a "Can't continue" error when i try to install plugins or themes via the web interface on the admin area....
Any ideas what might be causing it???
The text was updated successfully, but these errors were encountered: