My Sign in page dont work 2

Hi Aigars,

Im trying to reply your response.

I replaced all travelify theme file, but i dont know what i did wrong.

Now it is: 500 Internal Server Error when i log in :frowning:

Son.

Hi Aigars,
I tryed to send you my website, but my response didn’t show up.
My website is diemdencanho dot com ( i hope it work )
I hope you can look in to my website and teach me how to fix it.
Thank a lot,
Son.

I see that your site is working just fine now.

“500 Internal Server Error” means that your server crashed and not theme or WordPress. In case of theme failure you would see some fatal error which would look differently from this but this isn’t the case.

If you still get errors, check that is going on on your hosting account error log, there you will see what is going on. You can find error log in FTP root folder or inside cPanel of your hosting account.

amazing! it work.

Cuz yesterday, /wp-admin didn’t work, it was just a white page with nothing so i couldn’t loged in. When i read your response, i replace all theme file, after that i can loged in. But when published a new post, it showed the page with “500 Internal Server Error” immediately always. But today it work.

Anayway, i really like your theme. Thanks for your support.

Son.

Glad I could help.

In case you see this kind of errors in future, make sure to check log files in your hosting because usually there are more information on what went wrong rather than just 500 error that can be caused by thousands of different things.

Sorry about bothering you again! :slight_smile:

I change copyright information by your code, i change a little bit

<?php

// Replace copyright information from footer-extensions.php

// Remove old copyright text
add_action( ‘init’ , ‘remove_copyright’ , 15 );
function remove_copyright() {
remove_action( ‘travelify_footer’, ‘travelify_footer_info’, 30 );
}

// Add new copyright info
add_action( ‘travelify_footer’ , ‘new_footer_info’ , 30 );
function new_footer_info() {
$output = ‘Căn hộ Vista Verde’;
echo $output;
}

?>

i have 2 websites, one work, another after i update new version, it didnt work. I dont know something wrong.

How to fix it or could you give me another advise that i can change or customise easier!

I really like your theme so i use it with many website :).

Hope your response!

Son.

That mean i change

<div class=“copyright”>Your new copyright information</div>’;

By Hosted by WPEngine

Is it wrong !

Hey! i read your advise at the same case, but i paste this code in to functions.php ( name Theme functions )

Is it okey ?

oh. thanks