Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Error with Forum
20-Sep-2011, 06:22 AM
Post: #1
Error with Forum
1) I have some logs error on all pages
Code:
exception 'Zend_Controller_Dispatcher_Exception' with message 'Invalid controller specified (http-bind)' in C:\www\interhome\library\Zend\Controller\Dispatcher\Standard.php:242
Stack trace:
#0 C:\www\interhome\library\Zend\Controller\Front.php(954): Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http))
#1 C:\www\interhome\library\Zend\Application\Bootstrap\Bootstrap.php(97): Zend_Controller_Front->dispatch()
#2 C:\www\interhome\library\Zend\Application.php(366): Zend_Application_Bootstrap_Bootstrap->run()
#3 C:\www\interhome\public\index.php(42): Zend_Application->run()
#4 {main}

2) And can`t add add new forums. In Admin menu, when i open Forums become this :
Code:
Parse error: syntax error, unexpected T_PAAMAYIM_NEKUDOTAYIM in C:\www\interhome\application\admin\controllers\ForumController.php on line 56

3) How can i change language? When i select Spanish in Menu, nothing wrong. In logs i have every time message from Firs problem
Code:
exception 'Zend_Controller_Dispatcher_Exception' with message 'Invalid controller specified (http-bind)' in C:\www\interhome\library\Zend\Controller\Dispatcher\Standard.php:242
Stack trace:
#0 C:\www\interhome\library\Zend\Controller\Front.php(954): Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http))
#1 C:\www\interhome\library\Zend\Application\Bootstrap\Bootstrap.php(97): Zend_Controller_Front->dispatch()
#2 C:\www\interhome\library\Zend\Application.php(366): Zend_Application_Bootstrap_Bootstrap->run()
#3 C:\www\interhome\public\index.php(42): Zend_Application->run()
#4 {main}

4) When I try add Content message
Quote:exception 'PDOException' with message 'SQLSTATE[HY000]: General error: 1364 Field 'task_id' doesn't have a default value' in C:\www\interhome\library\Zend\Db\Statement\Pdo.php:228
Stack trace:
#0 C:\www\interhome\library\Zend\Db\Statement\Pdo.php(228): PDOStatement->execute(Array)
#1 C:\www\interhome\library\Zend\Db\Statement.php(300): Zend_Db_Statement_Pdo->_execute(Array)
#2 C:\www\interhome\library\Zend\Db\Adapter\Abstract.php(468): Zend_Db_Statement->execute(Array)
#3 C:\www\interhome\library\Zend\Db\Adapter\Pdo\Abstract.php(238): Zend_Db_Adapter_Abstract->query('INSERT INTO `ne...', Array)
#4 C:\www\interhome\library\Zend\Db\Adapter\Abstract.php(546): Zend_Db_Adapter_Pdo_Abstract->query('INSERT INTO `ne...', Array)
#5 C:\www\interhome\library\Zend\Db\Table\Abstract.php(1056): Zend_Db_Adapter_Abstract->insert('news', Array)
#6 C:\www\interhome\library\Zend\Db\Table\Row\Abstract.php(467): Zend_Db_Table_Abstract->insert(Array)
#7 C:\www\interhome\library\Zend\Db\Table\Row\Abstract.php(438): Zend_Db_Table_Row_Abstract->_doInsert()
#8 C:\www\interhome\application\cms\controllers\AddController.php(173): Zend_Db_Table_Row_Abstract->save()
#9 C:\www\interhome\library\Zend\Controller\Action.php(513): Cms_AddController->submitAction()
#10 C:\www\interhome\library\Zend\Controller\Dispatcher\Standard.php(289): Zend_Controller_Action->dispatch('submitAction')
#11 C:\www\interhome\library\Zend\Controller\Front.php(954): Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http))
#12 C:\www\interhome\library\Zend\Application\Bootstrap\Bootstrap.php(97): Zend_Controller_Front->dispatch()
#13 C:\www\interhome\library\Zend\Application.php(366): Zend_Application_Bootstrap_Bootstrap->run()
#14 C:\www\interhome\public\index.php(42): Zend_Application->run()
#15 {main}

Next exception 'Zend_Db_Statement_Exception' with message 'SQLSTATE[HY000]: General error: 1364 Field 'task_id' doesn't have a default value' in C:\www\interhome\library\Zend\Db\Statement\Pdo.php:234
Stack trace:
#0 C:\www\interhome\library\Zend\Db\Statement.php(300): Zend_Db_Statement_Pdo->_execute(Array)
#1 C:\www\interhome\library\Zend\Db\Adapter\Abstract.php(468): Zend_Db_Statement->execute(Array)
#2 C:\www\interhome\library\Zend\Db\Adapter\Pdo\Abstract.php(238): Zend_Db_Adapter_Abstract->query('INSERT INTO `ne...', Array)
#3 C:\www\interhome\library\Zend\Db\Adapter\Abstract.php(546): Zend_Db_Adapter_Pdo_Abstract->query('INSERT INTO `ne...', Array)
#4 C:\www\interhome\library\Zend\Db\Table\Abstract.php(1056): Zend_Db_Adapter_Abstract->insert('news', Array)
#5 C:\www\interhome\library\Zend\Db\Table\Row\Abstract.php(467): Zend_Db_Table_Abstract->insert(Array)
#6 C:\www\interhome\library\Zend\Db\Table\Row\Abstract.php(438): Zend_Db_Table_Row_Abstract->_doInsert()
#7 C:\www\interhome\application\cms\controllers\AddController.php(173): Zend_Db_Table_Row_Abstract->save()
#8 C:\www\interhome\library\Zend\Controller\Action.php(513): Cms_AddController->submitAction()
#9 C:\www\interhome\library\Zend\Controller\Dispatcher\Standard.php(289): Zend_Controller_Action->dispatch('submitAction')
#10 C:\www\interhome\library\Zend\Controller\Front.php(954): Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http))
#11 C:\www\interhome\library\Zend\Application\Bootstrap\Bootstrap.php(97): Zend_Controller_Front->dispatch()
#12 C:\www\interhome\library\Zend\Application.php(366): Zend_Application_Bootstrap_Bootstrap->run()
#13 C:\www\interhome\public\index.php(42): Zend_Application->run()
#14 {main}
Find all posts by this user
Quote this message in a reply
21-Sep-2011, 07:55 AM
Post: #2
RE: Error with Forum
Problems 1 and 3, I decided, But, still can not add news (Error 4) and forum is not working (Error 2)
Find all posts by this user
Quote this message in a reply
29-Sep-2011, 01:00 AM
Post: #3
RE: Error with Forum
thank you

__________________________________
เกมส์ออนไลน์ เกมส์ออนไลน์
Find all posts by this user
Quote this message in a reply
17-Oct-2011, 02:24 AM
Post: #4
RE: Error with Forum
Backed with our renowned customer service, wow gold24/7 technical support, and a money back guarantee, the choice couldn‘t be more simple.Zygors In-Game Alliance & Horde World Of Warcraft Leveling & Dailies Guides. Completely Automated Dailies & Events Guides.This is the only guide the follows Blizzard‘s Add-On Policies!Learn how to: wow po-Make Gold Fast with Dailies in World of Warcraft-Get Heirloom Items Fast in World of Warcraft-Get the Crusader Title in World of WarcraftDominate World Of Warcraft and become the envy of all your friends!

wow gold24/7 technical support, and a money back guaranteewow po-Make Gold Fast with Dailies in World of Warcraft-Get.
Visit this user's website Find all posts by this user
Quote this message in a reply
29-Nov-2011, 08:45 PM
Post: #5
RE: Error with Forum
(20-Sep-2011 06:22 AM)KainLegend Wrote:  2) And can`t add add new forums. In Admin menu, when i open Forums become this :
Code:
Parse error: syntax error, unexpected T_PAAMAYIM_NEKUDOTAYIM in C:\www\interhome\application\admin\controllers\ForumController.php on line 56

I have the problem like above, please give me the solution.
Find all posts by this user
Quote this message in a reply
30-Nov-2011, 01:59 AM
Post: #6
RE: Error with Forum
Quote:1) I have some logs error on all pages
Code:
exception 'Zend_Controller_Dispatcher_Exception' with message 'Invalid controller specified (http-bind)' in C:\www\interhome\library\Zend\Controller\Dispatcher\Standard.php:242
Maybe something related with openfire? Take a look to the Precurio Installation Guide on your Precurio's installation folder, title "Instaling Openfire". Maybe you must to add some Apache's directives.

You can try to disable chat (disable openfire) in Admin > System Settings > Module Settings tab > uncheck Instant Messaging and Save.

Quote:2) And can`t add add new forums. In Admin menu, when i open Forums become this :
Code:
Parse error: syntax error, unexpected T_PAAMAYIM_NEKUDOTAYIM in C:\www\interhome\application\admin\controllers\ForumController.php on line 56

For this problem try next: I suppose you must have this code in that line:

PHP Code:
$item $forums::getForum($id); 

Try to replace with:
PHP Code:
$item $forums->getForum($id); 

Look at this thread too.

Quote:3) How can i change language? When i select Spanish in Menu, nothing wrong. In logs i have every time message from Firs problem

I don't understand the point 3. When you change to Spanish nothing wrong. Where is the problem?

Quote:4) When I try add Content message ...
Try the solution posted in this thread. It's related with adding news, but maybe helps you.

Are you spanish?
Find all posts by this user
Quote this message in a reply
30-Nov-2011, 02:15 AM
Post: #7
RE: Error with Forum
Thank you very much for your help 'novaj'.
It's work!
Find all posts by this user
Quote this message in a reply
30-Nov-2011, 02:24 AM
Post: #8
RE: Error with Forum
Before making more changes in your code, maybe you must upgrade your Precurio up to version 2.2.

¡¡Be careful because the upgrade will overwrite your manual changes!!

All the solutions worked?? Openfire and forum?
Find all posts by this user
Quote this message in a reply
30-Nov-2011, 02:59 AM
Post: #9
RE: Error with Forum
No.2 (forum) Thanks.
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)