majo_wordpress
Forum Replies Created
-
Forum: Plugins
In reply to: [Google Forms] Cannot show WP GF settings – error 500Ok, I just send it to your email.
Forum: Plugins
In reply to: [Google Forms] Cannot show WP GF settings – error 500Mike, if you want, i can prepare a special subdomain for you on my webhosting with new instalation of English WordPress and of course with FTP access. I think that it will be the best to determine the cause of problem with 505 error.
Is it possible send you PM about access information?
Forum: Plugins
In reply to: [Google Forms] Cannot show WP GF settings – error 500I added your code to wp-config. I have WordPress still in English. This is part of my actual wp-config:
/** * For developers: WordPress debugging mode. * * Change this to true to enable the display of notices during development. * It is strongly recommended that plugin and theme developers use WP_DEBUG * in their development environments. */ define('WP_DEBUG', true); // or false if (WP_DEBUG) { define('WP_DEBUG_LOG', true); ini_set('display_errors', 'on'); error_reporting(E_STRICT | E_ALL); define('SAVEQUERIES', true); define('SCRIPT_DEBUG', true); error_log('Debug On!') ; } /* That's all, stop editing! Happy blogging. */I replicate error but the debug.log file is not created in the wp-content directory. What is wrong?
Forum: Plugins
In reply to: [Google Forms] Cannot show WP GF settings – error 500I changed ‘WPLANG’ in wp-config.php to correct English string (“define ‘WPLANG’, ‘cs_CZ'” to “define ‘WPLANG’, ‘en_US'”). My WordPress site is completely in English. I this case problem also still persists.
Forum: Plugins
In reply to: [Google Forms] Cannot show WP GF settings – error 500OK, I can give you access to my WP Dashboard. But I have WordPress in Czech Language. I can also send you phpinfo output, if you want.
Forum: Plugins
In reply to: [Google Forms] Cannot show WP GF settings – error 500I switch to Twenty Eleven theme, problem persists. I have PHP Version 5.2.17.