Search found 34 matches

by aso
Mon Oct 14, 2019 12:23 pm
Forum: Installation & Upgrades
Topic: Failed on installation
Replies: 17
Views: 8212

Re: Failed on installation

This version should do. So there is another point: Does your password include an "'" (apostrophe) ? because the syntax of the mysql client is as follows: mysql -u <username> -p'<password>' <dbname> Maybe you could change your password to something more simple, just for some testing?
by aso
Thu Oct 10, 2019 4:12 pm
Forum: Installation & Upgrades
Topic: Failed on installation
Replies: 17
Views: 8212

Re: Failed on installation

Hello, What version of the mysql client software do you use? Detect it with: # mysql -V The parameter -p is used for the password as parameter when calling mysql to execute the fullldb sql script to create the database structure. Older versions of mysql do not allow this parameter for security reaso...
by aso
Thu Jul 18, 2019 2:30 pm
Forum: Installation & Upgrades
Topic: Error while detecting Wkhtml version
Replies: 2
Views: 2082

Re: Error while detecting Wkhtml version

The wkhtml detection is done via
${wkhtmltopdf} -V

In your case:
/usr/local/bin/wkhtmltopdf -V

If that gives an os error the shown message comes up.
by aso
Fri Jun 19, 2015 12:50 pm
Forum: Usability
Topic: Auto Import
Replies: 4
Views: 14520

Re: Auto Import

The normal Import allows you to use a local file to upload and import. Auto-Import tries to use files from a SFTP- or FTP-server, because no user is connected with his local system to the OpenEMM when the auto-import is executed. Do you have a SFTP- or FTP-server running on your local system? If so,...