MrBertie / taskpaperplus

A quick simple lightweight wiki-style task manager. All your tasks in plain text.
MIT License
66 stars 10 forks source link

Doesn't Work! #5

Closed rickydeez closed 10 years ago

rickydeez commented 10 years ago

I uploaded all files and when I load up the site, all I get is the Login page.

Filling out the login and register does nothing.

carlos-andres commented 10 years ago

Good Day, i got a centos machine and apache and php 5.4, and i try to using it on uniserver too, i access to login/create users, but not work. search to the log i get nothing relevant, i thing missing information or configuration setting.

::1 - - [10/Jan/2014:11:31:31 -0500] "GET /taskpaper/ HTTP/1.1" 200 749 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.63 Safari/537.36" ::1 - - [10/Jan/2014:11:31:50 -0500] "POST /taskpaper/index.php HTTP/1.1" 200 749 "http://localhost:88/taskpaper/" "Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.63 Safari/537.36"

MrBertie commented 10 years ago

I don't know the cause, but I am working on it. Sorry for the frustration!

On 10 January 2014 18:53, carlos-andres notifications@github.com wrote:

Good Day, i got a centos machine and apache and php 5.4, and i try to using it on uniserver too, i access to login/create users, but not work. search to the log i get nothing relevant, i thing missing information or configuration setting.

::1 - - [10/Jan/2014:11:31:31 -0500] "GET /taskpaper/ HTTP/1.1" 200 749 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.63 Safari/537.36" ::1 - - [10/Jan/2014:11:31:50 -0500] "POST /taskpaper/index.php HTTP/1.1" 200 749 "http://localhost:88/taskpaper/" "Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.63 Safari/537.36"

— Reply to this email directly or view it on GitHubhttps://github.com/MrBertie/taskpaperplus/issues/5#issuecomment-32044333 .

MrBertie commented 10 years ago

I just pushed a new version; it works fine on my machine, but it could an environment issue. I'll try it on another machine next week.

MrBertie commented 10 years ago

The latest push should fix this problem. I've tested on both my machines with a freshly download version and it works fine now.

carlos-andres commented 10 years ago

Many Thanks it works perfectly!..

On Wed, Jan 22, 2014 at 2:01 PM, MrBertie notifications@github.com wrote:

Closed #5 https://github.com/MrBertie/taskpaperplus/issues/5.

— Reply to this email directly or view it on GitHubhttps://github.com/MrBertie/taskpaperplus/issues/5 .

MrBertie commented 10 years ago

Great, it was s simple matter once I found the problem: some browsers do not return URL args that do not have a value... hence it worked for me but not for others.

On 22 January 2014 21:36, carlos-andres notifications@github.com wrote:

Many Thanks it works perfectly!..

On Wed, Jan 22, 2014 at 2:01 PM, MrBertie notifications@github.com wrote:

Closed #5 https://github.com/MrBertie/taskpaperplus/issues/5.

— Reply to this email directly or view it on GitHub< https://github.com/MrBertie/taskpaperplus/issues/5> .

— Reply to this email directly or view it on GitHubhttps://github.com/MrBertie/taskpaperplus/issues/5#issuecomment-33058828 .