URGENT – 500 error and site is down
-
my site has a 500 error and the developer working on edits thinks it is because he exceeded exceeded the PHP Memory Limit and he can’t gain access to the FTP to a WordPress.com site fix this. Please remove this code:
function colorlib_gettext_with_context( $translated_text, $untranslated_text, $domain ) {
if ( trim($translated_text) == ‘Leave a Reply’ ) {
$translated_text = ‘Join the conversation’;
}
return $translated_text;
}
add_filter( ‘gettext’, ‘colorlib_gettext_with_context’, 10, 3 );function colorlib_gettext_with_context( $translated_text, $untranslated_text, $domain ) {
if ( trim($translated_text) == ‘Enter your comment here…’ ) {
$translated_text = ‘Share your thoughts here…’;
}
return $translated_text;
}
add_filter( ‘gettext’, ‘colorlib_gettext_with_context’, 10, 3 );The blog I need help with is: (visible only to logged in users)
-
Hi @attentivemobile,
Convopay.com is not a WordPress.com site. I checked and it is registered with GoDaddy.com and is a WordPress.org self-hosted site.
The differences between WordPress.com and WordPress.org sites can be found here: https://en.support.wordpress.com/com-vs-org/You’ll need to contact GoDaddy.com to make changes. FYI, I did a quick search and found this page with information on limitations for PHP with GoDaddy, there are instructions on making changes to the limitations as well: https://www.godaddy.com/help/php-upload-limits-on-shared-hosting-1475
-
-
-
- The topic ‘URGENT – 500 error and site is down’ is closed to new replies.