DNN error while adding DNN module on the page - dotnetnuke

I am getting dotnet nuke error whenver i try to add a module on my page. It works well on my local system but gives me dotnet nuke error on the server. Any help will be appreciated.

Are you running any custom URL providers, such as Ifinity's URLMaster? If so, be sure to upgrade to the latest release.
If not, what specifically is the error you are receiving?

Also check your \Portals_default\Logs\ folder for any logs that might give you a clue about the error

Related

PimCore X Not Loading

I've been following the guide found here, https://unixcop.com/how-to-install-pimcore-on-ubuntu-20-04/, to install the PimCore X version from scratch on a fresh server.
However, after going through all of the steps and firing up the initial home page, I get the profiler complaining about a number of 404 errors for resources that it cannot find within the /_wdt/ folder, with the profiler never loading.
The admin section of PimCore cannot be loaded either, it comes up with a big 404 error, so I'm guessing that the router isn't working properly. Looking into the log files for both PimCore and Apache, there isn't anything useful to be found.
I've tried to install PimCore several times, each with the same result.
Any help would be gratefully received.
It turns out that the .htaccess file within the /public/ folder wasn't being installed with the fresh install. The .htaccess file contents can be found here, https://pimcore.com/docs/pimcore/current/Development_Documentation/Installation_and_Upgrade/System_Setup_and_Hosting/Apache_Configuration.html
Best way to install Pimcore are using docker.
You can read it on github page https://github.com/pimcore/skeleton
All that you need is install docker.
You can do it from this link https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-on-ubuntu-20-04

Unable to Add React to existing Rails app

I've setup a rails app all good, server runs fine etc, now I need to add React to it.
I see the command
rails webpack:install:react
appears to be the way everyone recommends but when I run this I get the following error:
rails aborted!
Don't know how to build task 'webpacker:install:react' (See the list of available
tasks with `rails --tasks`)
Did you mean? webpacker:install
So I run webpacker:install, alls good then try with :react again and the same errors generated, I've got react added in the package.json file and react-rails in the gem file. I've also run bundled since adding these.
I cant find an answer anywhere so whatever you've got I'll take.
Thank you.
Found the issue, the problem was that webpacker:install:react was removed from webpacker v6, moved to version 5.4.3 and the issues resolved.
More info here:
https://github.com/rails/webpacker/pull/2802/files#diff-8efe491b392a5a50e31b54660bbc0e7258e544e36d4e0b8a65e4cca93d39d18c
As the above answer states, this was removed. If you see a tutorial telling you to run rails webpack:install:react you can simply skip it if you've already run rails webpack:install. React now works "out of the box" and so you don't need to specify it.

Respond CMS install angular error

So I have managed to install Respond CMS v4 on my hosting server, or so I think.
When I go to http://app.bedreweb.com nothing shows up.
Viewing the debugger in Chrome, reveals it is failing with angular
Uncaught Error: [$injector:modulerr] http://errors.angularjs.org/1.3.14/$injector/modulerr?p0=respond&p1=Error%3…gleapis.com%2Fajax%2Flibs%2Fangularjs%2F1.3.14%2Fangular.min.js%3A17%3A381)
I have run composer, and have my db and everything else in place.
Any help please.
Fixed, by replacing all the respond files with that of the v4 branch on github, instead of using the Master branch.

Oauth error no such method

I don't know why, but when I launch my application I suddenly always receive the following error (that before never appeared):
java.lang.NoSuchMethodError: com.google.gdata.client.authn.oauth.GoogleOAuthParameters.setOAuthType(Lcom/google/gdata/client/authn/oauth/OAuthParameters$OAuthType;)
The line of code generating the error is:
oauthParameters.setOAuthType(OAuthParameters.OAuthType.TWO_LEGGED_OAUTH);
That error wasn't appeared before, always in eclipse there wasn't an error and all was working fine.
I've never changed library. It seems that when I deploy to app-engine it doesn't upload the jar with that class?
Since you're only seeing this issue when you deploy, it sounds like you've included the gdata-java-client jars in a location so that they are visible to your local Java runtime, but are not sent to the App Engine server upon deployment.
The easiest way to resolve this is to include the gdata-java-client and its dependencies in the war/WEB-INF/lib directory of your application, and to reference those jars in your Java build path within Eclipse.

Drupal 7.12 Captcha module 7.x-1.0-beta2

As mentioned in the title I'm running Drupal 7.12. I'm having a little trouble with the Captcha module however. I can install and enable it without any problems. However when I go to "admin/config/people/captcha" the setting for the captcha module don't show up. Instead it shows the menu for "admin/config/people". If I go to my modules page to look at my installed modules it shows that captcha is installed. However if I click on the configure link associated with the captcha module it takes me to "admin/config/people". I've cleared my drupal and browser cache. Still nothing. I'm at my wits end what to do. Any help would be appreciated. Thanks!
Try disabling the module then uninstalling/re-enabling (Do not just disable it UNINSTALL it) the module. If that doesn't work it must be an issue with some other module or code. Make sure you run update.php as well.
Thanks for responding. I tried all that. I finally figured it out though. It was a database issue. I deleted all my modules. Then I had to run this: drupal.org/project/registry_rebuild. Then I reinstalled all my modules. After I did that everything worked fine!

Resources