Not sure then, try contacting the plugin creator

On Thursday, July 31, 2014 1:38:26 PM UTC+2, Jipson Thomas wrote:
>
> Hi Jose Lorenzo,
> Thank you for you post. Actually I stored the plugin files in the 
> public_html/plugin folder manually. Then I modified the composer .json file 
> and executed the dumpautoload command through terminal. Still I/ am getting 
> the error.
>
> Regards,
> Jipson
>
> On Thursday, 31 July 2014 12:27:07 UTC+1, José Lorenzo wrote:
>>
>> I you did not install the plugin with composer, you will need to call 
>> this command:
>>
>> composer dumpautoload
>>
>> On Thursday, July 31, 2014 11:48:43 AM UTC+2, Jipson Thomas wrote:
>>>
>>> Hi Euromark & Stephen
>>>
>>> Thank you very much. But on loading the plugin I am getting an error as 
>>> following.
>>> *Error: * *Search.PrgComponent* could not be found.
>>> *Error: * Create the class *PrgComponent* below in file: 
>>> /Applications/XAMPP/xamppfiles/htdocs/
>>> prms.panovus.com/public_html/plugins/Search//Controller/Component/PrgComponent.php
>>>
>>> Actually I have the plugin files on place and I added the following line 
>>> on bootstrap.php file to load plugin.
>>> Plugin::load('Search');
>>> Also I updated the composer.jason file by adding the following
>>> "autoload": {
>>>         "psr-4": {
>>>             "App\\": "src",
>>>             "App\\Test\\": "tests",
>>>             "Search\\": "./plugins/Search/src",
>>>                 "Search\\Test\\": "./plugins/Search/tests"
>>>         }
>>>     },
>>> and updated composer through commandline.  by executing php 
>>> composer.phar update and  php composer.phar dumpautoload
>>>
>>> Would you please help me to find what is wrong in it?
>>>
>>> Regards,
>>> Jipson
>>>
>>> On Wednesday, 30 July 2014 18:12:47 UTC+1, euromark wrote:
>>>>
>>>> Look into the cake3 branch of https://github.com/CakeDC/search/tree/3.0
>>>>
>>>>
>>>> Am Mittwoch, 30. Juli 2014 17:34:01 UTC+2 schrieb Jipson Thomas:
>>>>>
>>>>> Hi,
>>>>> Would you please let me know whether  cakephp3 have an option for 
>>>>> search filters on index view.
>>>>> Regards,
>>>>> Jipson
>>>>>
>>>>

-- 
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

--- 
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/cake-php.
For more options, visit https://groups.google.com/d/optout.

Reply via email to