• Hello I got following error with revolution slider

    Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(D:\INETPUB\VHOSTS\mumbai-freelancer.com\httpdocs/wp-content/http://www.mumbai-freelancer.com/wp-content/uploads/2013/06/seo.jpg) is not within the allowed path(s): (D:\INETPUB\VHOSTS\mumbai-freelancer.com\httpdocs\;C:\Windows\Temp) in D:\INETPUB\VHOSTS\mumbai-freelancer.com\httpdocs\wp-content\plugins\revslider\inc_php\revslider_slide.class.php on line 44

    I tried to deactivate revolution slider . but I could not do that. I deleted that from database and saved ,but it come back .

    How can I do that .I dont want to remove that completely. Please help

Viewing 4 replies - 1 through 4 (of 4 total)
  • I deleted that from database and saved ,but it come back .

    Does the plugin create its own table? If so, delete that table. BTW, where did you download that plugin from?

    Thread Starter Somnath Jadhav

    (@somnathjadhav)

    Hello Krishna ,

    Thanks for your quick reply.I found that problem is not with the revolution slider,its with upload folder ,thats why its giving error

    Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File………

    I read too many forums nothing found relevant. I have raised this issue to the host. Hope they will reply me soon.

    If you know how to handle above eroor ,please help.

    Thank you very much..

    Dear Somnath,
    I had the same issue with 2 websites.
    The fact is that i firstly ran the websites locally, used WP uploader to upload the images and then created a Revslider.
    Than I uploaded all the ready website to my Windows server (IIS 7, 2008RC2) and dumped the DB.
    I tried to solve the issue reading a lot of solutions from various forums, but for me nothing worked.
    I then realized that every image I uploaded with WP uploader is stored and treated like a post. And revslider takes the URL from that “post”(which is an image). In the DB, in wp_posts table, all the images had the “guid” field with the original uploading url which was like: http://localhost:8888/wp-content/uploads/yyyy/mm .
    So revslider got all those URLs when loading the images!
    I then did a find and replace batch with phpMyadmin and changed all the wrong strings, replacing “localhost:8888” with “www.mywebsite.com”.
    The batch code i had to run in mysql is:

    UPDATE wp_posts SET guid = replace(guid, 'localhost:8888', 'www.mywebsite.com')

    It worked for me like a charm.
    Let me know if it works for you!
    Bye
    Luca

    Thread Starter Somnath Jadhav

    (@somnathjadhav)

    Hello tairlanz,
    I deleted it somehow I don’t remember.I will try this next time.
    Thanks for your time.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Not able to deactivate Revolution Slider Plugin’ is closed to new replies.