crashguru
Forum Replies Created
-
Sorry, I know what I was wrong. One must open the file with //localhost/…/installer.php not with C:\xamp\htdocs\…/installer.php
Forum: Plugins
In reply to: [GEO my WP] Map dsipaly and search form doesnt workThanks!
Forum: Plugins
In reply to: [Store Locator Plus?] Error message on activation: Header not validNo, 3.8.6 activation works fine.
Yes, Pro Pack installed.Forum: Plugins
In reply to: [Store Locator Plus?] Can't set width and Height of map.I put it in two installations and it works. May be it depends also on the Theme.
Forum: Plugins
In reply to: [Store Locator Plus?] Can't set width and Height of map.You can fix the bug by putting this code in the General Settings> Custom CSS box (ProPack)or in your page header:
#map_table_cell {width:645px !important;}
#map {width:645px !important;}
Change the width to your needs.Forum: Plugins
In reply to: [Store Locator Plus?] Can't set width and Height of map.I have a multi-site installation. In one site the map is only about 10px wide, but I cant see any difference in the map settings.
in both versions 3.7. and 3.8.5.I cant find something in the error log, but may be this message, when activating the plugin helps:
Fatal error: Call-time pass-by-reference has been removed in C:\xampp\htdocs\wordpress\wp-content\plugins\custom-content-by-country\content-by-country.php on line 399Forum: Plugins
In reply to: [Store Locator Plus?] New Google Maps V3 APIDont you think you should mention the version exactly where you require the Google API key?
Forum: Fixing WordPress
In reply to: Cant retrieve field valueThanks!
Forum: Fixing WordPress
In reply to: Cant retrieve field valueThis code appears to have the right syntax, but always returns 20000, no matter what the price is.
global $wpdb;$tbl_ads = $wpdb->prefix . "awpcp_ads"; $my_result = $wpdb->get_var( "SELECT ad_item_price FROM ".$tbl_ads); echo $my_result;
I am running out of ideas …
Forum: Fixing WordPress
In reply to: Cant retrieve field valueThe guy from the AWPCP plugin tries to hold back as much info from his paying customer as he can. At least I learned that the price data is not in a post or page.
I found a query in one of their files re. the ad_item_price and wanted to try this codeglobal $wpdb; $tbl_ads = $wpdb->prefix . "awpcp_ads"; $my_result = $wpdb->get_var( "SELECT ad_item_price FROM ".$tbl_ads."); echo $my_result;
, but it gives a parser error “unexpected end of file”. I cant figure out what is wrong with it.
Help please !
Forum: Fixing WordPress
In reply to: Cant retrieve field valueI made a mistake,
var_dump($adbudget);
returnsstring(0) ""
Forum: Fixing WordPress
In reply to: Cant retrieve field valueThe var_damp returns bool(false) and yes, that is the plugin.
Thank you for the quick reply gentlemen!
Please stay with me… ??I donwloaded my Xcloner backup file and exported>>imported the missing tables.
Thank you very much!Thanks, no apparently they dont exist.