Re: [Simplog-devel] 0.9.2test2
Brought to you by:
f-bomb
From: Jeremy A. <ash...@13...> - 2005-07-11 19:30:32
|
I tested the upgrade with a clean install of 0.9.1 and got no errors. I'd suggest you try the same..... Jim Hu wrote: > I'll send notes and bugs as they come up. > > Install new worked smoothly on MacOSX 10.3 server running php5 > Upgrade from 0.9 had a problem, but this may because my test database > is already partially modified. Anyway, I get this error: > > [Mon Jul 11 13:51:52 2005] [error] PHP Notice: Undefined offset: 0 > in /Volumes/dimer_web/WebServer/Documents/simplog_0.92/install/ > 09to092.php on line 72 > [Mon Jul 11 13:51:52 2005] [error] PHP Fatal error: mysql error: > [1065: Query was empty] in ADODB_Error_Handler(, )\n in /Volumes/ > dimer_web/WebServer/Documents/simplog_0.92/adodb/adodb- > errorhandler.inc.php on line 77 > > It looks like the problem is after line 72 based on the notice. I > also know that it successfully installed the new tables before it > crashed. > > I wonder if this is because MySQL objected when the script tried to > create a field that already exists. I don't understand why that > would give "Query was empty", but perhaps that's a misleading > diagnostic. This makes me wonder if we should check for the > existence of a table or field before trying to add it. This would > come up if someone crashes partway through an upgrade and then has to > try again...when I rerun the script on the partially upgraded > database, the script fails at the first sql statement. > > Going back to the working install, there's a bug that is also in the > earlier release. When you have a calendar block and click on the > month navigation, something gets messed up. I've been meaning to > diagnose this but I haven't had a chance yet. > > That's it so far. > > Jim > > On Jul 10, 2005, at 8:00 PM, Jeremy Ashcraft wrote: > >> got another test release for you guys. hopefully this will be the last >> >> http://www.simplog.org/simplog-0.9.2test2.tar.gz >> >> What's new: >> >> updated xmlrpc libs to fix security hole >> fixed the no entry/preview bug >> fixed a bug in posting from the aggregator >> fixed the bugs jim pointed out to me >> >> I know i didn't want to add anything new, but Jim had brought up >> something about using Flickr to enable adding images into posts, so >> in messing around with it, i came up with a workable drop in for >> this release. right now, it lets you enter in info for a flickr >> account and an API key, then you can select from a list of >> thumbnails in your flickr acct to add a thumbnail into a post. play >> with it and let me know.... >> >> what's left: >> TEST, TEST, TEST! >> update the documentation (any takers? I hate doing documentation) >> >> I want to get this out the door so we can start on 1.0! >> >> >> ------------------------------------------------------- >> This SF.Net email is sponsored by the 'Do More With Dual!' webinar >> happening >> July 14 at 8am PDT/11am EDT. We invite you to explore the latest in >> dual >> core and dual graphics technology at this free one hour event hosted >> by HP, >> AMD, and NVIDIA. To register visit http://www.hp.com/go/dualwebinar >> _______________________________________________ >> Simplog-devel mailing list >> Sim...@li... >> https://lists.sourceforge.net/lists/listinfo/simplog-devel >> > |