• I am unable to import my links. I looked online and have tried adding _blank to any blank fields but am getting.

    Warning: fopen() [function.fopen]: Filename cannot be empty in /home/surgerycenterres/public_html/wp-content/plugins/link-library/link-library-admin.php on line 1347

    Warning: Cannot modify header information – headers already sent by (output started at /home/surgerycenterres/public_html/wp-content/plugins/link-library/link-library-admin.php:1347) in /home/surgerycenterres/public_html/wp-includes/pluggable.php on line 1228

    I am hoping to email my .csv file so somebody can take a look.

    thanks.

    https://wordpress.org/plugins/link-library/

Viewing 1 replies (of 1 total)
  • Plugin Author Yannick Lefebvre

    (@jackdewey)

    Could be two things:

    – Your PHP configuration does not allow for uploads
    – The size of the file you are trying to upload is larger than max upload size configured in your php.ini

    You should first install a plugin like WordPress php.info and look for upload properties. The parameters of interest would be:

    file_uploadsile_uploads
    upload_max_filesize
    max_input_time
    memory_limit
    max_execution_time
    post_max_size

    Let me know if this helps and consider donating to support the plugin’s development.

Viewing 1 replies (of 1 total)
  • The topic ‘Unable to import links’ is closed to new replies.