[GH-ISSUE #78] Logon after installation #72

Closed
opened 2026-02-26 01:35:04 +03:00 by kerem · 38 comments
Owner

Originally created by @benbeton on GitHub (Aug 12, 2014).
Original GitHub issue: https://github.com/JLiscom/OpenNote/issues/78

Hi,

I installed OpenNote yesterday the first time, but after configuring there is only the logon page, but I did'n know any username. Same when using the wizard or did the config manually. Tried with SQLite and my preferred mysql. There is no register button.
(I didn't have access to the Apache2 error.log)

any ideas?

Originally created by @benbeton on GitHub (Aug 12, 2014). Original GitHub issue: https://github.com/JLiscom/OpenNote/issues/78 Hi, I installed OpenNote yesterday the first time, but after configuring there is only the logon page, but I did'n know any username. Same when using the wizard or did the config manually. Tried with SQLite and my preferred mysql. There is no register button. (I didn't have access to the Apache2 error.log) any ideas?
kerem closed this issue 2026-02-26 01:35:04 +03:00
Author
Owner

@abalage commented on GitHub (Aug 12, 2014):

Make sure the .htaccess rules apply for Apache2. I had a similar problem and I had to apply the .htaccess rules in nginx to make it work.

<!-- gh-comment-id:51882059 --> @abalage commented on GitHub (Aug 12, 2014): Make sure the .htaccess rules apply for Apache2. I had a similar problem and I had to apply the .htaccess rules in nginx to make it work.
Author
Owner

@benbeton commented on GitHub (Aug 12, 2014):

which .htaccess rules do you mean? I didn't found anything open note specific in the docs

<!-- gh-comment-id:51882517 --> @benbeton commented on GitHub (Aug 12, 2014): which .htaccess rules do you mean? I didn't found anything open note specific in the docs
Author
Owner

@abalage commented on GitHub (Aug 12, 2014):

I see one in /Service/.htaccess in my document root. It has some rewrite rules.

<!-- gh-comment-id:51883432 --> @abalage commented on GitHub (Aug 12, 2014): I see one in /Service/.htaccess in my document root. It has some rewrite rules.
Author
Owner

@benbeton commented on GitHub (Aug 12, 2014):

no .htaccess in my folder or in the git, what does it contain?

<!-- gh-comment-id:51923851 --> @benbeton commented on GitHub (Aug 12, 2014): no .htaccess in my folder or in the git, what does it contain?
Author
Owner

@abalage commented on GitHub (Aug 12, 2014):

I have downloaded the lastest release from the site and not installed it from git repo.
Anyway the content of the .htaccess is this.

#########################
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ service.php [QSA,L]

<Files "OpenNote.sqlite">
Order Allow,Deny
Deny from all

#########################

<!-- gh-comment-id:51924162 --> @abalage commented on GitHub (Aug 12, 2014): I have downloaded the lastest release from the site and not installed it from git repo. Anyway the content of the .htaccess is this. ######################### RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^ service.php [QSA,L] <Files "OpenNote.sqlite"> Order Allow,Deny Deny from all </Files> #########################
Author
Owner

@JLiscom commented on GitHub (Aug 12, 2014):

@benbeton if you are on linux you may need to do a ls -al to see it. Some file explorers hide files with a . prefix.

Also with the current release not having a register button probably means the front end cannot connect to the service. There will be a message in the next release alerting you.

<!-- gh-comment-id:51929619 --> @JLiscom commented on GitHub (Aug 12, 2014): @benbeton if you are on linux you may need to do a ls -al to see it. Some file explorers hide files with a . prefix. Also with the current release not having a register button probably means the front end cannot connect to the service. There will be a message in the next release alerting you.
Author
Owner

@JLiscom commented on GitHub (Aug 12, 2014):

@benbeton
It should be noted the issue I stated above should no keep you from using the app if it is configured correctly. The issue is just it will not tell you it is not configured correctly.

<!-- gh-comment-id:51948538 --> @JLiscom commented on GitHub (Aug 12, 2014): @benbeton It should be noted the issue I stated above should no keep you from using the app if it is configured correctly. The issue is just it will not tell you it is not configured correctly.
Author
Owner

@benbeton commented on GitHub (Aug 13, 2014):

understood.

I tried to install it on my root server to have access to the apache error log, thats what I get:
File does not exist: /var/www/OpenNote/Service/config, referer: http://IP:ADDR/OpenNote/

I used v14.07

<!-- gh-comment-id:52042469 --> @benbeton commented on GitHub (Aug 13, 2014): understood. I tried to install it on my root server to have access to the apache error log, thats what I get: File does not exist: /var/www/OpenNote/Service/config, referer: http://IP:ADDR/OpenNote/ I used v14.07
Author
Owner

@JLiscom commented on GitHub (Aug 13, 2014):

Do you have multiple aliases in your Apache instance?

Does /var/www/OpenNote/Service/config.php exist?

<!-- gh-comment-id:52067803 --> @JLiscom commented on GitHub (Aug 13, 2014): Do you have multiple aliases in your Apache instance? Does `/var/www/OpenNote/Service/config.php` exist?
Author
Owner

@JLiscom commented on GitHub (Sep 8, 2014):

@benbeton Can you provide me with you Apache information?

<!-- gh-comment-id:54771260 --> @JLiscom commented on GitHub (Sep 8, 2014): @benbeton Can you provide me with you Apache information?
Author
Owner

@benbeton commented on GitHub (Sep 8, 2014):

I tried the new release, but still the same error. But now I can a see a error message on the web interface: "Connection to Service failed"

Apache log says:
[Mon Sep 08 07:18:23 2014] [error] [client ] File does not exist: /var/www/virtual/note/Service/config/, referer: http://TLD/note/

There is no config folder, I tried to rename the config.php to "config" but still the same.

<!-- gh-comment-id:54777665 --> @benbeton commented on GitHub (Sep 8, 2014): I tried the new release, but still the same error. But now I can a see a error message on the web interface: "Connection to Service failed" Apache log says: [Mon Sep 08 07:18:23 2014] [error] [client ] File does not exist: /var/www/virtual/note/Service/config/, referer: http://TLD/note/ There is no config folder, I tried to rename the config.php to "config" but still the same.
Author
Owner

@JLiscom commented on GitHub (Sep 9, 2014):

@benbeton does the error give you what script was running?

<!-- gh-comment-id:55048491 --> @JLiscom commented on GitHub (Sep 9, 2014): @benbeton does the error give you what script was running?
Author
Owner

@JLiscom commented on GitHub (Sep 9, 2014):

@benbeton Does /var/www/virtual/note/Service represent where your install on disk is located?

<!-- gh-comment-id:55049827 --> @JLiscom commented on GitHub (Sep 9, 2014): @benbeton Does `/var/www/virtual/note/Service` represent where your install on disk is located?
Author
Owner

@benbeton commented on GitHub (Sep 10, 2014):

@FoxUSA no, I haven't realized it. there are two more dirs in between.

I saw, that can be defined in line 113 the config.php, so I set the right path, but the error is still the same.
Seems that it is searching for the config dir, instead of die config.php file?!

<!-- gh-comment-id:55076611 --> @benbeton commented on GitHub (Sep 10, 2014): @FoxUSA no, I haven't realized it. there are two more dirs in between. I saw, that can be defined in line 113 the config.php, so I set the right path, but the error is still the same. Seems that it is searching for the config dir, instead of die config.php file?!
Author
Owner

@JLiscom commented on GitHub (Sep 12, 2014):

@benbeton the .htaccess file should map the Service/config request to the service.php file. You should be ale to put in the full path to Service/config(same path as to service.php just replace service.php with config) and you should get a result.

Make sure you have .htaccess files enabled.

If you provide path I can double check to make sure they make sense.

<!-- gh-comment-id:55350084 --> @JLiscom commented on GitHub (Sep 12, 2014): @benbeton the .htaccess file should map the `Service/config` request to the service.php file. You should be ale to put in the full path to `Service/config`(same path as to service.php just replace service.php with config) and you should get a result. Make sure you have .htaccess files enabled. If you provide path I can double check to make sure they make sense.
Author
Owner

@benbeton commented on GitHub (Sep 15, 2014):

seems that the documents root is not set correctly, where can I set this best?
maybe the browser can't reach the .htaccess

<!-- gh-comment-id:55555889 --> @benbeton commented on GitHub (Sep 15, 2014): seems that the documents root is not set correctly, where can I set this best? maybe the browser can't reach the .htaccess
Author
Owner

@JLiscom commented on GitHub (Sep 17, 2014):

@benbeton you have to allow .htaccess to be read by Apache. The stock configuration should work as long as the paths are set to the default(relative to each other)

https://help.ubuntu.com/community/EnablingUseOfApacheHtaccessFiles

<!-- gh-comment-id:55832814 --> @JLiscom commented on GitHub (Sep 17, 2014): @benbeton you have to allow .htaccess to be read by Apache. The stock configuration should work as long as the paths are set to the default(relative to each other) https://help.ubuntu.com/community/EnablingUseOfApacheHtaccessFiles
Author
Owner

@JLiscom commented on GitHub (Sep 26, 2014):

@benbeton Any update?

<!-- gh-comment-id:56998061 --> @JLiscom commented on GitHub (Sep 26, 2014): @benbeton Any update?
Author
Owner

@benbeton commented on GitHub (Sep 29, 2014):

@FoxUSA unfortunately still no luck, seems that there is something wrong with the web server configuration, tried it from scratch again a few minutes ago.

<!-- gh-comment-id:57119056 --> @benbeton commented on GitHub (Sep 29, 2014): @FoxUSA unfortunately still no luck, seems that there is something wrong with the web server configuration, tried it from scratch again a few minutes ago.
Author
Owner

@JLiscom commented on GitHub (Sep 29, 2014):

@benbeton Try changing https://github.com/FoxUSA/OpenNote/blob/Fox-Working/OpenNote/openNote/openNote.config.js#L24 to match this new commit.(Added service.php to url) In future versions I will no longer use a .htaccess file as it does not work in cases like this

<!-- gh-comment-id:57222880 --> @JLiscom commented on GitHub (Sep 29, 2014): @benbeton Try changing https://github.com/FoxUSA/OpenNote/blob/Fox-Working/OpenNote/openNote/openNote.config.js#L24 to match this new commit.(Added `service.php` to url) In future versions I will no longer use a .htaccess file as it does not work in cases like this
Author
Owner

@benbeton commented on GitHub (Oct 1, 2014):

@FoxUSA that did the trick. Register Button is now available.

But I can't register. After typing in the 4th letter, it displays "error"
And if I click on register, it says "invalid credentials"

nothing in error.log

<!-- gh-comment-id:57466119 --> @benbeton commented on GitHub (Oct 1, 2014): @FoxUSA that did the trick. Register Button is now available. But I can't register. After typing in the 4th letter, it displays "error" And if I click on register, it says "invalid credentials" nothing in error.log
Author
Owner

@JLiscom commented on GitHub (Oct 1, 2014):

@benbeton This probably means the credentials to connect to the DB are incorrect.

<!-- gh-comment-id:57480090 --> @JLiscom commented on GitHub (Oct 1, 2014): @benbeton This probably means the credentials to connect to the DB are incorrect.
Author
Owner

@benbeton commented on GitHub (Oct 2, 2014):

@FoxUSA yes, it was a typo in the pw. Now it is working! Thank you for your help!

<!-- gh-comment-id:57585133 --> @benbeton commented on GitHub (Oct 2, 2014): @FoxUSA yes, it was a typo in the pw. Now it is working! Thank you for your help!
Author
Owner

@1337sup3rh4x0r commented on GitHub (Oct 16, 2014):

Hi there,
I think I am experiencing a similar problem. After installing opennote on nginx I only get a login button but no register button. Also after loading the page I get the error message "Connection to service failed" and the nginx log shows the message

2014/10/16 13:12:39 [error] 21400#0: *11 "/var/www_opennote/Service/service.php/config/index.html" is not found (20: Not a directory), client: 192.168.217.41, server: , request: "GET /Service/service.php/config/ HTTP/1.1", host: "192.168.217.201:444", referrer: "https://192.168.217.201:444/"

<!-- gh-comment-id:59346738 --> @1337sup3rh4x0r commented on GitHub (Oct 16, 2014): Hi there, I think I am experiencing a similar problem. After installing opennote on nginx I only get a login button but no register button. Also after loading the page I get the error message "Connection to service failed" and the nginx log shows the message 2014/10/16 13:12:39 [error] 21400#0: *11 "/var/www_opennote/Service/service.php/config/index.html" is not found (20: Not a directory), client: 192.168.217.41, server: , request: "GET /Service/service.php/config/ HTTP/1.1", host: "192.168.217.201:444", referrer: "https://192.168.217.201:444/"
Author
Owner

@JLiscom commented on GitHub (Oct 16, 2014):

@Killer1337 Please open a ticket it the above solution does not fix your issue.

<!-- gh-comment-id:59377739 --> @JLiscom commented on GitHub (Oct 16, 2014): @Killer1337 Please open a ticket it the above solution does not fix your issue.
Author
Owner

@gmx99 commented on GitHub (Nov 1, 2014):

Hi,
first of all compliments to this great little peace of software. Unfortunately i can use only your demo.... :-( On my Debian Server with Apache2 and MySql i have the problem of "invalid credentials". Also inserting a user in DB does not help.
I gave the DB User all rights and grants. No matter.
Can't logon with the inserted user nor can register any other user. Can you help me please.
Thank you very much.
gmx99

<!-- gh-comment-id:61363671 --> @gmx99 commented on GitHub (Nov 1, 2014): Hi, first of all compliments to this great little peace of software. Unfortunately i can use only your demo.... :-( On my Debian Server with Apache2 and MySql i have the problem of "invalid credentials". Also inserting a user in DB does not help. I gave the DB User all rights and grants. No matter. Can't logon with the inserted user nor can register any other user. Can you help me please. Thank you very much. gmx99
Author
Owner

@JLiscom commented on GitHub (Nov 3, 2014):

@gmx99

Sorry to hear you having trouble.
Did you run install.php or do it manually?

Try using this install guide https://github.com/FoxUSA/OpenNote/blob/master/Doc/Install.md
If you are flexible, try using the docker package. That will get you a quick start.

Also, make sure your using 14.07.02. There have been some fixes that may fix your issue.

<!-- gh-comment-id:61518408 --> @JLiscom commented on GitHub (Nov 3, 2014): @gmx99 Sorry to hear you having trouble. Did you run install.php or do it manually? Try using this install guide https://github.com/FoxUSA/OpenNote/blob/master/Doc/Install.md If you are flexible, try using the docker package. That will get you a quick start. Also, make sure your using 14.07.02. There have been some fixes that may fix your issue.
Author
Owner

@gmx99 commented on GitHub (Nov 3, 2014):

Thank you for your kind reply.

I tried more options (not with docker).

Running install.php i have problems on step 3 (making mysql DB?), no
reaction from the browser (Firefox)

Finally i did it manual, i am using 14.07.02. I was using exactly this
install guide.

Sorry, are there two Config.php's, one in /OpenNote/Service, and one in
/OpenNote/?


Manual


  <https://github.com/FoxUSA/OpenNote/blob/master/Doc/Install.md#mysql>MYSql
  • Create a MYSQL database named "OpenNote"

  • Download and extract OpenNote into a folder on your php web-server
    called "OpenNote"

  • Open up the |Service/model/sql| folder and run |notebook.sql| in
    your OpenNote database

  • Change the database connection settings inside of
    |Service/Config.php| to match your db settings. These are stored in
    the following lines of code in |/OpenNote/Config.php|:

    $dbUserName = "notebook";
    $dbPassword = "password";
    $dbServer = "127.0.0.1";
    $dbName = "notebook";


And is the exact command for the third point in manual installation
"mysql> OpenNote < notebook.sql;"?

And sorry, why the database name in the example above is not OpenNote,
but "notebook"?

My owner/group of /OpenNote/ and subdirectories is www-data:www-data. Is
that right?

I think it should be a problem with mysql and/or the database OpenNote.

Thanks a lot for your help and patience!
greets

Am 03.11.2014 um 18:53 schrieb FoxUSA:

@gmx99 https://github.com/gmx99

Sorry to hear you having trouble.
Did you run install.php or do it manually?

Try using this install guide
https://github.com/FoxUSA/OpenNote/blob/master/Doc/Install.md
If you are flexible, try using the docker package. That will get you a
quick start.

Also, make sure your using 14.07.02. There have been some fixes that
may fix your issue.


Reply to this email directly or view it on GitHub
https://github.com/FoxUSA/OpenNote/issues/78#issuecomment-61518408.

<!-- gh-comment-id:61528535 --> @gmx99 commented on GitHub (Nov 3, 2014): Thank you for your kind reply. I tried more options (not with docker). Running install.php i have problems on step 3 (making mysql DB?), no reaction from the browser (Firefox) Finally i did it manual, i am using 14.07.02. I was using exactly this install guide. Sorry, are there two Config.php's, one in /OpenNote/Service, and one in /OpenNote/? --- ``` Manual <https://github.com/FoxUSA/OpenNote/blob/master/Doc/Install.md#mysql>MYSql ``` - Create a MYSQL database named "OpenNote" - Download and extract OpenNote into a folder on your php web-server called "OpenNote" - Open up the |Service/model/sql| folder and run |notebook.sql| in your OpenNote database - Change the database connection settings inside of |Service/Config.php| to match your db settings. These are stored in the following lines of code in |/OpenNote/Config.php|: $dbUserName = "notebook"; $dbPassword = "password"; $dbServer = "127.0.0.1"; $dbName = "notebook"; --- And is the exact command for the third point in manual installation "mysql> OpenNote < notebook.sql;"? And sorry, why the database name in the example above is not OpenNote, but "notebook"? My owner/group of /OpenNote/ and subdirectories is www-data:www-data. Is that right? I think it should be a problem with mysql and/or the database OpenNote. Thanks a lot for your help and patience! greets Am 03.11.2014 um 18:53 schrieb FoxUSA: > @gmx99 https://github.com/gmx99 > > Sorry to hear you having trouble. > Did you run install.php or do it manually? > > Try using this install guide > https://github.com/FoxUSA/OpenNote/blob/master/Doc/Install.md > If you are flexible, try using the docker package. That will get you a > quick start. > > Also, make sure your using 14.07.02. There have been some fixes that > may fix your issue. > > — > Reply to this email directly or view it on GitHub > https://github.com/FoxUSA/OpenNote/issues/78#issuecomment-61518408.
Author
Owner

@JLiscom commented on GitHub (Nov 3, 2014):

@gmx99 yes. There is a backend and frontend config. The frontend(/OpenNote/openNote/ config you do not have to worry about. The one you want to modify is in /OpenNote/service/Config.php

<!-- gh-comment-id:61528966 --> @JLiscom commented on GitHub (Nov 3, 2014): @gmx99 yes. There is a backend and frontend config. The frontend(`/OpenNote/openNote/` config you do not have to worry about. The one you want to modify is in `/OpenNote/service/Config.php`
Author
Owner

@gmx99 commented on GitHub (Nov 4, 2014):

Sorry i have some other questions about the Manual
https://github.com/FoxUSA/OpenNote/blob/master/Doc/Install.md

Is the exact command for the third point in manual installation "mysql>
OpenNote < notebook.sql;"?

My owner/group of /OpenNote/ and subdirectories is www-data:www-data. Is
that right?

I think it should be a problem with mysql and/or the database OpenNote.

Thanks a lot for your help and patience!
greets

<!-- gh-comment-id:61605369 --> @gmx99 commented on GitHub (Nov 4, 2014): Sorry i have some other questions about the Manual https://github.com/FoxUSA/OpenNote/blob/master/Doc/Install.md Is the exact command for the third point in manual installation "mysql> OpenNote < notebook.sql;"? My owner/group of /OpenNote/ and subdirectories is www-data:www-data. Is that right? I think it should be a problem with mysql and/or the database OpenNote. Thanks a lot for your help and patience! greets
Author
Owner

@JLiscom commented on GitHub (Nov 4, 2014):

@gmx99 can you confirm the tables were created in the database? The command I use when setting up environments is mysql -u root OpenNote < /app/Service/model/sql/notebook.sql where root is the user that has permission to run SQL DDL.

<!-- gh-comment-id:61663346 --> @JLiscom commented on GitHub (Nov 4, 2014): @gmx99 can you confirm the tables were created in the database? The command I use when setting up environments is `mysql -u root OpenNote < /app/Service/model/sql/notebook.sql` where root is the user that has permission to run SQL DDL.
Author
Owner

@gmx99 commented on GitHub (Nov 5, 2014):

hi,
yes i confirm creation of the tables
folder
note
token
uploads
users
Thanks

Am 04.11.2014 um 17:06 schrieb FoxUSA:

@gmx99 https://github.com/gmx99 can you confirm the tables were
created in the table. The command I use when setting up enviorments is
|mysql -u root OpenNote < /app/Service/model/sql/notebook.sql| where
root is the user that has permission to run SQL DDL.


Reply to this email directly or view it on GitHub
https://github.com/FoxUSA/OpenNote/issues/78#issuecomment-61663346.

<!-- gh-comment-id:61768310 --> @gmx99 commented on GitHub (Nov 5, 2014): hi, yes i confirm creation of the tables folder note token uploads users Thanks Am 04.11.2014 um 17:06 schrieb FoxUSA: > @gmx99 https://github.com/gmx99 can you confirm the tables were > created in the table. The command I use when setting up enviorments is > |mysql -u root OpenNote < /app/Service/model/sql/notebook.sql| where > root is the user that has permission to run SQL DDL. > > — > Reply to this email directly or view it on GitHub > https://github.com/FoxUSA/OpenNote/issues/78#issuecomment-61663346.
Author
Owner

@gmx99 commented on GitHub (Nov 5, 2014):

tried to create a new Database.
No solution: invalid credentials

Thanks

Am 04.11.2014 um 17:06 schrieb FoxUSA:

|mysql -u root OpenNote < /app/Service/model/sql/notebook.sql|

<!-- gh-comment-id:61769653 --> @gmx99 commented on GitHub (Nov 5, 2014): tried to create a new Database. No solution: invalid credentials Thanks Am 04.11.2014 um 17:06 schrieb FoxUSA: > |mysql -u root OpenNote < /app/Service/model/sql/notebook.sql|
Author
Owner

@gmx99 commented on GitHub (Nov 18, 2014):

Hi, sorry, but no more ideas?
What for information do you need about my config?
Thanks for any help

<!-- gh-comment-id:63430857 --> @gmx99 commented on GitHub (Nov 18, 2014): Hi, sorry, but no more ideas? What for information do you need about my config? Thanks for any help
Author
Owner

@JLiscom commented on GitHub (Nov 18, 2014):

@gmx99 More or less out of ideas. I have had some problems in the past if a user was set to be allowed from % instead of localhost in mysql. You may want to make sure you can use the terminal mysql client to connect with the user you are giving opennote to make sure you can run select statements against those tables.

<!-- gh-comment-id:63555288 --> @JLiscom commented on GitHub (Nov 18, 2014): @gmx99 More or less out of ideas. I have had some problems in the past if a user was set to be allowed from % instead of localhost in mysql. You may want to make sure you can use the terminal mysql client to connect with the user you are giving opennote to make sure you can run select statements against those tables.
Author
Owner

@gmx99 commented on GitHub (Nov 20, 2014):

hi,
yes, my user is allowed from localhost in mysql.
And terminal mysql client connects normally with the user defined in Config.php.
Thank you for any help.
gmx99

<!-- gh-comment-id:63772331 --> @gmx99 commented on GitHub (Nov 20, 2014): hi, yes, my user is allowed from localhost in mysql. And terminal mysql client connects normally with the user defined in Config.php. Thank you for any help. gmx99
Author
Owner

@JLiscom commented on GitHub (Nov 20, 2014):

@gmx99 I cant really help you. This is a configuration issue in your environment. I recommend using the docker deployment.

<!-- gh-comment-id:63820195 --> @JLiscom commented on GitHub (Nov 20, 2014): @gmx99 I cant really help you. This is a configuration issue in your environment. I recommend using the docker deployment.
Author
Owner

@gmx99 commented on GitHub (Nov 20, 2014):

Hi,
my debian server is on jessie/testing. maybe apache 2.4 is the problem
Can you please send me your apache2 conf and virtualhost conf?
Thanks a lot!
bye

On 11/20/2014 03:59 PM, FoxUSA wrote:

@gmx99 https://github.com/gmx99 I cant really help you. This is a
configuration issue in your environment. I recommend using the docker
deployment.


Reply to this email directly or view it on GitHub
https://github.com/FoxUSA/OpenNote/issues/78#issuecomment-63820195.

<!-- gh-comment-id:63874695 --> @gmx99 commented on GitHub (Nov 20, 2014): Hi, my debian server is on jessie/testing. maybe apache 2.4 is the problem Can you please send me your apache2 conf and virtualhost conf? Thanks a lot! bye On 11/20/2014 03:59 PM, FoxUSA wrote: > @gmx99 https://github.com/gmx99 I cant really help you. This is a > configuration issue in your environment. I recommend using the docker > deployment. > > — > Reply to this email directly or view it on GitHub > https://github.com/FoxUSA/OpenNote/issues/78#issuecomment-63820195.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/OpenNote-JLiscom#72
No description provided.