phpBB-3.0.0 register kayıt HATA!!
phpBB-3.0.RC5 den phpBB-3.0.0 güncelleme yaptım. RC5 teyken üye kayıtta problem yoktu. 3.0.0. geçtikten sonra malesef üye kaydı gerçekleşmiyor. Kabul ediyorum demenize rağmen sayfa gelmiyor.Sorunun sebebi dil dosyalarındanmı yoksa başka bir nedeni varmı.
Ayrıca test etmek için sıfırdan phpBB-3.0.0 kurdum. Eski yedeklerimi yükledim. Aynı sorun gene var. Daha öncede hem admin panele erişim yoktu hemde üye kayıtlarına. Şu anda admin panel erişimde sorun yok yeni üye kaydında sorun var
http://www.siyamiozkan.com.tr/forum/ucp ... e=register
phpBB-3.0.0 register kayıt HATA!!
Forum kuralları
- Yeni bir başlık açarken lütfen konu başlığına "Acil yardım", "Acele yardım" tarzlarında içerisinde "yardım" kelimesi geçen cümleler yazmayınız. Bu tip başlıklara kesinlikle cevap verilmeyecektir. Lütfen konu başlığına içeriği en iyi özetleyen anlaşılabilir bir cümle yazınız.
- Ayrıca yeni başlıklarınızı kesinlikle ilgili forumlara açınız. Örneğin, phpBB3 kurulum ve çalıştırması hakkında bir sorununuz varsa "3.0.x Destek Forumu" forumuna başlık açınız; phpBB3 temasından kaynaklı bir sorunuz varsa "3.0.x Stil/Tema Geliştirme & Tartışma & Yardım" forumuna başlık açınız; phpBB3 mod/eklentileriyle ilgili sorununuz varsa "3.0.x MOD Destek" forumuna başlık açınız. Bu kurala uymayan kullanıcıların başlıkları silinebilir ve kullanıcı uyarı alabilir ya da süresiz uzaklaştırılabilir.
- Site kurallarımızı okumadan kesinlikle forumlarımıza herhangi bir katılım yapmayınız.
- Yeni bir başlık açarken lütfen konu başlığına "Acil yardım", "Acele yardım" tarzlarında içerisinde "yardım" kelimesi geçen cümleler yazmayınız. Bu tip başlıklara kesinlikle cevap verilmeyecektir. Lütfen konu başlığına içeriği en iyi özetleyen anlaşılabilir bir cümle yazınız.
- Ayrıca yeni başlıklarınızı kesinlikle ilgili forumlara açınız. Örneğin, phpBB3 kurulum ve çalıştırması hakkında bir sorununuz varsa "3.0.x Destek Forumu" forumuna başlık açınız; phpBB3 temasından kaynaklı bir sorunuz varsa "3.0.x Stil/Tema Geliştirme & Tartışma & Yardım" forumuna başlık açınız; phpBB3 mod/eklentileriyle ilgili sorununuz varsa "3.0.x MOD Destek" forumuna başlık açınız. Bu kurala uymayan kullanıcıların başlıkları silinebilir ve kullanıcı uyarı alabilir ya da süresiz uzaklaştırılabilir.
- Site kurallarımızı okumadan kesinlikle forumlarımıza herhangi bir katılım yapmayınız.
- mc_kelleci
- Kayıtlı Kullanıcı
- Mesajlar: 626
- Kayıt: 01.09.2006, 19:51
- Konum: Konya
- İletişim:
Re: phpBB-3.0.0 register kayıt HATA!!
hosting firmanızdan kaynaklanan bir problem olabilir.bende yaşamıştım ama sonradan geçmişti kendiliğinden...
aklı olan okumasın sanayide iyi para veriyorlar 

Re: phpBB-3.0.0 register kayıt HATA!!
evet haklısın hosting ten kaynaklanan bir durum. Hostinge e-mail attım sorun çözüldü.mc_kelleci yazdı:hosting firmanızdan kaynaklanan bir problem olabilir.bende yaşamıştım ama sonradan geçmişti kendiliğinden...
Re: phpBB-3.0.0 register kayıt HATA!!
her ne kadar çözüldü desemde eski veritabanını atınca register kayıt+ admin panel kapanıyor. Bu hatayı daha öncede almıştım. 3.0.RC5 den 3.0.RC7 geçerken şu anda tekrar 3.0.RC5 e geri instanll database upload yaptım sorun yok. Sanırım şu anda kesin çözüm bulunana kadar 3.0.RC5 de kalmaya elimiz mahkum. Ne yaptıysam olmadı. Daha önce kayıtlı üyeler için hiç bir sorun yok. Ama admin panele erişilememesi ve yeni üye kaydı yapılamaması büyük sorun. İnş. çözüm bulunur. Geç gelen mutluluk gibi birşey. Muhahaha 

Re: phpBB-3.0.0 register kayıt HATA!!
bende de aynı sorun vard sanırım styledekı degisikliklerden oluyor su kodla duzeltmiştim bu kodu reset_style.php diye kaydet dizine at daha sonra http://www.siteadi.com/reset_style.php diye calistir orda iki secenek var ikisinide yap sorun duzelmesi lazım
Kod: Tümünü seç
<?php
/**
* @author: Highway of Life (http://phpbb.com)
* @version: $Id$
* $Date$
*/
define('IN_PHPBB', true);
$phpbb_root_path = (defined('PHPBB_ROOT_PATH')) ? PHPBB_ROOT_PATH : ((strpos(dirname($_SERVER['SCRIPT_NAME']), 'develop') !== false) ? './../' : './');
$phpEx = substr(strrchr(__FILE__, '.'), 1);
include($phpbb_root_path . 'common.' . $phpEx);
$user->session_begin();
$auth->acl($user->data);
$user->setup();
$purge_cache = (isset($_REQUEST['purge'])) ? true : false;
$set_prosilver = (isset($_REQUEST['set_style'])) ? true : false;
$this_page = $phpbb_root_path . $user->page['page_name'];
$msg = array(
'<a href="' . append_sid($this_page, 'purge=true') . '">Click Here to Clear the Style Cache</a>',
'<a href="' . append_sid($this_page, 'set_style=true') . '">Click Here to Reset your Default Style to prosilver</a>',
);
if ($purge_cache)
{
$sql = 'DELETE FROM ' . STYLES_TEMPLATE_DATA_TABLE . ' WHERE 1 = 1';
$db->sql_query($sql);
$cache->purge();
$msg[] = '<span style="color:green; font-weight:bold;">Template Data purged successfully</span>';
}
if ($set_prosilver)
{
if (!$user->data['is_registered'])
{
if ($user->data['is_bot'])
{
// the user is a bot, send them back to home plate...
redirect(append_sid("{$phpbb_root_path}index.$phpEx"));
}
// the user is not logged in, give them a chance to login here...
include($phpbb_root_path . 'includes/functions_content.' . $phpEx);
login_box('', 'LOGIN');
}
$sql = 'SELECT style_id
FROM ' . STYLES_TABLE . '
WHERE style_name = \'prosilver\'';
$result = $db->sql_query($sql);
$style_id = $db->sql_fetchfield('style_id');
$db->sql_freeresult($result);
if (!$style_id)
{
if ($auth->acl_get('a_'))
{
$sql = 'UPDATE ' . SESSIONS_TABLE . ' SET session_admin = 1 WHERE session_user_id = ' . $user->data['user_id'];
$db->sql_query($sql);
$u_acp = append_sid("{$phpbb_root_path}adm/index.$phpEx", false, true, $user->session_id);
$msg[] = '<span style="color:red; font-weight:bold;">[ Warning ] prosilver is not installed on your board</span>.<br />
<span style="color:green; font-weight:bold;">I have given you temporary access to the ACP: <a href="' . $u_acp . '">Click Here</a> to go to the ACP and install prosilver.</span> Use prosilver so that you can login to the ACP until your custom style has been fixed.';
}
else
{
$msg[] = '<span style="color:red; font-weight:bold;">[ WARNING ] You do not have Admin permissions and are therefore not allowed to access the ACP';
}
}
else
{
$sql = 'UPDATE ' . USERS_TABLE . ' SET user_style = ' . $style_id . ' WHERE user_id = ' . $user->data['user_id'];
$db->sql_query($sql);
$msg[] = '<span style="color:green; font-weight:bold;">Successfully reset your default style to prosilver</span>';
}
}
$msg_long_text = implode('<br /><br />', $msg) . '<br /><br /><span style="color:red; font-weight:bold;">Please delete this file (<em>' . $user->page['page_name'] . '</em>) when done.</span>';
trigger_error(false, E_USER_ERROR);
?>
Re: phpBB-3.0.0 register kayıt HATA!!
hhd yazdı:bende de aynı sorun vard sanırım styledekı degisikliklerden oluyor su kodla duzeltmiştim bu kodu reset_style.php diye kaydet dizine at daha sonra http://www.siteadi.com/reset_style.php diye calistir orda iki secenek var ikisinide yap sorun duzelmesi lazımKod: Tümünü seç
<?php /** * @author: Highway of Life (http://phpbb.com) * @version: $Id$ * $Date$ */ define('IN_PHPBB', true); $phpbb_root_path = (defined('PHPBB_ROOT_PATH')) ? PHPBB_ROOT_PATH : ((strpos(dirname($_SERVER['SCRIPT_NAME']), 'develop') !== false) ? './../' : './'); $phpEx = substr(strrchr(__FILE__, '.'), 1); include($phpbb_root_path . 'common.' . $phpEx); $user->session_begin(); $auth->acl($user->data); $user->setup(); $purge_cache = (isset($_REQUEST['purge'])) ? true : false; $set_prosilver = (isset($_REQUEST['set_style'])) ? true : false; $this_page = $phpbb_root_path . $user->page['page_name']; $msg = array( '<a href="' . append_sid($this_page, 'purge=true') . '">Click Here to Clear the Style Cache</a>', '<a href="' . append_sid($this_page, 'set_style=true') . '">Click Here to Reset your Default Style to prosilver</a>', ); if ($purge_cache) { $sql = 'DELETE FROM ' . STYLES_TEMPLATE_DATA_TABLE . ' WHERE 1 = 1'; $db->sql_query($sql); $cache->purge(); $msg[] = '<span style="color:green; font-weight:bold;">Template Data purged successfully</span>'; } if ($set_prosilver) { if (!$user->data['is_registered']) { if ($user->data['is_bot']) { // the user is a bot, send them back to home plate... redirect(append_sid("{$phpbb_root_path}index.$phpEx")); } // the user is not logged in, give them a chance to login here... include($phpbb_root_path . 'includes/functions_content.' . $phpEx); login_box('', 'LOGIN'); } $sql = 'SELECT style_id FROM ' . STYLES_TABLE . ' WHERE style_name = \'prosilver\''; $result = $db->sql_query($sql); $style_id = $db->sql_fetchfield('style_id'); $db->sql_freeresult($result); if (!$style_id) { if ($auth->acl_get('a_')) { $sql = 'UPDATE ' . SESSIONS_TABLE . ' SET session_admin = 1 WHERE session_user_id = ' . $user->data['user_id']; $db->sql_query($sql); $u_acp = append_sid("{$phpbb_root_path}adm/index.$phpEx", false, true, $user->session_id); $msg[] = '<span style="color:red; font-weight:bold;">[ Warning ] prosilver is not installed on your board</span>.<br /> <span style="color:green; font-weight:bold;">I have given you temporary access to the ACP: <a href="' . $u_acp . '">Click Here</a> to go to the ACP and install prosilver.</span> Use prosilver so that you can login to the ACP until your custom style has been fixed.'; } else { $msg[] = '<span style="color:red; font-weight:bold;">[ WARNING ] You do not have Admin permissions and are therefore not allowed to access the ACP'; } } else { $sql = 'UPDATE ' . USERS_TABLE . ' SET user_style = ' . $style_id . ' WHERE user_id = ' . $user->data['user_id']; $db->sql_query($sql); $msg[] = '<span style="color:green; font-weight:bold;">Successfully reset your default style to prosilver</span>'; } } $msg_long_text = implode('<br /><br />', $msg) . '<br /><br /><span style="color:red; font-weight:bold;">Please delete this file (<em>' . $user->page['page_name'] . '</em>) when done.</span>'; trigger_error(false, E_USER_ERROR); ?>
hdd harikasın teşekkür ederim sorun çözülmüştür. Emeğine sağlık.
Re: phpBB-3.0.0 register kayıt HATA!!
rica ederim dostum sevindim sorununun cozuldugune bende baya bi ugrasmıstım guncelleme icin3.0.0 kur tekrar rc5 kur
en sonun da bu kodları bulmusutum

Kimler çevrimiçi
Bu forumu görüntüleyen kullanıcılar: Ahrefs [Bot] ve 1 misafir