Ticket #1462 (closed defect: invalid)
files ext php
| Reported by: | guest | Owned by: | gogo |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.96 |
| Component: | Xinha Core | Version: | trunk |
| Severity: | major | Keywords: | files ext php |
| Cc: | gerugato@… |
Description
I'm trying Xinha on my hosting (Apache2.2.6 - PHP5.2.5)
I tried the file simple_example.html and it works fine,
but I changed the extention from .html to .php and it didn't work.
I check the firefox error console and I found this:
"c is not a constructor"
http://mysite/Xinha/XinhaCore.js, line 18
I look into the file and the error is in this line:
var f = new c(this,a);
on function
Xinha.prototype.registerPlugin2 = function(c,a)
I need to use the Xinha WYSIWYG in my php web page.
Thanks for your help.
Change History
Note: See
TracTickets for help on using
tickets.
