|
#11
|
|||
|
|||
|
OK. Panic over. I deleted via FTP, rather than deactivating, and the behaviour of the blog is back to normal. Thanks.
But I don't think the plug-in works as intended. At least not for me; it looks good on your blog.
__________________
Jeremy |
|
#12
|
||||
|
||||
|
strange!
1) tell me which version of wordpress you are running. 2) check your admin/pixelpost.php file and the name of databases. Did you set $pixelpost_db_prefix correctly.
__________________
Photoblog: http://pblog.raminia.com Powered by Pixelpost 1.7 |
|
#13
|
||||
|
||||
|
what is the prefix of your wordress tables? wp?
__________________
Photoblog: http://pblog.raminia.com Powered by Pixelpost 1.7 |
|
#14
|
||||
|
||||
|
I think the problem was that I opened a db connection and did not closed it and you may use another addon which does not check which database it is going to connect before executing queries. I added a closing statement to the code and you can download from the same addresss.
Please try it agian check if it OK now.
__________________
Photoblog: http://pblog.raminia.com Powered by Pixelpost 1.7 |
|
#15
|
|||
|
|||
|
I am still running WP 1.2
The prefix of my all my tables is jcherfas_ I have two databases. jcherfas_photos and the prefix there is pixelpost_ jcherfas_weblog and the prefix there is wp_ Code:
$pixelpost_db_pixelpost = "jcherfas_photos"; // database Thanks for your help in sorting this out. It will be a great and very useful plug-in for me.
__________________
Jeremy |
|
#16
|
||||
|
||||
|
I'm almost assured that the problem is with multiple DB connection described in http://ir.php.net/manual/en/function.mysql-close.php and with my latest change in the code it should be OK but I'm not confident. Test it please.
__________________
Photoblog: http://pblog.raminia.com Powered by Pixelpost 1.7 |
|
#17
|
|||
|
|||
|
OK, I just tried again with the latest version.
I no longer get the database errors. But it still does not work. The problem seems to be that the HTML output of WP's index.php is truncated immedately before the show_latest_pixelpost_thumbnail line. Even stranger, I commented out the line, and I still had the problem. Removing the line completely, and deleting the plug-in via FTP, and everything was back to normal again.
__________________
Jeremy |
|
#18
|
||||
|
||||
|
houm....
check 1) the pixelpost.php address 2) check if the plugin is deactivated (most probable) 3) check the syntax.
__________________
Photoblog: http://pblog.raminia.com Powered by Pixelpost 1.7 |
|
#19
|
|||
|
|||
|
Checked all three. Now we are back to the tables not existing errors as described before!
I will download again to make absolutely sure. Later: downloaded again. Now, the thumbnail is showing, and the link to my photoblog works, but the errors as reported before persist. Quote:
Search Hilite, Hello Dolly. That's it!
__________________
Jeremy |
|
#20
|
||||
|
||||
|
ok I'm working on it but I think the problem is somewhere else.
( I found a bug in my codes right now.... )
__________________
Photoblog: http://pblog.raminia.com Powered by Pixelpost 1.7 |
| Post Reply |
| Thread Tools | |
|
|