Suranappar
Forum Replies Created
-
Forum: Plugins
In reply to: [New URL Mover] [Plugin: New URL Mover] functions.php problem** Can be removed **
Forum: Plugins
In reply to: [New URL Mover] [Plugin: New URL Mover] functions.php problemThis is my pressent plug-in list.
Active onces:
Akismet
Akismet Credit Inserter
ContentShare
Fast Secure Contact Form
GTranslate
New URL Mover
WangGuard
WordPress.com StatsInActive onces:
Akismet htaccess writer
W3 Total Cache
WordPress ImporterForum: Plugins
In reply to: [New URL Mover] [Plugin: New URL Mover] functions.php problemNot sure I got this right but.
Move https://suranappar.donk.in/site/
to
https://suranappar.donk.in/site2/
then run index.php
should be a working WordPress site and not just a text version?In that case it do not work.
All links in the new one goes to old location.Changed back to site again and it works, so I take it database did not get tuched at all.
Are there any known crashes or error due to other plug-ins?
I use www.remarpro.com Stats thinga, can that one affect any?And yah, I am about to move later on. I been moving a lot from free hosting to free hosting, and had to update the database with a text replacer for smoothies move. But sometimes it left old paths in database wich whould casue problems. I am soon to move to a pai hosting, thought this one could help me out and save some time.
Forum: Plugins
In reply to: Help very needed! wordpress.com stats plugin not workingI am not a wiz but do you have multiple WordPress.com accounts.
It could then be that you added this blog to the wrong account.As I understand it there is one unique per account.
Forum: Plugins
In reply to: [WordPress.com Stats] definitely counting my own visitsSo it was not just my mind then playing a trick.
Forum: Plugins
In reply to: [New URL Mover] [Plugin: New URL Mover] functions.php problemI do not know, without that line I do not get any errors. But I do not have any indication on what ever or not it works. Is there a simple way to check, part from moving the site?
Forum: Plugins
In reply to: [New URL Mover] [Plugin: New URL Mover] functions.php problemThis is from a file called error.log
[17-May-2011 08:13:07] PHP Fatal error: Call to undefined function apply_filters() in /home/suranapp/public_html/site/wp-includes/functions.php on line 324
[17-May-2011 08:13:12] PHP Fatal error: Call to undefined function apply_filters() in /home/suranapp/public_html/site/wp-includes/functions.php on line 324
[17-May-2011 08:14:15] PHP Fatal error: Call to undefined function apply_filters() in /home/suranapp/public_html/site/wp-includes/functions.php on line 324
[17-May-2011 08:14:19] PHP Fatal error: Call to undefined function apply_filters() in /home/suranapp/public_html/site/wp-includes/functions.php on line 324
[17-May-2011 13:58:09] PHP Fatal error: Call to undefined function apply_filters() in /home/suranapp/public_html/site/wp-includes/functions.php on line 325
[17-May-2011 13:59:53] PHP Fatal error: Call to undefined function site_url() in /home/suranapp/public_html/site/wp-includes/functions.php on line 1
[17-May-2011 14:02:05] PHP Fatal error: Call to undefined function apply_filters() in /home/suranapp/public_html/site/wp-includes/functions.php on line 325Forum: Plugins
In reply to: [New URL Mover] [Plugin: New URL Mover] functions.php problem<?php define(‘ROOT_URL’,get_option(‘home’)); ?>
<?php
/**
* Main WordPress APIResult
Fatal error: Call to undefined function apply_filters() in /home/suranapp/public_html/site/wp-includes/functions.php on line 325
===
<?php define(‘ROOT_URL’,site_url()); ?>
<?php
/**
* Main WordPress APIResult
Fatal error: Call to undefined function site_url() in /home/suranapp
/public_html/site/wp-includes/functions.php on line 1===
<?php define(‘ROOT_URL’,get_option(‘ROOT_URL’)); ?>
<?php
/**
* Main WordPress APIResult
Fatal error: Call to undefined function apply_filters() in /home/suranapp/public_html/site/wp-includes/functions.php on line 325