Jump to content

[URGENT] Blank Pages


xxsashixx

Recommended Posts

Hey guys,

 

URGENT problem needs fixing asap.

 

 

When a client orders and proceeds with the order, and then checks out, there should be a page that has the invoice information, well nothing, its a blank page. (cart.php?checkout)

 

picture2fkk.png

 

When client presses complete order it turns up blank page.

 

 

Also in the admin panel it says $0.00 no invoice yet the client DOES have the invoice created already..

 

picture1rne.png

 

picture3e.png

Link to comment
Share on other sites

Hi -

 

Come on, man, put some effort in to your own problem. The principal is the same.

 

Have you configured Lighty to use PHP? If so, it would be as a CGI. Regardless of that, look for your error_log in php.ini. You can find php.ini by:

 

php -i | grep php.ini

 

Enable logging. Look at Lighty's logs. It will be perfectly clear as to why this is not working.

 

Why are you using Lighty? Do you have a specific need to use this, or did you just read on some forum somewhere where some kid said "it is really really fast"? Unless you have a specific need for it, Apache is what you should be using.

 

Thanks

-dant

Link to comment
Share on other sites

Hi -

 

Ok, but let's go over this again:

 

Moving. Servers. Is. A. Big. Change.

 

I think this thread is done. We can only help so much without you going the extra step as to provide some details.

 

Post error logs and we would be happy to help. Otherwise this is a lost cause.

 

Thanks!

-dant

Link to comment
Share on other sites

Hi -

 

Here's some hand holding....

 

php -i | grep "Loaded Configuration File"|cut -d" " -f 5 | xargs sudo sed -i 's/^;error_log.*$/error_log = \/var\/log\/php.log/'

 

sudo /etc/init.d/lighttpd stop && sudo /etc/init.d/lighttpd start

 

tail -f /var/log/php.log

 

Look for errors. Exact errors. Copy and paste them in here. Don't paraphrase; they need to be the exact - byte for byte - errors that you're getting.

 

Thanks

-dant

Edited by dan.trainor
Using Lighty, not Apache
Link to comment
Share on other sites

Hi -

 

I don't know, I kind of give up on this. I'd suggest providing more details next time - everything you've tried, what you're looking for, etc etc. We can only help so much without knowing anything about your setup. Please respond with relevant, factual data including some debugging, and we can go from there.

 

Again, good luck.

 

Thanks

-dant

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated