-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't install jDump on Joomla 3.9.23 #40
Comments
I also have the same issue and agree that its a great extension! |
I'm having the same issue too. |
SOLUTION: Here is what I did to get it installed on my Joomla 3.9.14 site.
|
Hi! I really wanted to your solution to work. But it didn't work for me. In the manual process, no menus appear. Are you able to see the jDump menu Daydah? For me, it appears that there is a problem with the installation file/process. I have tried several different versions of PHP and get the same problems. So the issue appears to be with the version of Joomla. I had Jdump working with Joomla3.9.20 with the aid of this post: Im using: I think there must have been a change with the installation process between the Joomla versions. Any ideas would be great! |
Hi @rpoy ! I think you are right -something must have changed between the Joomla! versions. |
You need to "compile" (compose) the downloaded files using phing. This replaces the %%VERSION%% and %%TODAY%% tags, etc. throughout the plugin and builds a zip file that you can install. The "ready made package" is not installable into Joomla. So, using the notes provided by the author, download the project via git and build the package using phing. git clone git://github.com/mathiasverraes/jdump.git You will need to use the command line and php composer.phar to "make" the package. That will use the included composer.json to require phing. Steps to reproduce:
You will find your installation file in the build folder (build/packages). Note that as of this writing, the repository is tagged as version 1.2.3, so the installable package file for Joomla! should be "pkg_jdump_v1.2.3.zip" |
Warning
Install path does not exist.
Package Install: There was an error installing an extension: plg_system_dump_v%%VERSION%%.zip
×
Error
Error installing package
Joomla 3.9.23
php >= 7.1
This is the warning and error I get when i try to install jDump V1.2.4.
P.S. This extension si pure GOLD! Thank you!
The text was updated successfully, but these errors were encountered: