Upgrade drupal 8.8.2 to Drupal 9.3 - drupal-8

I am trying to upgrade drupal 8.8.2 to drupal 9.3.
I have uploaded core and vendor folder.
But I am facing below error.
Error: Call to a member function getParameter() on null in Drupal\Core\AppRootFactory->get() (line 34 of /core/lib/Drupal/Core/AppRootFactory.php).

Related

403 error when importing a new JSS app to Sitecore 10.2

When trying to import a newly generated JSS application into Sitecore, the jss deploy app --includeContent --includeDictionary returns the following error:
Unexpected response from import service:
Status message: Forbidden
Status: 403
Version info:
Sitecore version 10.02
JSS Version: 19.0
For jss setup, I specify the Sitecore instance as NOT accessible via a network share.
It may be issue due to JSS version, i also had jss deploy issue, details are: https://rinkusitecore.wordpress.com/2021/03/20/app-deploy-issueforeach-import-for-sitecore-jss-using-sitecore-9-3/
It seems for sitecore 10.0, need jss version 15, checkout: https://dev.sitecore.net/Downloads/Sitecore_JavaScript_Services.aspx
So try to create your app based on jss version 10 like jss create react -b release/15.0.0
But In your title you mentioned sitecore 10.2, in that case JSS version is correct (https://dev.sitecore.net/Downloads/~/link.aspx?_id=B5D60A30ADD1495C9B011E793AF6884F&_z=z)
So confirm it first.

Upgrading Apache, PHP and MySql in Vtiger 6.5 to migrate to Vtiger 7

I was using the vtiger 5.4 and gradually upgraded to 6.5. Now when I tried to upgrade to vtiger 7, its showing the blank page. My version is not matching with the pre-requisites.
What I have the versions are as below:
PHP Version:
C:\vtigercrm-5.4.0\php>php -v
PHP 5.2.6 (cli) (built: May 2 2008 18:02:07)
mysql> select version();
+----------------------+
| version() |
+----------------------+
| 5.0.51b-community-nt |
+----------------------+
Apache Version:
C:\vtigercrm-5.4.0\apache\bin>Apache -v
Server version: Apache/2.0.52
How can I upgrade this to the next level, so that I can continue the Vtiger 7 migration?
If you have no custom code of your own, I would suggest the following steps -
Backup your code and database for 6.5
Uninstall your vtiger 5.4 version
Install XAMPP with PHP7.1 support. Moving away from the standard vtiger installer will let you upgrade to future versions of PHP/apache without this hassle.
Import your database to this new XAMPP and setup the code (you will need to change the config.inc.php)
If everything goes fine, you should have your 6.5 version back working normally and you should be able to upgrade to vtiger 7.
Some pointers -
The new XAMPP installation will have different PHP/mysql settings
Check the Mysql UTF-8 support when creating db
Don't panic if you see lot of notice/warnings, it just means your php.ini is not configured properly yet

Vtiger 7.1 Active Directory

Previously installed vtiger 6.5 and had active directory authentication working as per Vtiger 6 CRM AD
Clean Installed Vtiger CRM 7.1 and followed same procedure again for AD, user authenticates ok but it just loops back to the login page again.
Anyone experience this with 7.1?
Have checked config.php and confirm "$AUTHCFG['authType'] = 'AD';" is there.
Have also run the test ldap script and user also authenticates ok.
You seem to be doing everything right but I have found your not the only one with this issue, but if you take a copy of your 6.5 version and migrate to 7.1 using vtiger new files
If you are upgrading from 6.5 to 7.1, you will need to run this process twice. First to upgrade vtiger 6.5 to 7.0 and after that repeat the process to upgrade vtiger 7.0 to 7.1
Download the migration path from the SourceForge site. Patch 6.5 to 7 or Patch 7.0 to 7.1
Unzip patch.zip into Vtiger CRM Folder. A file called vtiger7.zip and migrate folder will be unpacked.
Through browser open /migrate path http://yourdomain.info/vtigercrm/migrate
Someone has successfully compete what you are trying to achieve.
https://discussions.vtiger.com/discussion/188023/vtiger-7-1-active-directory

upgrading from sitecore 6.6 to sitecore 7.0

I am trying to update a Sitecore 6.6 instance to Sitecore 7.0. After logging in to the Sitecore administrative interface and launching the content editor, I receive the error:
Access is denied: 'Sitecore.Shell.Applications.ContentEditor.RenderingDatasource'.
Please help!
Thanks everyone for your inputs. It's resolved now. There was some issue in installed package. Installed package again resolved the issue.

Installing two Joomla 2.5 and 3.0 on same webserver

Currently, I have Joomla 2.5 installed and I am trying to install Joomla 3.0 on the same web server.(allowed to run multiple sites)
Under www(root directory), I have installed Joomla 2.5 and working without any problem.
To install Joomla 3.0, unzipped and uploaded package files to e.g. www/joomla3 folder.
I have set the url e.g. www.joomla3.com to point joomla3 folder.
For joomla 3 configuration, I access url(e.g. www.joomla3.com) but I am getting Error 310 (net::ERR_TOO_MANY_REDIRECTS). If I remove index.php on joomla3 folder than I see web directories.
Why am I getting this and how can I fix this error.
I really appreciate your help.