Forum Replies Created

Viewing 3 replies - 46 through 48 (of 48 total)
  • Thread Starter godavid33

    (@godavid33)

    My site is currently live – I need to make a local installation for dev and debugging purposes. Is there a way to figure out what’s possibly causing the problem without using debug? I would like to wait till the end of the work day before making a backup of my installation

    Thread Starter godavid33

    (@godavid33)

    – I am on a dedicated server. Is there a specific file the anti-hotlinking setting will be in?

    – I cant find the upload path on the dashboard ?? Though I suspect this isn’t the problem since I can successfully add media.

    – wp-content was already set to 777 though I just changed it back to 755 for security reasons.

    – Uploading files works fine, the problem is files that already existed in the wp_posts database. Their guid paths didn’t change for a select few of them, even though most of them did change correctly.

    Thread Starter godavid33

    (@godavid33)

    I solved the problem.

    The function wp_template_ad echos the result. I was trying to store it in a variable and append it to the html. I needed to return it rather than echo it, and this fixed the problem in case anybody else decides to try something similar.

    Hope this helps someone – Cheers!
    Gabe

Viewing 3 replies - 46 through 48 (of 48 total)