Joomla-Bible-Study / Proclaim

Joomla Proclaim Component - Christian Web Ministries
https://www.christianwebministries.org/
GNU General Public License v3.0
11 stars 9 forks source link

Fresh Install Errors #948

Closed tomfuller2 closed 9 months ago

tomfuller2 commented 1 year ago

Describe the bug Installing fresh component to https://www.imaginecommunications.xyz/joomla4. Created fresh build from the Phing Component (build errors out in ways I can't fix)

Errors: JInstaller: :Install: File does not exist [ROOT][TMP]/install_64f63c05c0dee/site/helpers Component Install: Failed to copy site files.

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Additional context Add any other context about the problem here.

bcordis commented 1 year ago

Removed Old PHPCPD as there is no replacement. Try using this branch now.

tomfuller2 commented 1 year ago

Still errors out.

tomfuller2 commented 1 year ago

I successfully installed the component. Module did not install due to this error:

Copy failed: [ROOT][TMP]/install_6505d98485b32/modules/site/mod_proclaim/services to [ROOT]/modules/mod_proclaim/services JInstaller: :Install: Failed to copy file [ROOT][TMP]/install_6505d98485b32/modules/site/mod_proclaim/services to [ROOT]/modules/mod_proclaim/services Module %s: Could not copy files from the source.

bcordis commented 1 year ago

Looks like it's thinking /modules/mod_proclaim/services is a file instead of a directory. Need to update the xml.

tomfuller2 commented 1 year ago

I fixed this. The mod_proclaim.php file had been deleted and the word "services" put in its place in the xml file. I found the newest version of the module file, replaced it in the code and changed the xml.

Tom Fuller, APR Imagine Communications http://www.ImagineCommunications.xyz 971-832-9494

On Thu, Sep 21, 2023 at 2:22 PM Brent Cordis @.***> wrote:

Looks like it's thinking /modules/mod_proclaim/services is a file instead of a directory. Need to update the xml.

— Reply to this email directly, view it on GitHub https://github.com/Joomla-Bible-Study/Proclaim/issues/948#issuecomment-1730320573, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAJYYXJ2UX2HBS3MABXIH4DX3SVZPANCNFSM6AAAAAA4K2Y4OY . You are receiving this because you were assigned.Message ID: @.***>

bcordis commented 1 year ago

Updated branch with your fix.