c-amar
Forum Replies Created
-
Ok. I see.
So I did find the “functions.php” I applied the following
update_option(‘siteurl’,’http://www.amar-international.com/wordpress);
update_option(‘home’,’http://www.amar-international.com/wordpress’);with the “wordpress”..loaded a couple of time and it gave me an error
Parese error: syntax error, unexpected ‘,’ in/data/10/0/141/114/793440/user/813114/htdocs/wordpress/wp-content/themes/redie-30/functions.php on line 2
Then when I removed this “update_option…” the company login loads, but again I cannot log into the dashboard.
Without the “wordpress” inserted in the URL, so below:
update_option(‘siteurl’,’http://www.amar-international.com’);
update_option(‘home’,’http://www.amar-international.com/’);I get this:
Parse error: syntax error, unexpected ‘,’ in /data/10/0/141/114/793440/user/813114/htdocs/wordpress/wp-content/themes/redie-30/functions.php on line 2esmi, I do not know what theme? Will it say in the directory?
so the root folder doesn’t have “Theme” functions.php.
The root folder does have “htdocs” folder. Inside this folder there is no “Themes” folder. There is a “wordpress” folder. Inside this “wordpress folder” there is no “Themes” folder. There is a “functions.php” as mentioned earlier. There is a folder called “wp-content” which does have “themes” folder, but no “functions.php”.
WPyogi & govpatel thank you so much for helping. I’m sure all of this could be resolved via phone tech support. But this forum will do. I’ll b on until this is resolved. Oh and I’ve backup up the FTP files.
oh yes of course.
update_option(‘siteurl’,’http://www.amar-international.com/wordpress);
update_option(‘home’,’http://www.amar-international.com/wordpress’);More specifically this is what I tried: (I did the edit function.php first)
– went into FileManager, then clicked on the “wordpress” folder
– clicked on the “wp-includes” and clicked on “functions.php”
– entered the following right after “<?php”update_option(‘siteurl’,’http://example.com/blog’);
update_option(‘home’,’http://example.com/blog’);saved this modification.
reloaded http://www.amar-international.com/wordpress/wp-login.php and it gave me a weird (not the same login page I remembered) login page. When I entered the username and password, the page loads to a page with the Home, About, Services, etc. all in a row; but when you click on any of them nothing happens.