Search (advanced search) | ||||
Use this Search form before posting, asking or make a new thread.
|
10-31-2013, 09:42 AM
Post: #1
|
|||
|
|||
Eicra script bugs HELP
All eicra scripts(auto, vacation rental, tours, hotel reservation, that are shared here ) have this shit..bug, when i try to writte a review show me this error, how fix this some of you? Milena
Reasons: Plugin by name 'Ad' was not found in the registry; used paths: Review_View_Helper_: /home/****/public_html/booking/application/modules/Review/views/helpers/ Zend_View_Helper_: Zend/View/Helper/ Track Trace Report: #0 /home/****/public_html/booking/library/Zend/View/Abstract.php(1182): Zend_Loader_PluginLoader->load('Ad') #1 /home/****/public_html/booking/library/Zend/View/Abstract.php(618): Zend_View_Abstract->_getPlugin('helper', 'ad') #2 /home/****/public_html/booking/library/Zend/View/Abstract.php(344): Zend_View_Abstract->getHelper('ad') #3 /home/****/public_html/booking/application/layouts/scripts/tour_default/header.phtml(38): Zend_View_Abstract->__call('ad', Array) #4 /home/****/public_html/booking/application/layouts/scripts/tour_default/header.phtml(38): Zend_View->ad(198) #5 /home/****/public_html/booking/library/Zend/View.php(108): include('/home/elager/pu...') #6 /home/****/public_html/booking/library/Zend/View/Abstract.php(888): Zend_View->_run('/home/elager/pu...') #7 /home/****/public_html/booking/library/Zend/Layout.php(796): Zend_View_Abstract->render('header.phtml') #8 /home/****/public_html/booking/application/layouts/scripts/tour_default/layout.phtml(34): Zend_Layout->render('header') #9 /home/****/public_html/booking/library/Zend/View.php(108): include('/home/elager/pu...') #10 /home/****/public_html/booking/library/Zend/View/Abstract.php(888): Zend_View->_run('/home/elager/pu...') #11 /home/****/public_html/booking/library/Zend/Layout.php(796): Zend_View_Abstract->render('layout.phtml') #12 /home/****/public_html/booking/library/Zend/Layout/Controller/Plugin/Layout.php(143): Zend_Layout->render() #13 /home/****/public_html/booking/library/Zend/Controller/Plugin/Broker.php(333): Zend_Layout_Controller_Plugin_Layout->postDispatch(Object(Zend_Controller_Request_Http)) #14 /home/****/public_html/booking/library/Zend/Controller/Front.php(965): Zend_Controller_Plugin_Broker->postDispatch(Object(Zend_Controller_Request_Http)) #15 /home/****/public_html/booking/library/Zend/Application/Bootstrap/Bootstrap.php(97): Zend_Controller_Front->dispatch() #16 /home/****/public_html/booking/library/Zend/Application.php(366): Zend_Application_Bootstrap_Bootstrap->run() #17 /home/****/public_html/booking/index.php(88): Zend_Application->run() #18 {main} Request data: array ( 'group_id' => '4', 'item_id' => '6', 'module' => 'Review', 'controller' => 'frontend', 'action' => 'write', 'layoutFullContent' => ' |
|||
10-31-2013, 09:45 AM
Post: #2
|
|||
|
|||
RE: Eicra script bugs HELP
(10-31-2013 09:42 AM)milena Wrote: All eicra scripts(auto, vacation rental, tours, hotel reservation, that are shared here ) have this S***..bug, when i try to writte a review show me this error, how fix this some of you? Milena hey milena check 'module' => 'Review', is there . look like some file are missing send me your website login info to check what is wrong |
|||
10-31-2013, 09:47 AM
Post: #3
|
|||
|
|||
RE: Eicra script bugs HELP
(10-31-2013 09:42 AM)milena Wrote: All eicra scripts(auto, vacation rental, tours, hotel reservation, that are shared here ) have this S***..bug, when i try to writte a review show me this error, how fix this some of you? Milena I could fix this problem but the problem is that the script is fully encrypted. regards, Jhon p.s. I have never been interested to decode ioncube, also because it takes enough time |
|||
10-31-2013, 09:55 AM
Post: #4
|
|||
|
|||
RE:
yes sJhon, cript is encrypted and i don't know how to fix that. I already tried.
@mrqaidi, you have the script, you shared here, is all the same and check what it is i don't know how to fix that , thx for reply Milena |
|||
10-31-2013, 10:01 AM
Post: #5
|
|||
|
|||
RE:
(10-31-2013 09:55 AM)milena Wrote: yes sJhon, cript is encrypted and i don't know how to fix that. I already tried.i will test , and give you result , but not today , i need to sleep right now |
|||
10-31-2013, 10:03 AM
Post: #6
|
|||
|
|||
RE:
No problem, I'm going to sleep :D
|
|||
11-02-2013, 01:21 AM
Post: #7
|
|||
|
|||
RE:
problem fixed
create file named Ad.php with this code PHP Code: <?php upload to application/modules/Review/views/helpers/ some version dont have this file sorry about that |
|||
11-02-2013, 02:39 AM
Post: #8
|
|||
|
|||
RE:
Have you checked the file, test if it works ? For me not work, for php tours scrip. If this file is also working on other scripts auto, hotel etc from eicra? If anyone can solve this problem for all scripts that work well ...
|
|||
11-02-2013, 03:44 AM
Post: #9
|
|||
|
|||
RE:
(11-02-2013 02:39 AM)milena Wrote: Have you checked the file, test if it works ? For me not work, for php tours scrip. If this file is also working on other scripts auto, hotel etc from eicra? If anyone can solve this problem for all scripts that work well ...did you uploaded to application/modules/Review/views/helpers/Ad.php tested with ecira tours script working fine , after sending review you need publish in admin area |
|||
11-02-2013, 04:22 AM
Post: #10
|
|||
|
|||
RE: | |||