Score: 5.00 Votes: 1
rate this

Problems with WBW

Starter: mistr@l Posted: 16 years ago Views: 1.2K
#4195859
Lvl 51
I have problems connecting to wbw and when I'm connected I can not see the topics and I receive these messages:


Warning (2): unlink(/var/www/wbwv5/app/tmp/cache/models/cake_model_default__users) [function.unlink]: No such file or directory [CORE/cake/libs/file.php, line 292]

Code

unlink - [internal], line ??
File::delete() - CORE/cake/libs/file.php, line 292
FileEngine::read() - CORE/cake/libs/cache/file.php, line 171
Cache::read() - CORE/cake/libs/cache.php, line 306
DataSource::__cacheDescription() - CORE/cake/libs/model/datasources/datasource.php, line 396
DataSource::describe() - CORE/cake/libs/model/datasources/datasource.php, line 247
DboMysql::describe() - CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 440
Model::schema() - CORE/cake/libs/model/model.php, line 872
Model::setSource() - CORE/cake/libs/model/model.php, line 752
Model::__construct() - CORE/cake/libs/model/model.php, line 409
ClassRegistry::init() - CORE/cake/libs/class_registry.php, line 134
Controller::loadModel() - CORE/cake/libs/controller/controller.php, line 478
Controller::constructClasses() - CORE/cake/libs/controller/controller.php, line 432
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 224
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 211
[main] - APP/webroot/index.php, line 89

Warning (2): Cannot modify header information - headers already sent by (output started at /var/www/wbwv5/cake/basics.php:111) [CORE/cake/libs/controller/components/cookie.php, line 364]

Code | Context

$name = "[resultperpage]"
$value = "20"

setcookie - [internal], line ??
CookieComponent::__write() - CORE/cake/libs/controller/components/cookie.php, line 364
CookieComponent::write() - CORE/cake/libs/controller/components/cookie.php, line 209
AppController::LoginFunction() - APP/app_controller.php, line 460
AppController::AutoLogin() - APP/app_controller.php, line 228
AppController::beforeFilter() - APP/app_controller.php, line 65
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 226
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 211
[main] - APP/webroot/index.php, line 89

Warning (2): Cannot modify header information - headers already sent by (output started at /var/www/wbwv5/cake/basics.php:111) [CORE/cake/libs/controller/controller.php, line 615]

Code | Context

$status = "Location: http://whatboyswant.com/buddy_status/accept/?redirect=%2Fbuddylist%2F"

header - [internal], line ??
Controller::header() - CORE/cake/libs/controller/controller.php, line 615
Controller::redirect() - CORE/cake/libs/controller/controller.php, line 596
MessagesController::buddy() - APP/controllers/messages_controller.php, line 342
Object::dispatchMethod() - CORE/cake/libs/object.php, line 119
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 245
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 211
[main] - APP/webroot/index.php, line 89



I hope Diz can help me
#4195860
Lvl 37
Yeah, I'm getting the same thing.

The Dutchies must be tweaking the code.
#4195861
Lvl 15
Just slow for me today.
#4195862
Lvl 17
I'm barely able to use the site - took me about 10 minutes to even be able to log in
#4195863
Lvl 24
Diz must be sleeping...

http://www.chrisrue.com/funcave/graphics/man_hamster_wheel_lg_nwm.gif
#4195864
All better! Diz saved the day!
#4195865
Lvl 26
seems there are still some issues with chewbacca.. damn Wookiee is always giving me troubles.

#4195866
Lvl 51
all working great now... thx Diz
#4195867
Lvl 7
I was having the same problem, looks like its ok now, but when I try to open the cars of last week, they dont apper for some reason
#4195868
Quote:
Originally posted by dsult

I was having the same problem, looks like its ok now, but when I try to open the cars of last week, they dont apper for some reason




Cars?!?

#4195869
Lvl 59
I didn't know, until just now, that chewbacca is left-handed.
#4195870
Lvl 26
Quote:
Originally posted by EricLindros

I didn't know, until just now, that chewbacca is left-handed.


Everyday you learn something new.
#4195871
Lvl 51
Problems back... this message appears when i try to upload some picture here


Warning (512): SQL Error: 2013: Lost connection to MySQL server during query [CORE/cake/libs/model/datasources/dbo_source.php, line 514]

Code | Context

$sql = "INSERT INTO XFposts (userid, title, msg, type, catid, replyid, views, status, changed, lastpostdate, date, lastpostid, ip, haspoll) VALUES ('40141', '', '

', 'R', '25', '4759587','0', '0', 'N', NOW(), NOW(), '40141', '200.92.86.229', 'N'"
$error = "2013: Lost connection to MySQL server during query"
$out = null

$out = null;
if ($error) {
trigger_error("<span style = "color:Red;text-align:left"><b>SQL Error:</b> {$this->error}</span>", E_USER_WARNING);

DboSource::showQuery() - CORE/cake/libs/model/datasources/dbo_source.php, line 514
DboSource::execute() - CORE/cake/libs/model/datasources/dbo_source.php, line 201
DboSource::fetchAll() - CORE/cake/libs/model/datasources/dbo_source.php, line 337
DboSource::query() - CORE/cake/libs/model/datasources/dbo_source.php, line 221
Model::query() - CORE/cake/libs/model/model.php, line 2285
Forum::InsertPost() - APP/models/forum.php, line 513
ForumController::create() - APP/controllers/forum_controller.php, line 1247
Object::dispatchMethod() - CORE/cake/libs/object.php, line 119
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 245
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 211
[main] - APP/webroot/index.php, line 89

Query: INSERT INTO XFposts (userid, title, msg, type, catid, replyid, views, status, changed, lastpostdate, date, lastpostid, ip, haspoll) VALUES ('40141', '', ' ', 'R', '25', '4759587','0', '0', 'N', NOW(), NOW(), '40141', '200.92.86.229', 'N'

Warning (512): SQL Error: 2006: MySQL server has gone away [CORE/cake/libs/model/datasources/dbo_source.php, line 514]

Code | Context

$sql = "SELECT LAST_INSERT_ID() AS insertid"
$error = "2006: MySQL server has gone away"
$out = null

$out = null;
if ($error) {
trigger_error("<span style = "color:Red;text-align:left"><b>SQL Error:</b> {$this->error}</span>", E_USER_WARNING);

DboSource::showQuery() - CORE/cake/libs/model/datasources/dbo_source.php, line 514
DboSource::execute() - CORE/cake/libs/model/datasources/dbo_source.php, line 201
DboSource::fetchAll() - CORE/cake/libs/model/datasources/dbo_source.php, line 337
DboSource::query() - CORE/cake/libs/model/datasources/dbo_source.php, line 221
Model::query() - CORE/cake/libs/model/model.php, line 2285
Forum::InsertPost() - APP/models/forum.php, line 515
ForumController::create() - APP/controllers/forum_controller.php, line 1247
Object::dispatchMethod() - CORE/cake/libs/object.php, line 119
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 245
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 211
[main] - APP/webroot/index.php, line 89

Query: SELECT LAST_INSERT_ID() AS insertid

Query: SELECT count(*) AS files FROM XFfile WHERE topicid = '4759587'

Query: SELECT count(*) AS posts FROM XFposts WHERE replyid = '4759587' AND type = 'R'

Query: SELECT date, userid FROM XFposts WHERE replyid = '4759587' OR id = '4759587' ORDER BY id DESC LIMIT 1

Query: UPDATE XFposts SET modified = modified, lastpostdate = '', lastpostid = '', num_reply = '', topic_files = '' WHERE id = '4759587' AND (type = 'T' OR type = 'S'

Query: SELECT count(*) AS replies FROM XFposts WHERE catid = '25' AND type = 'R'

Query: SELECT count(*) AS topics FROM XFposts WHERE catid = '25' AND (type = 'T' OR type = 'S'

Query: SELECT a.lastpostdate, a.lastpostid, a.id, a.num_reply FROM XFposts AS a WHERE a.catid = '25' AND (a.type = 'T' OR a.type = 'S' ORDER BY a.lastpostdate DESC LIMIT 1

Query: UPDATE XFcategory SET num_reply = '', num_topic = '', lastuserid = '', lastpostdate = '', lasttopicid = '', lastnum_replies = '' WHERE id = '25'

Query: SELECT * FROM Users WHERE id = '40141' LIMIT 1

Query: SELECT count(*) FROM XFposts WHERE userid = ''

Notice (8): Undefined index: car_pics [APP/models/user.php, line 659]

Code | Context

$user = array(
array(
"Users" => array()
)
)
$sqlupdate = ", forum_comm = ''"
$numfposts = false


// calc score and new status.
$score = (int)($user[0]['Users']['car_pics'] * 2) + ($user[0]['Users']['babe_pics'] * 2) + ($user[0]['Users']['babe_comm'] * 1) + ($user[0]['Users']['car_comm'] * 1) + ($user[0]['Users']['news_comm'] * 1) + ($user[0]['Users']['forum_comm'] * 1) + ($user[0]['Users']['votes_babe'] * 0.1) + ($user[0]['Users']['votes_car'] * 0.1) + ($user[0]['Users']['babe_movies'] * 15) + ($user[0]['Users']['movie_comm'] * 1) + ($user[0]['Users']['poll_comm'] * 1);

User::CalculateStatus() - APP/models/user.php, line 659
ForumController::RefreshUsers() - APP/controllers/forum_controller.php, line 1784
ForumController::create() - APP/controllers/forum_controller.php, line 1262
Object::dispatchMethod() - CORE/cake/libs/object.php, line 119
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 245
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 211
[main] - APP/webroot/index.php, line 89

Notice (8): Undefined index: babe_pics [APP/models/user.php, line 659]

Code | Context

$user = array(
array(
"Users" => array()
)
)
$sqlupdate = ", forum_comm = ''"
$numfposts = false


// calc score and new status.
$score = (int)($user[0]['Users']['car_pics'] * 2) + ($user[0]['Users']['babe_pics'] * 2) + ($user[0]['Users']['babe_comm'] * 1) + ($user[0]['Users']['car_comm'] * 1) + ($user[0]['Users']['news_comm'] * 1) + ($user[0]['Users']['forum_comm'] * 1) + ($user[0]['Users']['votes_babe'] * 0.1) + ($user[0]['Users']['votes_car'] * 0.1) + ($user[0]['Users']['babe_movies'] * 15) + ($user[0]['Users']['movie_comm'] * 1) + ($user[0]['Users']['poll_comm'] * 1);

User::CalculateStatus() - APP/models/user.php, line 659
ForumController::RefreshUsers() - APP/controllers/forum_controller.php, line 1784
ForumController::create() - APP/controllers/forum_controller.php, line 1262
Object::dispatchMethod() - CORE/cake/libs/object.php, line 119
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 245
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 211
[main] - APP/webroot/index.php, line 89

Notice (8): Undefined index: babe_comm [APP/models/user.php, line 659]

Code | Context

$user = array(
array(
"Users" => array()
)
)
$sqlupdate = ", forum_comm = ''"
$numfposts = false


// calc score and new status.
$score = (int)($user[0]['Users']['car_pics'] * 2) + ($user[0]['Users']['babe_pics'] * 2) + ($user[0]['Users']['babe_comm'] * 1) + ($user[0]['Users']['car_comm'] * 1) + ($user[0]['Users']['news_comm'] * 1) + ($user[0]['Users']['forum_comm'] * 1) + ($user[0]['Users']['votes_babe'] * 0.1) + ($user[0]['Users']['votes_car'] * 0.1) + ($user[0]['Users']['babe_movies'] * 15) + ($user[0]['Users']['movie_comm'] * 1) + ($user[0]['Users']['poll_comm'] * 1);

User::CalculateStatus() - APP/models/user.php, line 659
ForumController::RefreshUsers() - APP/controllers/forum_controller.php, line 1784
ForumController::create() - APP/controllers/forum_controller.php, line 1262
Object::dispatchMethod() - CORE/cake/libs/object.php, line 119
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 245
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 211
[main] - APP/webroot/index.php, line 89

Notice (8): Undefined index: car_comm [APP/models/user.php, line 659]

Code | Context

$user = array(
array(
"Users" => array()
)
)
$sqlupdate = ", forum_comm = ''"
$numfposts = false


// calc score and new status.
$score = (int)($user[0]['Users']['car_pics'] * 2) + ($user[0]['Users']['babe_pics'] * 2) + ($user[0]['Users']['babe_comm'] * 1) + ($user[0]['Users']['car_comm'] * 1) + ($user[0]['Users']['news_comm'] * 1) + ($user[0]['Users']['forum_comm'] * 1) + ($user[0]['Users']['votes_babe'] * 0.1) + ($user[0]['Users']['votes_car'] * 0.1) + ($user[0]['Users']['babe_movies'] * 15) + ($user[0]['Users']['movie_comm'] * 1) + ($user[0]['Users']['poll_comm'] * 1);

User::CalculateStatus() - APP/models/user.php, line 659
ForumController::RefreshUsers() - APP/controllers/forum_controller.php, line 1784
ForumController::create() - APP/controllers/forum_controller.php, line 1262
Object::dispatchMethod() - CORE/cake/libs/object.php, line 119
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 245
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 211
[main] - APP/webroot/index.php, line 89

Notice (8): Undefined index: news_comm [APP/models/user.php, line 659]

Code | Context

$user = array(
array(
"Users" => array()
)
)
$sqlupdate = ", forum_comm = ''"
$numfposts = false


// calc score and new status.
$score = (int)($user[0]['Users']['car_pics'] * 2) + ($user[0]['Users']['babe_pics'] * 2) + ($user[0]['Users']['babe_comm'] * 1) + ($user[0]['Users']['car_comm'] * 1) + ($user[0]['Users']['news_comm'] * 1) + ($user[0]['Users']['forum_comm'] * 1) + ($user[0]['Users']['votes_babe'] * 0.1) + ($user[0]['Users']['votes_car'] * 0.1) + ($user[0]['Users']['babe_movies'] * 15) + ($user[0]['Users']['movie_comm'] * 1) + ($user[0]['Users']['poll_comm'] * 1);

User::CalculateStatus() - APP/models/user.php, line 659
ForumController::RefreshUsers() - APP/controllers/forum_controller.php, line 1784
ForumController::create() - APP/controllers/forum_controller.php, line 1262
Object::dispatchMethod() - CORE/cake/libs/object.php, line 119
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 245
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 211
[main] - APP/webroot/index.php, line 89

Notice (8): Undefined index: votes_babe [APP/models/user.php, line 659]

Code | Context

$user = array(
array(
"Users" => array()
)
)
$sqlupdate = ", forum_comm = ''"
$numfposts = false


// calc score and new status.
$score = (int)($user[0]['Users']['car_pics'] * 2) + ($user[0]['Users']['babe_pics'] * 2) + ($user[0]['Users']['babe_comm'] * 1) + ($user[0]['Users']['car_comm'] * 1) + ($user[0]['Users']['news_comm'] * 1) + ($user[0]['Users']['forum_comm'] * 1) + ($user[0]['Users']['votes_babe'] * 0.1) + ($user[0]['Users']['votes_car'] * 0.1) + ($user[0]['Users']['babe_movies'] * 15) + ($user[0]['Users']['movie_comm'] * 1) + ($user[0]['Users']['poll_comm'] * 1);

User::CalculateStatus() - APP/models/user.php, line 659
ForumController::RefreshUsers() - APP/controllers/forum_controller.php, line 1784
ForumController::create() - APP/controllers/forum_controller.php, line 1262
Object::dispatchMethod() - CORE/cake/libs/object.php, line 119
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 245
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 211
[main] - APP/webroot/index.php, line 89

Notice (8): Undefined index: votes_car [APP/models/user.php, line 659]

Code | Context

$user = array(
array(
"Users" => array()
)
)
$sqlupdate = ", forum_comm = ''"
$numfposts = false


// calc score and new status.
$score = (int)($user[0]['Users']['car_pics'] * 2) + ($user[0]['Users']['babe_pics'] * 2) + ($user[0]['Users']['babe_comm'] * 1) + ($user[0]['Users']['car_comm'] * 1) + ($user[0]['Users']['news_comm'] * 1) + ($user[0]['Users']['forum_comm'] * 1) + ($user[0]['Users']['votes_babe'] * 0.1) + ($user[0]['Users']['votes_car'] * 0.1) + ($user[0]['Users']['babe_movies'] * 15) + ($user[0]['Users']['movie_comm'] * 1) + ($user[0]['Users']['poll_comm'] * 1);

User::CalculateStatus() - APP/models/user.php, line 659
ForumController::RefreshUsers() - APP/controllers/forum_controller.php, line 1784
ForumController::create() - APP/controllers/forum_controller.php, line 1262
Object::dispatchMethod() - CORE/cake/libs/object.php, line 119
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 245
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 211
[main] - APP/webroot/index.php, line 89

Notice (8): Undefined index: babe_movies [APP/models/user.php, line 659]

Code | Context

$user = array(
array(
"Users" => array()
)
)
$sqlupdate = ", forum_comm = ''"
$numfposts = false


// calc score and new status.
$score = (int)($user[0]['Users']['car_pics'] * 2) + ($user[0]['Users']['babe_pics'] * 2) + ($user[0]['Users']['babe_comm'] * 1) + ($user[0]['Users']['car_comm'] * 1) + ($user[0]['Users']['news_comm'] * 1) + ($user[0]['Users']['forum_comm'] * 1) + ($user[0]['Users']['votes_babe'] * 0.1) + ($user[0]['Users']['votes_car'] * 0.1) + ($user[0]['Users']['babe_movies'] * 15) + ($user[0]['Users']['movie_comm'] * 1) + ($user[0]['Users']['poll_comm'] * 1);

User::CalculateStatus() - APP/models/user.php, line 659
ForumController::RefreshUsers() - APP/controllers/forum_controller.php, line 1784
ForumController::create() - APP/controllers/forum_controller.php, line 1262
Object::dispatchMethod() - CORE/cake/libs/object.php, line 119
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 245
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 211
[main] - APP/webroot/index.php, line 89

Notice (8): Undefined index: movie_comm [APP/models/user.php, line 659]

Code | Context

$user = array(
array(
"Users" => array()
)
)
$sqlupdate = ", forum_comm = ''"
$numfposts = false


// calc score and new status.
$score = (int)($user[0]['Users']['car_pics'] * 2) + ($user[0]['Users']['babe_pics'] * 2) + ($user[0]['Users']['babe_comm'] * 1) + ($user[0]['Users']['car_comm'] * 1) + ($user[0]['Users']['news_comm'] * 1) + ($user[0]['Users']['forum_comm'] * 1) + ($user[0]['Users']['votes_babe'] * 0.1) + ($user[0]['Users']['votes_car'] * 0.1) + ($user[0]['Users']['babe_movies'] * 15) + ($user[0]['Users']['movie_comm'] * 1) + ($user[0]['Users']['poll_comm'] * 1);

User::CalculateStatus() - APP/models/user.php, line 659
ForumController::RefreshUsers() - APP/controllers/forum_controller.php, line 1784
ForumController::create() - APP/controllers/forum_controller.php, line 1262
Object::dispatchMethod() - CORE/cake/libs/object.php, line 119
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 245
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 211
[main] - APP/webroot/index.php, line 89

Notice (8): Undefined index: poll_comm [APP/models/user.php, line 659]

Code | Context

$user = array(
array(
"Users" => array()
)
)
$sqlupdate = ", forum_comm = ''"
$numfposts = false


// calc score and new status.
$score = (int)($user[0]['Users']['car_pics'] * 2) + ($user[0]['Users']['babe_pics'] * 2) + ($user[0]['Users']['babe_comm'] * 1) + ($user[0]['Users']['car_comm'] * 1) + ($user[0]['Users']['news_comm'] * 1) + ($user[0]['Users']['forum_comm'] * 1) + ($user[0]['Users']['votes_babe'] * 0.1) + ($user[0]['Users']['votes_car'] * 0.1) + ($user[0]['Users']['babe_movies'] * 15) + ($user[0]['Users']['movie_comm'] * 1) + ($user[0]['Users']['poll_comm'] * 1);

User::CalculateStatus() - APP/models/user.php, line 659
ForumController::RefreshUsers() - APP/controllers/forum_controller.php, line 1784
ForumController::create() - APP/controllers/forum_controller.php, line 1262
Object::dispatchMethod() - CORE/cake/libs/object.php, line 119
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 245
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 211
[main] - APP/webroot/index.php, line 89

Notice (8): Undefined index: id [APP/models/user.php, line 662]

Code | Context

$user = array(
array(
"Users" => array()
)
)
$sqlupdate = ", forum_comm = ''"
$numfposts = false
$score = 0


// update users stats.
$this->query("UPDATE Users SET lastused = lastused, score = '".(int)$score."'".$sqlupdate." WHERE id = '".$user[0]['Users']['id']."'";

User::CalculateStatus() - APP/models/user.php, line 662
ForumController::RefreshUsers() - APP/controllers/forum_controller.php, line 1784
ForumController::create() - APP/controllers/forum_controller.php, line 1262
Object::dispatchMethod() - CORE/cake/libs/object.php, line 119
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 245
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 211
[main] - APP/webroot/index.php, line 89

Query: UPDATE Users SET lastused = lastused, score = '0', forum_comm = '' WHERE id = ''

Query: SELECT XFsendmail.userid, Users.name, Users.email FROM XFsendmail LEFT JOIN Users ON XFsendmail.userid = Users.id WHERE XFsendmail.topicid = '4759587'

Warning (2): Invalid argument supplied for foreach() [APP/controllers/forum_controller.php, line 1277]

Code | Context

$type = "reply"
$id = 4759587
$postNumber = null
$options = array()
$isSticky = false
$showMakeSticky = false
$postDone = false
$last10Posts = array()
$postingconfirm = true
$emailnotification = false
$topic = array(
array(
"XFposts" => array()
)
)
$categoryInfo = array(
array(
"XFcategory" => array()
)
)
$replies = 21
$page = 3
$redirectUrl = "/forum_read/4759587/3/10/#lastpost"
$usersToSendEmail = false

$this->set('emailUrlRedirect', str_replace("#lastpost", "", $redirectUrl));

foreach($usersToSendEmail AS $userInfo) {

ForumController::create() - APP/controllers/forum_controller.php, line 1277
Object::dispatchMethod() - CORE/cake/libs/object.php, line 119
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 245
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 211
[main] - APP/webroot/index.php, line 89

Query: DELETE FROM XFsendmail WHERE topicid = '4759587'

Query: commit

Warning (2): Cannot modify header information - headers already sent by (output started at /var/www/wbwv5/cake/basics.php:111) [CORE/cake/libs/controller/controller.php, line 615]

Code | Context

$status = "Location: http://whatboyswant.com/forum_read/4759587/3/10/#lastpost"

header - [internal], line ??
Controller::header() - CORE/cake/libs/controller/controller.php, line 615
Controller::redirect() - CORE/cake/libs/controller/controller.php, line 596
ForumController::create() - APP/controllers/forum_controller.php, line 1305
Object::dispatchMethod() - CORE/cake/libs/object.php, line 119
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 245
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 211
[main] - APP/webroot/index.php, line 89



any help

btw, the server is skywalker
#4195872
Lvl 26
still happening?
#4195873
Lvl 24
Frequently, when I load a page, it loads and then disappears under a screen of white. It doesn't happen with any other site.

I'll cap it if I get around to it. lol
#4195874
Lvl 51
I'm having another problem, when i try to see some thread it appears this message:


The requested URL could not be retrieved

While trying to retrieve the URL: http://whatboyswant.com/forum_read/4760878/1/10/New_Youtube_Babe_amateur.html

The following error was encountered:

Unable to determine IP address from host name for whatboyswant.com

The dnsserver returned:

Server Failure: The name server was unable to process this query.

This means that:

The cache was not able to resolve the hostname presented in the URL.
Check if the address is correct.

Your cache administrator is hostmaster.



I don't know if is a WBW problem or a problem of my internet connections


Any help....