Hi,
do you have a link i can look at ?
also, can you turn on (if you havent done already) debug
and let me know the exact output ?
thanks
hmm,
haven’t heard from you so
i guess that’s sorted then !?
marked as resolved
Hi Olly,
Just got your mail, sorry I replied via gmail which was forwarded to me, and it must not have sent it to you. heres what i sent:
Rajan Zaveri <[email protected]>
Apr 8 (2 days ago)
hey,
the website is http://imperfecto.in
ok so im pretty green, dont know how to run debug or what you mean by exact output. I’ve attached a screen shot of the error that comes up.
hope this helps, thanks for getting back to me so quick
R
not sure if youll be able to see this but its a url of the screen grab:
https://mail-attachment.googleusercontent.com/attachment/u/0/?ui=2&ik=9da1a28f73&view=att&th=13de97a449bd91d6&attid=0.1&disp=inline&realattid=f_hf9ku99i0&safe=1&zw&saduie=AG9B_P8ZUhddMPgsvJE4fzw8ctoj&sadet=1365536078250&sads=_hBHpVetiNSExuNGXB4tZd__RG4&sadssc=1
sorry for the misunderstanding
R
hi,
just tested it on your site.
i’ll download your theme (for starters) and see what happens on my box..bear with me for a bit
no worries, want me to send you the theme?
no. (unless you have nothing better to do )
anyway, tried it on my box with your theme and it works just fine.
you can do me a favour though (which might help)
in your wp-config.php
change
define(‘WP_DEBUG’, false);
to
define(‘WP_DEBUG’, true);
define(‘WP_DEBUG_LOG’, true);
define(‘WP_DEBUG_DISPLAY’, false);
this will generate a debug.log file in your wp-content folder
make an order and when you get the error message send me that debug.log file (send it to dev[at]wp-pizza.com)
furthermore, maybe you can put a file in the root of your site (named info.php for example)
with the following code:
<?php
phpinfo();
?>
so i can see what’s running there (you can also rename that file. just let me know what its called by email. not really necessary that the whole world knows your setup
does that make sense ?