if you have SSH you can run this command to correct the file ownership issues, you can also run this as a cron job to keep everything workign smooth.Thanks that answers why I could not edit/delete the plugins via the FTP. I noticed that the captcha stopped working about a week and a half ago so they must have disabled the freetype.
// Convert previously wrong encoded LNG vars
function icon_convert(&$item1, $key, $prefix)
{
$item1 = iconv("cp1251", "UTF-8", $item1);
}
array_walk($LNG, 'icon_convert', $LNG);
/*
// Convert previously wrong encoded LNG vars
function icon_convert(&$item1, $key, $prefix)
{
$item1 = iconv("cp1251", "UTF-8", $item1);
}
array_walk($LNG, 'icon_convert', $LNG);
*/
$LNG['charset'] = "iso-8859-1";
Thanks Mark will give your suggestions a go.if you have SSH you can run this command to correct the file ownership issues, you can also run this as a cron job to keep everything workign smooth.
Okay thanks. it had made it easier to work through members with it but can work without it.yes, DataTables have been removed ( the jquery in use for that caused to much issues on lists ) and it is now the standart manage member interface. However, if a future release we may code something new again
// Help prevent register_globals injection
error_reporting(E_ALL);
Thanks I will try this and get back to youFew things to troubleshoot.
1. did you selected correct currently installed version? if a wrong one is selected it throws a blank page ( php error ) as these updates allready exist in your database
2. in update.php put above this
That error means you have a plugin called languages, but it missing the languages folder inside it + english.php. On the other hand why do you have such thing on a fresh install?Thanks I will try this and get back to you
On another upgrade and a fresh install I got the following message Warning: include(plugins/languages/languages/english.php) [function.include]: failed to open stream: No such file or directory in /home/xxxxxxx/www/www/directory/index.php on line 132.
Thanks Basti added that but no messages were displayed the site seems to have upgraded so can I take it that there are no problems until I come across something?error_reporting(E_ALL);
Okay thanks are we supposed to have a languages plugin.That error means you have a plugin called languages, but it missing the languages folder inside it + english.php. On the other hand why do you have such thing on a fresh install?