[pLog-svn] wizard errors

Jon Daley plogworld at jon.limedaley.com
Fri Mar 2 11:59:50 EST 2007


On Fri, 2 Mar 2007, Oscar Renalias wrote:
> On 3/2/07, Jon Daley <plogworld at jon.limedaley.com> wrote:
>> Gallery rename:
>>         If the file doesn't exist, a PHP exception is thrown during the
>> rename, and the $messages .= "error" isn't used.
>>         I'll add part of a fix so the wizard can be run multiple times
>> without failing at the gallery rename, if the destination already exists.
>
> thank you, that would be useful.
 	I added this fix, but if the source is missing, a php exception 
will be thrown, rather than our error message.  I am not sure how to fix 
that.  I guess we have to add a File::exists($source) call before the 
rename.

> the locations table is part of 1.3, not 1.2. Are you sure you didn't
> install the main trunk instead of the 1.2 branch? :)
 	yeah, yeah..  The trunk was 1.2 when I downloaded it... so you can 
see how long it took me to get around to actually using it.

> The temp table for users is used to convert the permissions. Since we
> don't have a new table for them and we cannot overwrite the old ones
> while converting the new ones, we have to use a temporary table. I
> think it should be removed after the installation, yes.
 	Ok, I'll see if this is easy for me to do.


More information about the pLog-svn mailing list