Nopcommerce 4.2 custom plugin install issue - nopcommerce

I'm not going to mention all the steps I tried before, so maybe someone can give me hint for the correct next steps:
Nopcommerce 4.2 source in a local VS2017 environment
Added my custom plugin project (no funtionality, just basic views etc)
App_data > plugins.json has no mention of my custom plugin (I think thats oke)
Run the solution in debug mode (NOP.web) with no issues
Configuration > Local Plugins lists my plugin name with logo and install button
What are the correct next steps to get it listed as installed?
The obvious answer (click install button, click restart button to apply changes) does not get it listed as installed.

Related

How to update WordPress plugin readme file without upgrading version

I am a newbie using TortoiseSVN and I have created a basic plugin in the WordPress directory but I want to just update the description page (readme file) but couldn't do so.
The following are my steps:
Make changes to the readme file on my local computer.
Right-click on the readme file and select 'SVN Commit' (No errors, but this won't update the official plugin page hosted over at WordPress directory).
Right-click on trunk folder then select 'Branch/tag', point to existing tags/1.4 but the error says that the file exists...
May I know which step I have done wrong?
I have viewed the following thread but still couldn't find the solution myself...
Reference: https://wordpress.stackexchange.com/questions/301078/how-to-update-wordpress-plugin-readme-txt-description-page-without-triggering-a
I would appreciate any help from someone, thank you!

Is it possible to host my WordPress plugin in GitHub?

I know that the WordPress plugin directory is hosting site and not a listing site.
In order for your plugin to appear in the directory is to host your plugin with them using SVN.
I have used their SVN for a while and just wonder if I can instead use a GitHub repository and whenever I release a new version on GitHub it will automatically release an update on the WordPress sites which the plugin is installed.
I really think that if I used GitHub in hosting my plugin, it will not appear in the WordPress plugin directory? Am I right or wrong about it?
I want to use GitHub to release and at the same time, I want my plugin in the WordPress plugin directory.
I have tried so far following this tutorial: https://www.smashingmagazine.com/2015/08/deploy-wordpress-plugins-with-github-using-transients/
But this is for self-hosted plugins.
Unfortunately there's not a straight way to get what you're looking for. At the root of it, you need to have your Plugin hosted and maintained on their SVN.
That said, there are some Git to SVN Mirroring options available that, while a bit convoluted to set up (and sometimes providing mixed results) should be able to handle what you need if you can bear to walk through the initial set-up.
Check out the following gist: https://gist.github.com/kasparsd/3749872.
If you set it up properly, you'll be able to effectively deal with your plugin like it's hosted on GitHub where it will mirror itself into WordPress's SVN, so it will show up in the Plugin Repository.
Unfortunately I haven't seen it even broached as an issue since what, 2015? So the odds of native GitHub repo integegration at this point don't seem all that high.

Upgrading Redux framework on wordpress?

I'm new to Wordpress, and in my plugin page I see Redux asking for upgrade.
A new build of Redux is now available!
Your version: 3.3.0.1
New version: 3.3.7.8
Get it now | Dismiss.
However unlike other plugins, it doesn't have any easy places to upload a zip or something. By clicking "Get it now", it simply takes me to its Github, where a bunch of code base exist, but again no instruction on how it can be quickly updated to the latest. Any hints? Thanks.
Sigh Lead dev of Redux here. Looks like the developer of your theme/plugin shipped with dev_mode on. That's not good. Let's get you setup.
I just created a plugin to disable this. Go here and install the zip as a plugin (and activate it): https://github.com/ReduxFramework/redux-disable-devmode (This will be on the WordPress Plugins Directory soon).
Then go to the WordPress repo and install the newest Redux Framework: http://wordpress.org/plugins/redux-framework/
That will get you all you need! Best of luck.

drupal ERPAL installation Requirements Views SavedSearches Clean URL not enabled

Am new to drupal and i want to install drupal ERPAL i followed everything, and finally i installed successfully. After that while i run the file am getting following problem.
1.To start over, you must empty your existing database.
2.To install to a different database, edit the appropriate settings.php file in the sites folder.
3.To upgrade an existing installation, proceed to the [update script][1].
4.View your [existing site][2].
When i click existing site, it returns me to the same page
when i click update script, it shows requirement problem.
How do i enable the clear url, while installing drupal.
Thanks,
John Melchior.
It depends on your server. Please check that you have mod_rewrite in your apache enabled.

Drupal WSOD on admin pages only, whenever any non-core module is enabled

I have a new installation of drupal 6.22 and one of the first things I did was to install CCK. Enabling this module gave me a WSOD on the whole site, so I deleted the module directory from sites/all/modules. This got rid of the WSOD but now whenever I enable a non-core module, the front-end of the site continues to work but the admin screen give me a wsod. I have read the drupal docs on this and installed dtools. With dtools on, I can see I'm getting the error
ERROR: Callback: system_main_admin_page() doesn't exist!
I am guessing that deleting the CCK files without disabling the module (CCK) may be part of the problem. How do I programmatically disable modules? Any other ideas on fixing this?
Thanks,
If you have basically a fresh install, it wouldn't be difficult to just reinstall Drupal which should solve your problem. If you don't wish to do that, you can disable modules in the database through phpMyAdmin, a DB query etc.
If in phpMyAdmin, go to the system table, find the module(s) you want to disable and change the status from 1 to 0.

Resources