Support Importer 1.6.1

Compatible XF Versions
xenforo_2.3.4

ice5192

Registered
I am having issues getting the importer working keep getting this error
That is the main root for the Invision Power Board

I have tried everything do i need to move Xen to the root directory and move the IPB 4 to another folder?
 

Attachments

  • error.png
    error.png
    62.9 KB · Views: 12
Solution
check your folder access permissions on your FTP, or the the file address is not correct...

Try this to found the absolute link :

You can get this information through the PHP super-global variable "$_SERVER['DOCUMENT_ROOT']".
To know its value, you must create a file with the extension .php and containing the following code:
PHP:
<?php
  echo $_SERVER["DOCUMENT_ROOT"]
?>
Place the file on your hosting (folder upload, in your case) and then indicate the address of the file in your internet browser (e.g.: http://www.mysite.com/my_file.php)

alodda

Registered
check your folder access permissions on your FTP, or the the file address is not correct...

Try this to found the absolute link :

You can get this information through the PHP super-global variable "$_SERVER['DOCUMENT_ROOT']".
To know its value, you must create a file with the extension .php and containing the following code:
PHP:
<?php
  echo $_SERVER["DOCUMENT_ROOT"]
?>
Place the file on your hosting (folder upload, in your case) and then indicate the address of the file in your internet browser (e.g.: http://www.mysite.com/my_file.php)
 
Solution
Back
Top Bottom