[eluser]gomathi jagannathan[/eluser]
I am creating pdf files from the html file. In windows pdf files are getting generated fine.But on my linux box pdf file is not getting generated Can any one help to solve my problem? Thanks in advance
[eluser]Dam1an[/eluser]
I'd check all your file namings are as they should be according the to user guide, this is often the biggest cause of things not working on linux as its case sensitive
Although I'm suprised you're not getting any errors :-S
[eluser]Dam1an[/eluser]
Have you tried an isolated test case (clean install, just the PDF plugin and writting 'hello world')?
That should tell you if the problem lies in your code, or CI/the plugin
I have created an application using code igniter. Iam using CI calender in one of my form. On clicking the calender icon the calender is getting closed. Can any one help me how to close the calender on clicking out of it? Thanks in advance