You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Configuration:
System: Windows 11 Wamp Server 3.3.7 PHP 8.2.26 Collective access 2.0.3
I am testing 2.0.3 on my local system.
The first thing I noticed is that image upload (media representations --> add representation) does not seem to work.
I can use either of the two available methods (First upload the media to the import directory or select files from a folder) and select an image.
After saving ther is no new image added.
I have checked the table ca_object_representations.
There is no new record for the selected image.
The error log says:
2025-01-13 15:44:13 - WARN --> Undefined variable $xrow_id [F:\wamp64\www\CA20rc1a\app\lib\BaseModel.php:6698]
2025-01-13 15:44:13 - WARN --> preg_match(): Compilation failed: PCRE2 does not support \F, \L, \l, \N{name}, \U, or \u at offset 25 [F:\wamp64\www\CA20rc1a\app\helpers\utilityHelpers.php:5031]
2025-01-13 15:44:13 - WARN --> preg_match(): Compilation failed: unrecognized character follows \ at offset 24 [F:\wamp64\www\CA20rc1a\app\helpers\utilityHelpers.php:5031]
Could it be related to a windows/WAMP setup?
The text was updated successfully, but these errors were encountered:
I have added the two lines to utilityHelpers.php, crleared the cache and tried.
The error codes look the same (the line numbers changed in utilityHelpsers.php):
2025-01-14 11:55:10 - WARN --> Undefined variable $xrow_id [F:\wamp64\www\CA20rc1a\app\lib\BaseModel.php:6698]
2025-01-14 11:55:10 - WARN --> preg_match(): Compilation failed: PCRE2 does not support \F, \L, \l, \N{name}, \U, or \u at offset 25 [F:\wamp64\www\CA20rc1a\app\helpers\utilityHelpers.php:5033]
2025-01-14 11:55:10 - WARN --> preg_match(): Compilation failed: unrecognized character follows \ at offset 24 [F:\wamp64\www\CA20rc1a\app\helpers\utilityHelpers.php:5033]
Configuration:
System: Windows 11 Wamp Server 3.3.7 PHP 8.2.26 Collective access 2.0.3
I am testing 2.0.3 on my local system.
The first thing I noticed is that image upload (media representations --> add representation) does not seem to work.
I can use either of the two available methods (First upload the media to the import directory or select files from a folder) and select an image.
After saving ther is no new image added.
I have checked the table ca_object_representations.
There is no new record for the selected image.
The error log says:
2025-01-13 15:44:13 - WARN --> Undefined variable $xrow_id [F:\wamp64\www\CA20rc1a\app\lib\BaseModel.php:6698]
2025-01-13 15:44:13 - WARN --> preg_match(): Compilation failed: PCRE2 does not support \F, \L, \l, \N{name}, \U, or \u at offset 25 [F:\wamp64\www\CA20rc1a\app\helpers\utilityHelpers.php:5031]
2025-01-13 15:44:13 - WARN --> preg_match(): Compilation failed: unrecognized character follows \ at offset 24 [F:\wamp64\www\CA20rc1a\app\helpers\utilityHelpers.php:5031]
Could it be related to a windows/WAMP setup?
The text was updated successfully, but these errors were encountered: