Questions regarding install of (streams) - Here, or is there a dedicated support channel?
Questions regarding install of (streams) - Here, or is there a dedicated support channel?
I have some problems getting streams to run.
- After being informed about successful installation, I get a blank register and main page. The DB has been created, and I double-checked the php path, so I suppose credentials and php are OK. The tables were created with collation utf8mb4_0900_ai_ci, though - even though I set server connection to utf8mb4_general_ci. The shared DB server charset is cp1252 West European (latin1) - beyond my control, but it's the same for the Hubzilla DB that works. For my Hubzilla hub, I solved the wrong collation by exporting the DB tables, modifying table collation in the dump, and re-importing with rewrite of the content.
When executing the cronjob
cd /; /(php-path)/php Code/Daemon/Run.php Cron > /dev/null 2>&1
I get the error:
-: line 1: 10394 Segmentation fault /(php-path)/php Code/Daemon/Run.php Cron > /dev/null 2>&1
- I am not sure where to place the required composer files, as /bin or /usr/bin is not writable on my webhost. I put it in my website folder for exectution after git clone - but I do not know if it is a good idea to keep it there, security-wise (so I deleted it for now, until the next update).
- Is there a dedicated support channel for (streams) - Or should I just post it here?