mheej
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] – Cannot add a galleryalex:
here’s i have the same error as thelastmuse. i cannot add a gallery because wordpress 2.7 is giving me this error:===============================================================
WordPress database error: [Unknown column ‘author’ in ‘field list’]
INSERT INTO wp_ngg_gallery (name, path, title, author) VALUES (‘naga-2008-christmas-party’, ‘wp-content/gallery/naga-2008-christmas-party’, ‘Naga 2008 Christmas Party ‘ , ‘1’)
===============================================================
the folders are being created on wp-content gallery but i cannot upload pictures on the new gallery because it’s not showing as one of the galleries on the drop down box. i have also checked my database(phpMyadmin) and it shows wp_ngg_gallery as one of the tables.i am using 1.0.2 version version of your nextgen gallery
looking forward for your help
thank youForum: Fixing WordPress
In reply to: [Plugin: NextGEN Gallery] slideshowupgraded to new version of nextgen and code works fine.
Forum: Fixing WordPress
In reply to: [Plugin: NextGEN Gallery] slideshowthe test website for this is as follows:
http://csibatch-86.com/mheejblog/index.php/welcome/test-slideshow/?album=1&gallery=3&show=slide
any help will really be appreciated.
thank you
Forum: Fixing WordPress
In reply to: [Plugin: NextGEN Gallery] slideshowjust to make it clear as to what my problem is
my slideshow is working fine but if i try
to post it somewhere else just as a slideshow,
it doesnt.Forum: Fixing WordPress
In reply to: [Plugin: NextGEN Gallery] slideshowi was looking at the php file with the current version i have on my database which is Version: 0.99.1 and i noticed that the slideshow pointer is not showing.
perhaps this is the reason why the slideshow is not working and i get the code itself showing on my page –> [slideshow=1] because it does not have anything to point to?
please let me know thank you
========================================================
// add database pointer
$wpdb->nggpictures = $wpdb->prefix . ‘ngg_pictures’;
$wpdb->nggallery = $wpdb->prefix . ‘ngg_gallery’;
$wpdb->nggalbum = $wpdb->prefix . ‘ngg_album’;
$wpdb->nggtags = $wpdb->prefix . ‘ngg_tags’;
$wpdb->nggpic2tags = $wpdb->prefix . ‘ngg_pic2tags’;
=========================================================
bumpForum: Fixing WordPress
In reply to: [Plugin: NextGEN Gallery] slideshowbump
Forum: Fixing WordPress
In reply to: Add post to static pages?go to your dashboard
then go to your settings
select reading
under front page display select either:
front page or posts page
for your homepagehope this helps
Forum: Fixing WordPress
In reply to: [Plugin: NextGEN Gallery] slideshowthank you mueller for replying
i checked your site and it does appear that it’s working
my problem with my site is that everything is working for my nextgen gallery for all of these:
For a album : [album=id,extend] or [album=id,compact]
For a gallery : [gallery=id]
For a single picture : [singlepic=id,width,height,mode,float]but the slide show [slideshow=id,width,height]does not work.
i wonder if deactivating and reactivating the plugin will do the trickForum: Fixing WordPress
In reply to: [Plugin: NextGEN Gallery] slideshowthank you for replying william
but what version of nextgen gallery are you using?
i am using version 0.99.1 and i dont have a nextgen icon when i try to open or create a new posting.where exactly should that icon be and do i have to install
the current version for it?Forum: Installing WordPress
In reply to: install localserver to new serverhi:
below is the error that im getting when i import my database to my site from xammp local folder.
please assist me in fixing this error. thank you=======================================================
Error
SQL query:# WordPress MySQL database backup
#
# Generated: Friday 7. November 2008 11:44 EST
# Hostname: localhost
# Database:wordpress
# ——————————————————–
# ——————————————————–
# Table:wp_comments
# ——————————————————–
#
# Delete any existing tablewp_comments
#
DROP TABLE IF EXISTSwp_comments;MySQL said:
#1046 – No database selected
Forum: Installing WordPress
In reply to: install localserver to new serverthank you for answering but i keep getting an error everytime i try the steps. am i missing something here?
forgive me but can you please provide me a step by step process on this. i am new to wordpress.
thank youForum: Plugins
In reply to: Problems with Collapsing Categories Pluginhi i am using wordpress 2.6.3 and i get this error when i apply the collapsing pages widget if i have this tree
pages> subpages> subsubpages
does anyone know how to fix this? please help. thank you
=====================================================================
Warning: Missing argument 7 for getSubPage(), called in C:\xampp\htdocs\wordpress\wordpress\wp-content\plugins\collapsing-pages\collapsPageList.php on line 59 and defined in C:\xampp\htdocs\wordpress\wordpress\wp-content\plugins\collapsing-pages\collapsPageList.php on line 29Warning: Missing argument 7 for getSubPage(), called in C:\xampp\htdocs\wordpress\wordpress\wp-content\plugins\collapsing-pages\collapsPageList.php on line 59 and defined in C:\xampp\htdocs\wordpress\wordpress\wp-content\plugins\collapsing-pages\collapsPageList.php on line 29
=====================================================================