0.9 Alpha 5 - problem with static pace

Creating and modifying plugins.
randulo
Regular
Posts: 141
Joined: Thu Jul 21, 2005 10:28 am

Re: So I'm still having problems

Post 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.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: So I'm still having problems

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
randulo
Regular
Posts: 141
Joined: Thu Jul 21, 2005 10:28 am

sql dump

Post 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       |                |
+--------------------+------------------+------+-----+---------+----------------+
randulo
Regular
Posts: 141
Joined: Thu Jul 21, 2005 10:28 am

Got it!

Post 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
Post Reply