indiramm
Forum Replies Created
-
Forum: Plugins
In reply to: [Delightful Downloads] The specified file does not existThe same happens to me.
I can upload.
but select existing file is not working (it shows nothing at all) and if I paste an URL, it says existing file does not exist, even if it is a file I uploaded some minutes ago, for another download.
any ideas? I am cluelessForum: Fixing WordPress
In reply to: categories by date or issue-like magazine with keywords?well, first solution, probably not the most intelligent:
I will use categories, and order them by ID.
post the biggest ID at home.I am starting with pagination now, so I will get the rest. ??
Forum: Fixing WordPress
In reply to: put my blog content somewhere elseAny ideas?
Forum: Fixing WordPress
In reply to: Help with Wp-mail asking for passwordHi,
well, after messing around with everything, I wentback to the wget -N command in the cron object.
It is now working, that is, I send a mail to the secret account and the job is doing just fine.
the only flaw is that I am still geting a PERMISSION DENIED error log from the cron file but that’s it, it’s not dupplicating entries now, and it publishes them just fine, evenusing outlook with HTML messages. Still I think it should be easier to understand and configure, it took me quite some time to understand.
php /complete path/wp-mail-php won’t work I think because it shouldn’t be a path but a URL in order for the PHp of wp-mail to include the wp-config.php and the other file. else, it cann’t find (and this is only a guess) server path and dir path variables. I repeat, I’m only guessing, but that’s why I got a database error.
with the URL it didn’t work at all, I got a “cannot find input file”
so it just worked this way, setting permissions to 777 for wp-mail.php.
anyway, I hope this helps someone save a little time.
regards!Forum: Fixing WordPress
In reply to: problem with blogrollOk, I solved it.
it was all about the wp_list_bookmarks() tag.
What I did: open the bookmark-template.php at the includes directory and change:'title_li' => __('Bookmarks')
to'title_li' => ''
and also
'categorize' => 0
It changes and gives you a no title option for the blogroll.
thanks!
Indira