Amid
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Artists / Agencies Booking Themes/Plugins?Thanks for moving!
Forum: Fixing WordPress
In reply to: Artists / Agencies Booking Themes/Plugins?I didn′t find a better fitting forum.
There should be room for questions like this as well?Danke für die schnelle Antwort.
Im error log hab ich schon geschaut, da ist leider nichts, auch in den woo fatal errors ist nichts zu sehen.
Einfach nur whitescreen ohne Hinweise.
Und offenbar hat es eben was mit germanized zu tun, denn deaktiviere ich es, wird der checkout wieder angezeigt.Hallo,
ich hab ein ?hnliches Problem.
Und zwar hab ich unter gewissen Umst?nden im Checkout den Whitescreen.
Wenn ich WC Germanized deaktiviere klappt das mit dem Checkout wieder.
Irgendeinen Tipp woran das liegen kann?Leider wirft der errorlog nichts aus und ich verstehe auch nicht unter welchen Umst?nden das passiert.
Verwende die aktuelle Version 1.9.9
Danke
- This reply was modified 6 years, 7 months ago by Amid.
Forum: Plugins
In reply to: [XT Event Widget for Social Events] Why do I need an app?Got it working, seems simply the page_id was wrong :/
Forum: Plugins
In reply to: [XT Event Widget for Social Events] Why do I need an app?I tried setting this up but don′t really know how to configure this facebook app.
I entered the app credentials but cannot see anything.
When error logging the response i got an OAuthException:{“error”:{“message”:”(#100) Tried accessing nonexisting field (events) on node type (Event)”,”type”:”OAuthException”,”code”:100,”fbtrace_id”:”B2pLm\/df3Vl”}}
What′s wrong?
ThanksHi Curtis,
i found the field but it seems i can only enter either 99999 or 99999-9999 into that custom mask field.
I′ll see if updating solves the issue.
It′s not possible to have both 2.9.x AND 3.x forms in one installation?
Would be handy to test the new way and eventually keep the old form.Thank you!
Forum: Fixing WordPress
In reply to: 500 internal server errorDid you check if your .htaccess file is allright?
Forum: Fixing WordPress
In reply to: No customer receiptWhich plugin do you use? You should probably better ask at the support forum of the plugin.
Forum: Fixing WordPress
In reply to: insert image and after media library don't workdoes the filename have special characters?
Forum: Networking WordPress
In reply to: ipad localhost testing with multisiteThey are because the site works, just not from my ipad locally when using the pc′s IP :/
Forum: Networking WordPress
In reply to: ipad localhost testing with multisiteThanks but it didn′t change anything.
I have this in my my wp-config.phpdefine('DB_HOST', '0.0.0.0');
and this in the my.ini
bind-address="0.0.0.0"
Restarted but still get an error:
Error establishing a database connection This either means that the username and password information in your wp-config.php file is incorrect or we can’t contact the database server at 0.0.0.0. This could mean your host’s database server is down.
really annoying problem, here′s a quick fix:
in loco-admin.php, find this function and replace it with this version:
private static function find_recursive( $dir, $pattern, $options, array $found ){ // collect files in this directory level $found = self::find_grouped( $dir.$pattern, GLOB_NOSORT|$options, $found ); // recurse to subdirectories $sub = glob( $dir.'/*', GLOB_ONLYDIR|GLOB_NOSORT ); if( is_array($sub) ){ foreach( $sub as $dir ){ if (stripos($dir, 'node_modules') === false) { $found = self::find_recursive( $dir, $pattern, $options, $found ); } } } return $found; }
Forum: Plugins
In reply to: [Polylang] Remove subfolder for default languageperfect! thanks!
Forum: Fixing WordPress
In reply to: get the id of one custom post type item for navresolved ??