DNN Search links not working after upgrade - search

I have successfully upgraded DNN from version 4.9 to 7.4.1 using the following upgrade path:
4.9 --> 5.4 --> 5.6 --> 6.2 -->7.4.1
My problem is that whenever we search the test upgrade site, the search results are displayed normally (search part works)
only the links are not correct, they all point to:
http://mysite/SearchResults/tabid/37/Default.aspx?search=searchString
[meaning I'm always redirected to the search page]
I have tried to do the following with no luck:
1. Clear the Search folder under "AppData".
2. Run the re-indexing.
Please can you help.

Related

Do I have IIS URL_Rewrite module 2.1 installed or is it just 2.0?

I was told to install URL Rewrite module 2.1 onto my IIS.
I found that I already had URL Rewrite module installed but I am not sure if it is version 2.1 or 2.0 (see below image).
Can someone be kind enough to point it out to me please?
Thanks
I try to download the URL Rewrite 2.1 and install it.
When I check it under Control Panel\All Control Panel Items\Programs and Features it shows same version as yours.
Only difference I notice is the size of the installation.
As the version is same, it looks like you are having the latest version of the URL Rewrite module.
In doubt, you could download it from the link I share here and install it.

Upgrade Odoo V12 --> V15 (CE)

Currently, I'm using Odoo 12 community version on my local system now I want to upgrade from Odoo 12.0 to Odoo 15.0 (CE).
I tried online but it's asking Enterprise subscription code.
When I tried with command as given below giving me following error.
python3.7 <(curl -s https://upgrade.odoo.com/upgrade) test -d -t 15.0
Unable to get the subscription code of your database.
Your database must be registered to be eligible for an upgrade.
Anyone, please help me, I would be very thankful.
Thank You
Follow the steps described in Running the migration.
For versions earlier than 14.0, you will need to run the OpenUpgrade fork rather than Odoo itself.
First, you will need to upgrade from 12 to 13
Or, for older versions: check out the OpenUpgrade source code from Github for the branches you need. Each branch migrates to its version from the previous version, so branch 13.0 migrates from 12.0 to 13.0. If you are migrating across multiple versions, you need to run each version of OpenUpgrade in order. Skipping versions is not supported.The OpenUpgrade repository includes both openupgrade_framework and openupgrade_scripts:https://github.com/OCA/openupgrade
Edit the configuration files and command line parameters to point to the database you are going to upgrade. The recommended command line parameters are the:
--update all --stop-after-init --load=base,web,openupgrade_framework flags.
For versions earlier than 14.0 that are running the OpenUpgrade fork rather than Odoo itself, you do not pass the load parameter.
Edit:
Check the OCA Days 2021 - Raúl Ortiz: Open Upgrade Discussion for more details.
Upgrade feature is available only for the Odoo Enterprise customers. You can try https://github.com/OCA/OpenUpgrade or convert your Odoo version to Enterprise

How to remove error mentioned bellow in image white installing shopware with vagrant?

I am trying to install Shopware 6 with vagrant but at terminal it gives this error, any solution please.
You seem to use a recent version of Shopware which requires PHP7.4, but your CLI is still running on an older PHP Version - PHP 7.2

Jenkins 2.14 - Cannot create new job -> empty page

I've done a fresh installation of Jenkins 2.14 on Debian (apt-get install jenkins). Installation is correct, proxy is well configured.
But when I try to create new Job (New item), I've got an empty page.
I'm an administrator with all rights so I guess it is not a problem with rigths management.
There is no errors in logs even if I set the log level to all.
Any clues will be greatly appreciated.
EDIT : I try with firefox and Chrome. Same result.
EDIT2 : I try with 2.13, 2.10, 2.3 without success. When I came back to 1.656 the new Job widows is displayed normally.
Jean-Marc
I was facing the same issue when I upgraded from 1.5 to 2.66 . After a little research I got my issue resolved. what I did is just upgraded the plug in external monitor job plug in to latest version 1.7 as of now.
References : https://issues.jenkins-ci.org/browse/JENKINS-36875
https://issues.jenkins-ci.org/browse/JENKINS-36875
https://wiki.jenkins.io/display/JENKINS/Build+Environment+Plugin

Installing CakePHP 2.x on CentOS virtual machine

I have (finally) got a working CentOS VM with LAMP installed after following through this tutorial.
I am now trying to setup CakePHP on it as well. I have been following this guide but at the end of step 2 I discovered that the contents of my cakephp folder (from running ls -l) are (folders are marked with >)
composer.json
>config
>contrib
LICENSE.txt
README.md
>src
>tests
VERSION.txt
There is no app folder as I was expecting...
Can anyone explain why this is and how I should be downloading/setting up CakePHP?
Edit
I've just realised this may be something to do with how CakePHP 3.x should be installed (composer?). I just wish to have the latest 2.x (2.6.8 I believe). Does this just mean changing the web address used in the guide to download CakePHP (the address was https://github.com/cakephp/cakephp/archive/master.zip)? What should it be changed to?
As I wondered in the question - it is because that article was old and so master is no longer the version I want right now.
Instead the address becomes https://github.com/cakephp/cakephp/archive/2.6.zip
Since I wanted the latest 2.6.x release in particular. The last part of the address is just the major.minor version number.

Resources