Hi, how did you install the plugin?
Regards
Nickolas
Just via Add Plugins in admin, I believe. I am using an Uploader Instance, if that makes any difference, as detailed in my other question here.
Open a plugin php file from the plugin’s directory (e.g. loader.php). Do you see any blank lines between each line of code?
Nickolas
wfu_loader.php has blank lines.
Ok, can you please re-install the plugin from the zip file?
These blank lines are created because your web server interprets end-line characters differently than the plugin. The plugin uses CRLF (\r\n) as end-line characters. Some systems treat these two characters separately, so they create an extra blank line after each line of code. However this is not a problem.
The problem is with the last line of the php file (?>). This must be the last line of a PHP file. However, due to the previous issue, the web server adds an extra blank like after ?>. This creates “headers already sent” message.
Try to re-install the plugin from the zip file. If it shows the same problem, let me know.
Nickolas
I have wp-file-upload-pro, but don’t have my login info for your site. I actually worked with you to get it working with NextGen Gallery, and you gave me the pro version but I don’t think I ever got login info. Tried doing a pw reset with the email address I probably would have used, [email protected], but it didn’t work.
Can you give me a login to get the pro version for reinstalling?
Meanwhile, I did install the regular version via the zip file, and the errors returned right away. (They stopped after uninstalling, until reinstalled.)
Can you send me the zip file at [email protected] ?
Nickolas