• I am trying to import a tab-separated csv file into a table using the file upload option. I keep receiving the following error however:

    PHP Warning: file_get_contents(): open_basedir restriction in effect. File(C:\Windows\Temp\php41CA.tmp) is not within the allowed path(s): (c:\inetpub\wwwroot)
    in C:\inetpub\wwwroot\ProjectFolder\WordPress\wp-content\plugins\wp-table-reloaded\classes\import.class.php on line 82 PHP Warning: file_get_contents(C:\Windows\Temp\php41CA.tmp):
    failed to open stream: Operation not permitted in C:\inetpub\wwwroot\ProjectFolder\WordPress\wp-content\plugins\wp-table-reloaded\classes\import.class.php on line 82 PHP Warning:
    unlink(): open_basedir restriction in effect. File(C:\Windows\Temp\php41CA.tmp) is not within the allowed path(s): (c:\inetpub\wwwroot) in
    C:\inetpub\wwwroot\ProjectFolder\WordPress\wp-content\plugins\wp-table-reloaded\classes\import.class.php on line 271

    I am really confused as to the cause of this error. Any suggestions would be greatly appreciated.

The topic ‘wp-table-reloaded importing csv files’ is closed to new replies.