Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • The 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 clueless

    Thread Starter indiramm

    (@indiramm)

    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. ??

    Thread Starter indiramm

    (@indiramm)

    Any ideas?

    Thread Starter indiramm

    (@indiramm)

    Hi,
    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!

    Thread Starter indiramm

    (@indiramm)

    Ok, 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

Viewing 5 replies - 1 through 5 (of 5 total)