sebestenyb
Forum Replies Created
-
I had the same issue, and turned out that in my case the issue was caused by a php setting, and that I used Mac to create the CSV.
I put the following lines in to the .htaccess:
php_flag auto_detect_line_endings On
Cheers, Sebi
Forum: Plugins
In reply to: [Social Connect] [Plugin: Social Connect] Curl not properly configuredI’d love to hear those fixes, as I just ran into issues related to
CURLOPT_FOLLOWLOCATION cannot be activated when safe_mode is enabled or an open_basedir is set
Forum: Plugins
In reply to: NextGen-Gallery Safe Mode stupidityIf you have a very resricted Safe mode, you must create all folder manually, there is no other way
there is only one little problem with this manual-folder-creation, that the thumbnail creation is unsuccessful too ??
strange, ‘cos the file upload works for me
Forum: Plugins
In reply to: NextGen-Gallery Safe Mode stupidityi think the whole safe mode check reworked since that post, i tried to add the
define('SAFE_MODE', FALSE);
line after the following part, since that seems the last part, where something overrides my SAFE mode definition, without any success. :S// get value for safe mode if ((gettype(ini_get('safe_mode')) == 'string')) { // if sever did in in a other way if (ini_get('safe_mode') == 'off') define('SAFE_MODE', FALSE); else define('SAFE_MODE', ini_get('safe_mode')); } else define('SAFE_MODE', ini_get('safe_mode'));
sebi
Forum: Plugins
In reply to: [Plugin: ICS Calendar] unterminated string literalno, for some reason if that JQuery string is too long, the special characters will be replaced by html entities. if you shorten the line, aka remove the $urlString from the code, it will show correctly the quote – but then the plugin won’t work ??