Jump to content

Need a skilled tech to debug SmallPetFeeders.com


buggindave

Recommended Posts

As the title says, I have some issues on SmallPetFeeders.com. Whenever you go to the home page, many times it won't load, and when it does, and you click on a category, the screen will go blank. This all occured after upgrading to Prestashop 1.5. I normally have another programmer from this forum do work like this for me, but he's not keeping in good contact lately.

 

I need a tech that can get the job done by looking at the code, being well versed in debugging methods, and able to solve the issue in a couple of hours. I'd be willing to pay for this job, but considering all sales are shut down until this site goes back online, there isn't much money to be had immediately. I really need this fixed within the next 24 hours, so please contact me by email at [email protected]. Thank you.

 

-Dave

SPF

Link to comment
Share on other sites

try this so you have debug information...

 

change your config/coinfig.inc.php

 

from

@ini_set('display_errors', 'off');
define('_PS_DEBUG_SQL_', false);

to this:

[code]
@ini_set('display_errors', 'on');
define('_PS_DEBUG_SQL_', true);

 

go reproduce your error and make a new post with that error or errors.

 

save your money for a new theme :)

Edited by elpatron (see edit history)
Link to comment
Share on other sites

I really need assistance here. Can anyone help?

 

Hi, new here but not in prestashop. Would like to help you but not sure if I can post here my contact info.

 

@Mods, is it allowed? Can I respond to paid help requests although am new to this forum?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...