Page 1 of 1
problemi installazione versione 1.4.3
Posted: Fri Apr 06, 2018 7:22 pm
by adino
Salve,
ho installato in locale su macOs utilizzando MAMP, la versione di forma.lms 1.4.3....
in locale entro nella cartella install, si apre la prima schermata, step 1, dove posso scegliere la lingua, seleziono la lingua e clicco il passaggio successivo, step 2, sulla verifica informazioni di sistema e resta bloccato così.....non mi fa progredire....
Dove ho sbagliato? Come posso risolvere il problema?
Grazie a tutti.
Saluti
Re: problemi installazione versione 1.4.3
Posted: Fri Apr 06, 2018 8:19 pm
by canelli
Ciao adino
Probabilmente il tuo MANP utilizza una versione di PHP non supportata da forma 1.4.3 . Devi utilizzare PHP 5.6 (o meglio PHP 5.4 )
Ci sono altri thread sullo stesso argomento che ti potrebbero aiutare
Claudio
Re: problemi installazione versione 1.4.3
Posted: Fri Apr 06, 2018 10:54 pm
by adino
Grazie. era sbagliata, non supportata, la versione di PHP.
Grazie tanto
Re: problemi installazione versione 1.4.3
Posted: Wed May 02, 2018 10:13 am
by harryjon
I have installed npm, and also yarn (just in case npm didn't work), and upon installing and opening hyper, I was given the message that there is an error in updating plugins. I entered the plugin 'hyperline' to test into the config file. The popup window said that it cannot find 'C:\Users\JupiterStorm\.hyper_plugins\node_modules\hyperline'.
In the config file, I also modified the shell, and shell-arg:
shell: 'C:\\Program Files\\Git\\git-cmd.exe',
shellArgs: ['--command=usr/bin/bash.exe', '-l', '-i'],
-----------------------
Complete Guide About Cheap
Car Insurance Quotes. Get Best
Auto Insurance Quotes. Compare Insurance Companies in United States.
Re: problemi installazione versione 1.4.3
Posted: Wed May 02, 2018 2:13 pm
by canelli
forma.lms is a PHP web application , not related to npm or yarnis
yuor trobule are not related with forma.lms
and please open new therd for new questions .
Claudio
Re: problemi installazione versione 1.4.3
Posted: Sat Jun 02, 2018 12:05 pm
by royjon
Whilst using version 1.4.2 I noticed a bug when adding lists. I upgraded to 1.4.3 thinking this would fix the issue, but now get the following error:
Error: [textAngular:textAngularSetup] The textAngular-sanitize provider has been replaced by another -- have you included angular-sanitize by mistake?
I am using JSPM to install textAngular and had been using it with ng-sanitize which no longer seems to work, how can I fix this?
FYI This is what I get when I run 'jspm install textAngular', I had to add ng-sanitize separately.
"textAngular": "github:fraywing/
[email protected]",
"github:fraywing/
[email protected]": {
"angular": "github:angular/
[email protected]",
"css": "github:systemjs/
[email protected]",
"font-awesome": "npm:
[email protected]",
"rangy": "github:timdown/
[email protected]"
},
-----------------------------
Complete buyer guide for outdoors
Above Ground Pools for backyard. Know every thing about above ground swimimng pools in 2020 before you make a choice.
Re: problemi installazione versione 1.4.3
Posted: Sat Jun 02, 2018 12:22 pm
by alfa24
Step to reproduce?
Re: problemi installazione versione 1.4.3
Posted: Mon Oct 08, 2018 12:26 pm
by andrea.festa
Sto installando Forma 1.4.3 su un server Linux con PHP 5.4.16
L'installazione si blocca con una schermata bianca su "Step 2"
Ho trovato il seguente errore in httpd/error_log
"PHP Fatal error: Call to undefined function mysql_get_client_info() in /var/www/html/install/controllers/Step2Controller.php on line 25, referer:
http://10.4.22.44/install/index.php"
Qui -
http://php.net/manual/en/function.mysql ... t-info.php - leggo che la funzione mysql_get_client_info() dovrebbe essere stata deprecata dalla versione 5.5 di PHP ed eliminata nella versione 7.0
Ho provato anche a modificare la riga 25 nel file Step2Controller.php da
preg_match( '/([0-9]+\.[\.0-9]+)/', mysql_get_client_info(), $version );
a
preg_match( '/([0-9]+\.[\.0-9]+)/', mysqli_get_client_info(), $version );
senza nessun risultato.
Cosa mi suggerite di fare?
Grazie.
Re: problemi installazione versione 1.4.3
Posted: Mon Oct 08, 2018 3:45 pm
by alberto
Io ti suggerisco di installare Forma 2.0
Re: problemi installazione versione 1.4.3
Posted: Tue Oct 09, 2018 7:53 am
by andrea.festa
Grazie per il suggerimento, Alberto, ma ora non posso installare Forma 2.0
In futuro sicuramente.
Cosa posso fare instanto per sbloccare l'installazione della 1.4.3?