Fatal error when trying to install JCB #893

Closed
opened 2022-04-14 03:35:45 +00:00 by cpaschen · 2 comments
cpaschen commented 2022-04-14 03:35:45 +00:00 (Migrated from github.com)

Steps to reproduce the issue

Download latest JCB package (happens on different versions since 4/5/22).
Install the zip package

Expected result

JCB installs

Actual result

Fatal error: Trait 'VDM\Joomla\Utilitis' not found in C:\wamp64\www\mmaprogramming\administrator\components\com_componentbuilder\helpers\componentbuilder.php on line 76

System information (as much as possible)

  • OS Name & Version: WAMP on Windows 8
  • MySql Version: 5.7.36
  • Apache Version: 2.4.51
  • PHP Version: 7.4.26
  • Joomla Version: 3.10.8
  • JCB Version: 2.12.15 & 2.12.16 (same results)
  • Browser: Firefox latest build

Additional comments

We tried installing manually from the 2 files listed above, also tried install from web with same results.
This was an install by one of my students in my Joomla class (just introducing them to JCB).
I've not had this happen on any other system that I (or other students) have installed.
Is it possible that this is related to it running on Windows 8? Even though all the WAMP specs match our other computers?
Or could this be related to security permissions within the files area?
Just looking for a possible place to start looking.
Any help appreciated.
error screenshot
Screenshot (5)
Screenshot (6)

### Steps to reproduce the issue Download latest JCB package (happens on different versions since 4/5/22). Install the zip package ### Expected result JCB installs ### Actual result Fatal error: Trait 'VDM\Joomla\Utilitis' not found in C:\wamp64\www\mmaprogramming\administrator\components\com_componentbuilder\helpers\componentbuilder.php on line 76 ### System information (as much as possible) - OS Name & Version: WAMP on Windows 8 - MySql Version: 5.7.36 - Apache Version: 2.4.51 - PHP Version: 7.4.26 - Joomla Version: 3.10.8 - JCB Version: 2.12.15 & 2.12.16 (same results) - Browser: Firefox latest build ### Additional comments We tried installing manually from the 2 files listed above, also tried install from web with same results. This was an install by one of my students in my Joomla class (just introducing them to JCB). I've not had this happen on any other system that I (or other students) have installed. Is it possible that this is related to it running on Windows 8? Even though all the WAMP specs match our other computers? Or could this be related to security permissions within the files area? Just looking for a possible place to start looking. Any help appreciated. ![error screenshot](https://user-images.githubusercontent.com/1929923/163308633-a0cddd9a-c925-4cdb-a6a6-5367c4ac6aa0.png) ![Screenshot (5)](https://user-images.githubusercontent.com/1929923/163308651-8ddce911-4f66-4e20-a998-46943e8664c7.png) ![Screenshot (6)](https://user-images.githubusercontent.com/1929923/163308662-89105aec-e8f6-4d3d-aec7-9d8c3d4e5d46.png)

This looks like the new libraries where not installed... can you check if if the following folder exist and has all the same content:

https://github.com/vdm-io/Joomla-Component-Builder/tree/staging/libraries

This looks like the new libraries where not installed... can you check if if the following folder exist and has all the same content: https://github.com/vdm-io/Joomla-Component-Builder/tree/staging/libraries
cpaschen commented 2022-04-19 15:35:44 +00:00 (Migrated from github.com)

We have done some checking and none of the folders were created or files added.
However, we've also identified that this machine is running on Windows 8 with some potentially limiting security rules, preventing some other programs from installing properly, so we've just decided that this is not worth trying to resolve as a local/system issue (and moving development of this project to a different machine).
Sorry for the hassle.

We have done some checking and none of the folders were created or files added. However, we've also identified that this machine is running on Windows 8 with some potentially limiting security rules, preventing some other programs from installing properly, so we've just decided that this is not worth trying to resolve as a local/system issue (and moving development of this project to a different machine). Sorry for the hassle.
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: joomla/Component-Builder#893
No description provided.