Page 2 of 2
Re: So I'm still having problems
Posted: Mon Sep 19, 2005 7:10 pm
by randulo
garvinhicking wrote:
This is all a bit of trouble because the way you went with the plugin was not good and suggested.

Garvin
Not quite, although I definitely screwed up after
I did follow the instructions. Then I got the same error that started this thread.
I then followed the XML file instructions above and tried that a few times, but the XML file did not seem to be udated. I say this because at some point today, it did say the XML file was deleted. It may be I didn't notice it the other times, though, but this operation didn't cure the error problem.
Finally, out of desperation, I tried to
force the plugin to update by deleting the directory. That's where I screwed up, breaking the whole plugins setup apparently.
Re: So I'm still having problems
Posted: Mon Sep 19, 2005 7:18 pm
by garvinhicking
Randulo...so I'm not perfectly sure - is it working now? If not, please post the exact error you get - I'm a bit irritated.
Regards,
Garvin
sql dump
Posted: Mon Sep 19, 2005 7:26 pm
by randulo
Garvin, don't let me irritate you! It's prolly all my fault!
I'll go look at the code in that function, but here's a dump for reference:
Code: Select all
+--------------------+------------------+------+-----+---------+----------------+
| Field | Type | Null | Key | Default | Extra |
+--------------------+------------------+------+-----+---------+----------------+
| id | int(11) | | PRI | NULL | auto_increment |
| parent_id | int(11) | YES | | 0 | |
| articleformattitle | varchar(255) | | | | |
| articleformat | int(1) | YES | | 1 | |
| markup | int(1) | YES | | 1 | |
| pagetitle | varchar(255) | | | | |
| permalink | varchar(255) | | | | |
| content | text | YES | | NULL | |
| headline | varchar(255) | | | | |
| filename | varchar(255) | | | | |
| pass | varchar(255) | | | | |
| timestamp | int(10) unsigned | YES | | NULL | |
| authorid | int(11) | YES | | 0 | |
+--------------------+------------------+------+-----+---------+----------------+
Got it!
Posted: Mon Sep 19, 2005 7:40 pm
by randulo
Ok, I added the three missing cols and it looks like it's gonna work. At least the missing col errors are gone and I see what happened - but not why.
thx again,
r