Best Blackhat Forum

Full Version: [GET] YELP CLONE SCRIPT
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5
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!
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...
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 :)
i got it fixed , >;D piece of pie
100% working now just pm me for the 100% nulled working version
(05-04-2015 01:32 PM)iyuri305 Wrote: [ -> ]100% working now just pm me for the 100% nulled working version

pm please
Whoops, looks like something went wrong.

getting this problem
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.
(05-04-2015 01:32 PM)iyuri305 Wrote: [ -> ]100% working now just pm me for the 100% nulled working version

PM Please
Anybody home?
Pages: 1 2 3 4 5
Reference URL's