soren121 / lightblog

PHP/SQLite blogging platform
GNU General Public License v3.0
2 stars 0 forks source link

AJAX messages return 'undefined' #14

Closed soren121 closed 9 years ago

soren121 commented 9 years ago

From doodle62 on January 01, 2010 15:31:36

What steps will reproduce the problem? 1. Install LightBlog 0.9.2 Beta 2.1.

  1. Observe the alerts stating 'undefined'. What is the expected output? What do you see instead? What you see: undefined What you should see: All OK! What version of the product are you using? On what operating system? LightBlog 0.9.2 Beta 2.1, Windows 7 RC, LightTPD 1.4.18, PHP 5.3.0 If any, please paste the errors given below. undefined

Original issue: http://code.google.com/p/lightblog/issues/detail?id=14

soren121 commented 9 years ago

From doodle62 on January 01, 2010 13:32:06

(No comment was entered for this change.)

Status: Started

soren121 commented 9 years ago

From doodle62 on January 01, 2010 15:40:21

This is riduculous! Post creation doesn't work in SVN. I don't know why. It's some kind of regression since r341 that I can't pinpoint! I've replaced all the relevant code with working code and it still doesn't work! wth?

soren121 commented 9 years ago

From doodle62 on January 01, 2010 15:45:57

OK, after that short bout of insanity, I've pinpointed the regression: it's between r342 and r354 in ProcessAJAX.php. I'll go step-by-step and find what's wrong.

soren121 commented 9 years ago

From doodle62 on January 01, 2010 16:10:45

Fixed it. Now to go back and recode the security in ProcessAJAX that's happened since r342 .

Status: Fixed