26.gif

Search (advanced search)
Use this Search form before posting, asking or make a new thread.
Tips: Use Quotation mark to search words (eg. "How To Make Money Online")

05-01-2015, 06:34 PM
Post: #31
RE: [GET] YELP CLONE SCRIPT
i havent tried the vps folder, if it makes a difference in the installation since i used it on my shared hosting,
Everyone bump this thread! lets make this work!
Biggrin
05-02-2015, 09:50 AM
Post: #32
RE: [GET] YELP CLONE SCRIPT
OK i got it fix :)

update ->
businessController.php
at line 15
$old_business = Business::where('name',Input::get('name'))->where('street_number',Input::get('street_number'))->where('street_name',Input::get('street_name'))->first();

change to

$old_business = Business::where('name',Input::get('name'))->where('street_no',Input::get('street_number'))->where('street_name',Input::get('street_name'))->first();

to make it clear street_number change to street_no

It works ... Will check more bug...
Biggrin
05-02-2015, 11:13 AM
Post: #33
RE: [GET] YELP CLONE SCRIPT
the only problem now is on the featured ads cost
i think its not being save when you put a price at the admin.
and when you do try to make your business featured ads
it will get this error:

Omnipay \ Common \ Exception \ InvalidRequestException
The amount parameter is required

it also throw this error:

/vendor/omnipay/common/src/Omnipay/Common/Message/AbstractRequest.php

* @throws InvalidRequestException
*/
public function validate()
{
foreach (func_get_args() as $key) {
$value = $this->parameters->get($key);
if (empty($value)) {
throw new InvalidRequestException("The $key parameter is required");
}
}


Need help lets fix this thing :)
Biggrin
05-03-2015, 06:12 PM
Post: #34
RE: [GET] YELP CLONE SCRIPT
i got it fixed , >;D piece of pie
Biggrin
05-04-2015, 01:32 PM
Post: #35
RE: [GET] YELP CLONE SCRIPT
100% working now just pm me for the 100% nulled working version
42.gif
Biggrin
05-04-2015, 05:38 PM
Post: #36
RE: [GET] YELP CLONE SCRIPT
(05-04-2015 01:32 PM)iyuri305 Wrote:  100% working now just pm me for the 100% nulled working version

pm please
09-18-2015, 08:35 PM
Post: #37
RE: [GET] YELP CLONE SCRIPT
Whoops, looks like something went wrong.

getting this problem
04-18-2016, 08:57 AM
Post: #38
RE: [GET] YELP CLONE SCRIPT
I had such a problem with this script. I have everything becomes right. However, the photo does not show in the administrator and at the front. How do I fix this? When you add a photo script adds an additional name for the photo and the lost path to the folder.
04-19-2016, 01:15 AM
Post: #39
RE: [GET] YELP CLONE SCRIPT
(05-04-2015 01:32 PM)iyuri305 Wrote:  100% working now just pm me for the 100% nulled working version

PM Please
04-22-2016, 03:24 AM
Post: #40
RE: [GET] YELP CLONE SCRIPT
Anybody home?
56.gif




15.gif