Wiki Chaves
Forum Replies Created
-
Forum: Plugins
In reply to: [Vote It Up] [Plugin: Vote It Up] Error: vote is not definedhere is an screenshot of my error
https://u.wikichaves.com/5e83c82ad70f1893733aff8cdda657b6.pngForum: Networking WordPress
In reply to: "Error establishing a database connection" adding new siteyeah!
2 plugins were causing the problem when “Network activation” was applied:
All in One SEO Pack: https://semperfiwebdesign.com/
Banner Rotator: https://tribulant.com/products/view/2/wordpress-banner-rotator-plugin
Thanks !
Forum: Networking WordPress
In reply to: "Error establishing a database connection" adding new sitei think is something with plugins
i’ve disabled all plugins, created a new site (https://revistadepunta.com/test2/) and workedI think my steps 7 & 8 should be donde in the oposite way
7) add a new site
8) enable plugins
thanks,
wikiForum: Networking WordPress
In reply to: "Error establishing a database connection" adding new sitehere is what is shows me now !
wp_8_posts: Table ‘dpunta_wrdp1.wp_8_posts’ doesn’t exist
wp_8_comments: Table ‘dpunta_wrdp1.wp_8_comments’ doesn’t exist
wp_8_links: Table ‘dpunta_wrdp1.wp_8_links’ doesn’t exist
wp_8_options: Table ‘dpunta_wrdp1.wp_8_options’ doesn’t exist
wp_8_postmeta: Table ‘dpunta_wrdp1.wp_8_postmeta’ doesn’t exist
wp_8_terms: Table ‘dpunta_wrdp1.wp_8_terms’ doesn’t exist
wp_8_term_taxonomy: Table ‘dpunta_wrdp1.wp_8_term_taxonomy’ doesn’t exist
wp_8_term_relationships: Table ‘dpunta_wrdp1.wp_8_term_relationships’ doesn’t exist
wp_8_commentmeta: Table ‘dpunta_wrdp1.wp_8_commentmeta’ doesn’t existForum: Networking WordPress
In reply to: "Error establishing a database connection" adding new siteOh, i didn’t seen that,
and how do i repair my DB ?
If i click on “Repail” it show me a sighn of “Updating SEO configuration options in database”any idea ?
Forum: Networking WordPress
In reply to: "Error establishing a database connection" adding new siteExactly !
Thanks for your help ??
Forum: Networking WordPress
In reply to: "Error establishing a database connection" adding new siteHi Andrea,
Yes, i went all the steps:
1) I’ve first “moved” mi WP installation to root directory since i had ir under /wordpress/ directory
2) i’ve changed my wordpress directory to match my site URL
3) disabled plugins
4) added define(‘WP_ALLOW_MULTISITE’, true); to wp-config
5) run Tools/Network install
6) Added lines to wp-config & .httaccess
7) enabled plugins
8) added a new site
The most surprising point is that anoying thing is that on my secondary site (https://revistadepunta.com/test/) it shows me “Error establishing a database connection” and the root site (https://revistadepunta.com) rusn OK
i have some experience installing multisite and WPMU, but i haven’t seen this kind of error before.
thanks !
wikiForum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] erase fields onFocusI’ve made a small corretion to this, to return the original value in case somebody leave the input blank.
$html = '<input type="text" name="' . $name . '" value="' . esc_attr( $value ) . '"' . $atts . 'onfocus="if(this.value==\'';
$html = $html . esc_attr( $value ) . '\') this.value=\'\';" onblur="if(this.value==\'\') this.value=\'' . esc_attr( $value ) . '\';" </textarea>';wiki
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] erase fields onFocusHi,
I’ve edited mudules/text.php and replaced Line 89 with this
$html = '<input type="text" name="' . $name . '" value="' . esc_attr( $value ) . '"' . $atts . 'onfocus="if(this.value==\'';
$html = $html . esc_attr( $value ) . '\') this.value=\'\';" onblur="if(this.value==\'\') this.value=\'' . '\';" </textarea>';
Cheers,
WikiForum: Plugins
In reply to: [WP eCommerce] [Plugin: WP e-Commerce] Single product page drops me 404Hi, no news here ??
I think this is a big issue !Forum: Plugins
In reply to: Cimy User Extra Fields in Multisite mode (WP 3.0)Ok, thanks !
I hoped that if the plugin was compatible with WPMU, it shoud be with WP 3.0 Multisite, but seems that some references has changed, right ?
I will change the harcoding till the plugin is fully compatible with 3.0 MS.
Thanks,
wikiForum: Plugins
In reply to: [Plugin: Post-Page-Associator] Get Associated Posts inside ThemesThanks Denis ??
Forum: Plugins
In reply to: [Plugin: TDO Mini Forms] custom taxonomiesIt would be great also if it colud submit custom posty types instead of just only “posts”
Forum: Plugins
In reply to: [Plugin: TDO Mini Forms] WordPress – drag widgets not working?same here !
i guess is some jQuery change form WP 3.0
Forum: Plugins
In reply to: [Plugin: Post-Page-Associator] Get Associated Posts inside ThemesHey , thanks a lot !
That worked right ??I’m still having the same at the botom of the page after the_content.
Is there any way to remove this without merging with the plugin ?
I`ve deleted the content inside the file “associated-posts.php”, but maybie there’s a better wayThanks,
Francisco