Skip to content

fastslack/AssetFix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AssetFix

AssetFix is a CLI script that rewrite your #__assets table preventing errors and slow speed of load caused by bad migrations or end user manual manipulation of the tables. This scripts try to offer a way to solve that problem.

Installation

Get the source code from GIT:

git clone [email protected]:fastslack/AssetFix.git

Usage

	git clone [email protected]:fastslack/AssetFix.git
	git clone [email protected]:joomla/joomla-platform.git
	cd joomla-platform
	git checkout -b 11.4 tags/11.4
	cd ../AssetFix
	cp configuration-dist.php configuration.php
	vim configuration (edit the preferences with your database credentials)
	php assetfix.php

Releases

No releases published

Packages

No packages published

Languages