I have a little problem with codeigniter.
when I make a mistake while writing code, system display the error, for example 404 Not found, and it also appears a few minutes after correction.
Does anyone advise me how to cancel?
Related
I am in the process of building a shop on wordpress using woocommerce. All is well except that at checkout there is an endless spinning wheel blocking the payment processing.
I have checked the error logs - which show no errors
I have disabled all plug ins - which makes no difference
I have reverted to the default woocommerce shopfront theme - which has the same result.
The console shows no errors.
I have also followed the instructions here https://docs.woocommerce.com/document/endless-loadingspinner-on-the-checkout-page/ which assumes its a memory limit issue. This did not work.
So, after a bit of digging I found some reference here https://mikejolley.com/2015/11/12/debugging-unexpected-token-in-woocommerce-2-4/ and here https://www.maxsangster.com/blog/woocommerce-endless-loading-spinner-on-checkout/
Referring to these two pages I have been able to see that the json response from /?wc-ajax=checkout is just returning HTML which I would imagine is where the issue is.
However I am running an Apache server rather than Nginx as has been mentioned in some threads and articles. Assuming there is a server misconfiguration of the server or something that needs changing what might that be? Bearing in mind that I do not have direct access to this, so will need to be asking someone else to sort it out for me.
And finally if there is something else I can try what might that be?
Thank you to #plushyObject for generating the spark for this one.
The issue turned out that I had a legacy static html holding page in place as the site's homepage rather than having one set up with wordpress. Simply removing the .html page and letting wordpress's homepage take over solves the problem.
The moral of the story create your holding page in wordpress.
Go to Google Developer Tools, then Go to the Network tab. Click the button and make the request and let that bad boy spin out.
You mentioned the response is returning HTML. Click on the request that goes out that appears to be taking forever (/?wc-ajax=checkout) and then click on the Preview tab to display that HTML. I bet it shows an error or a clue, anyway.
In my case the checkout was working fine on Desktop but not on Mobile. After many search on internet I read the solution of #UntitledGraphic.
I had set a redirect in ht-access. The redirect was showing a different home page for mobile. When I removed it, the error gone. I checked back & forth and was sure the ht-access redirect was the problem.
If you have set any redirect in the Htaccess then remove it. This will solve your issue in this case.
I also checked the redirect code on function.php instead of htaccess again the problem appeared. So finally removed the redirection.
In my own case the redirection was the issue. So I had to delete the redirect I created via Cpanel.
I can't access Parse.com dashboard for at least a few minutes now.
I try refreshing and from different browsers and keep getting the same errors - 500 There’s been an error, but it’s not your fault.
If you keep seeing this, check the help page for more info.
I also tried going for the help page but it is written that Parse is healthy.
I have trying doing some research on this topic and couldn't find an answer to my question, so I thought you guys might be able to help.
I am loading a page in codeigniter and its giving me an internal 500 error on firebug console log, but the weird thing is the page is showing perfectly fine.
Any ideas on why that may be happening??
Nevermind guys. I just found out that it seems to be an error with the javascript code that's causing the error message.
I'm having a strange issue in the ACP where the manage categories page looks like this: http://screencast.com/t/IcNbpP87 I'd really appreciate any insight you guys may be able to provide.
I've looked around for a couple days and am pulling my hair out.
Chrome
Displays a “New Root Category” form but you are unable to click a category to modify it.
Firefox & Safari:
Seems to return the proper data via ajax from the server, though it displays the information without parsing(?)
Looking at the source in firebug, it looks like data that isn’t being parsed correctly within the otherwise correct <div id="category-edit-container" class="category-content">
Source reference: http://pastebin.com/Zz7pKajj
I’d appreciate any suggestion on how to potentially move forward and get this fixed up. Thanks!
After going two day crazy with this issue in our case the solution was on the most unexpected location: It was the index.php that was corrupted the culprit. After removing some spurious code that seemed that was injected or by some way modified all is working as expected.
If there is content before the doctype header you will get this error. Check for that.
Could anyone tell me why Facebook comments are not working properly?
50% of the time no comments show up initially, with multiple errors in the response ajax from facebook.
99% of the time it's impossible to delete a comment without getting a "Bad Parameter" message.
50% of the time it's impossible to post a comment without getting a "Database Down" message.
Is there something I am doing wrong? I have tried copying example code exactly and other methods with no luck...
About: http://wiki.developers.facebook.com/index.php/Comments_Box
Unfortunately the Facebook API and comments box are both unreliable. fb:comments I've found to be particularly bad (often not loading at all) whether using the FBML or the XFBML versions. I think if it works some of the time for you then it's unlikely that it's anything in your configuration or setup.
Sorry.