Matrix Demo on VM: 5.1.2.0


(Anewport) #1

I just installed 5.1.2.0 on a test instance on VMware Player and have noticed a couple of things to give feedback. Rather than create a new thread of each small item I'll just add to this one.  
When Acquiring Locks on any asset I get the error message:

constant(): Couldn't find constant SQ_HIPO_ACQUIRE_LOCK_THRESHOLD

Clicking continue takes me to the initiating page and I seem to have the locks. A similar message appears when Committing a change:

constant(): Couldn't find constant SQ_HIPO_EDIT_STATUS_THRESHOLD

Looking on the HIPO Server Configuration screen shows all the field values still retain their PHP constant names. Screen shots:
http://i62.tinypic.com/29nt3wg.jpg
http://i61.tinypic.com/2e1upg4.jpg
 
Edit:
Error logs

1:09:46 - 19 Sep
User: Root User (12)
Level: PHP Notice
(/core/hipo/jobs/hipo_job_acquire_locks.inc:191) - Use of undefined constant SQ_HIPO_ACQUIRE_LOCK_THRESHOLD - assumed 'SQ_HIPO_ACQUIRE_LOCK_THRESHOLD'
1:09:47 - 19 Sep
User: Root User (12)
Level: PHP Warning
(/core/hipo/hipo_job.inc:587) - constant(): Couldn't find constant SQ_HIPO_ACQUIRE_LOCK_THRESHOLD


(Anewport) #2

When Right Clicking on the Asset Map to open the context menu, then clicking on My Account, the context menu does not disappear; a minor issue for the low priority list. This is using the Modern Asset Map (JavaScript) in Chrome 37 on Windows 7.

http://i57.tinypic.com/croqv.png

 

P.S. why can't I add attachments via the message board anymore? Or am I not seeing how?


(Anewport) #3

A PHP notice is shown on the External Tools Configuration screen:

Use of undefined constant SQ_TOOL_AUTHORISED_PATHS - assumed 'SQ_TOOL_AUTHORISED_PATHS'

That refers to the section on the page titled Authorised File Paths. Default settings were:

File Paths
SQ_TOOL_AUTHORISED_PATHS/
/var/www/matrix/data/public/
/var/www/matrix/data/temp/import_assets/

(Ashish Karelia) #4

Hi

The issue with the constants not defined (and mostly likely the other one too) is related to installation steps not run correctly or without failure.

 

It would be great if you can run the following scripts (in that order) from your Matrix installation directory and provide us a feedback pls:  

php install/step_02.php [PATH_TO_INSTALL]

php install/step_03.php  [PATH_TO_INSTALL]

php install/compile_locale.php [PATH_TO_INSTALL]

 

Ash


(Anewport) #5

Hi Ash,

 

Looks like I didn't mention it very well in the opening post - this is all from the VM download to evaluate Squiz Matrix on the manuals site http://manuals.matrix.squizsuite.net/evaluate-squiz-matrix

 

Anyway, I did run those scripts and now the constants have been replaced with actual values.

 

Cheers