Hi Why does it show HTML_CURRENCY_CODE5 as error in featured links? in phpld ..if i turn off the payments, it won't show Thanks
Always (I repeat), Always include the original error message when posting problems here. (Or at least describe the error as good as possible). It's like asking: "My car doesn't work, any ideas why?"
thats the main error on submit page, if i on the payment if i just make it free dir, i won't get this error Thanks
For example on submit page Pricing: Featured links HTML_CURRENCY_CODE5 Regular links HTML_CURRENCY_CODE4 Regular links with reciprocal free Links with nofollow attribute free i am getting error for payment?
Lol, I'm sorry, but what you're saying makes no sense to me. And I think everyone else is just as lost as I am. And yet again you're mentioning an error, but don't tell us what the error is about? What should happen? what DOES happen? Oh, and you still didn't tell me why my car doesn't work. (You're not allowed to take a look at it, though!) How are we supposed to fix an error if you can't tell us what's wrong?
okay let me add a screenshot, you will get it then! where it says the html codes, its supposed to show the Price of links in $US but instead its showing that html error how to fix that! I hope you get it this time
It is not an error, like I said, the constant is not defined. To fix do something like this. define("HTML_CURRENCY_CODE5", "some value"); PHP:
You are asking in a Programming section and you have no idea how to do something simple like that? Please learn the basics first...
Harsh, lol. Anyway, have a look if there's a config.php file (or similar), and add the line that Kaizoku gave you somewhere between the <?php ?> tags.