carthik
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Problem with 1.5.2 with regard to PHP’s “register_globals”Maybe you should try contacting the folks who wrote the logger, since we don’t know much about it, besides what you have let us know.
Forum: Fixing WordPress
In reply to: Line breaks in Custom Fieldshttps://www.ads-software.com/support/topic/29623
and some other forum/weblog posts have the answers.
Try searching using yahoo for “line breaks in custom fields wordpress” or similar.
Forum: Plugins
In reply to: Multiple plugins messing up SQL queryChuck the two plugins, after using them both to create the one super plugin that you need. Works all the time!
Forum: Themes and Templates
In reply to: Mac text editor for editing WP filesForum: Plugins
In reply to: referrers pluginForum: Plugins
In reply to: referrers pluginSearch the internets ??
Forum: Installing WordPress
In reply to: “Update Permalink Structure” doesn’t always.pineapplemike, getting the button to work is a different issue. Set the file’s (.htaccess) permissions right, and you can have auto-updated .htaccess files.
The question was essentially different.
Forum: Fixing WordPress
In reply to: page comment not activeHave you disabled comments for that particular page when you created it? Check in the Manage Pages administration page/menu.
Forum: Fixing WordPress
In reply to: import-blogger.php not workingIt could be that the import script cannot read the files that are supposed to be there?
Are you sure that blogger exported everything just right, onto your server? You can check to see if the entry files exist on your server.
Forum: Installing WordPress
In reply to: Trying to upload a file…any file.Hmm:
https://codex.www.ads-software.com/Changing_File_Permissionsis the best I can do for you,
you could also get in touch with your host and ask them about this permission problem.
Forum: Installing WordPress
In reply to: Trying to upload a file…any file.Alright then, does that directory “wp-content” have upload permissions set? (try 777 if all else fails, just to make sure it is not some weird problem, and then work your way down)
Forum: Fixing WordPress
In reply to: Problem with 1.5.2 with regard to PHP’s “register_globals”If
<?include_once($DOCUMENT_ROOT."/useronline/addonline.php");?>
is the only occurence, replace the line with
<?include_once("https://example.com/useronline/addonline.php");?>
where “example.com” should be replaced with the right url (the url of your site)
else replace the “DOCUMENT_ROOT” with what skippy suggested.
Skippy was suggesting a quickfix, and then suggesting that you can read up some references, only if you have the penchant for these things, else it is okay to skip the reading ??
Could you possibly check if the database of the name you have specified in wp-config.php still exists, and whether the password is right?
Depending on how good your hosting service is, they should be able to take of this for you.
Forum: Fixing WordPress
In reply to: RSS not updatingThe RSS feed is up to date, as far as I can see. It has the latest post you made.
If the podcasts directory listing is not getting updated with your post when you post to your blog, see if the podcast directory requires you to ping it.
If it on the other hand monitors some update service, then make sure you are pinging pingomatic.com.
The “options->writing” menu should help in both cases.
Forum: Fixing WordPress
In reply to: DashBoard Broke