Search found 9 matches
- Fri Dec 07, 2007 11:22 pm
- Forum: Joomla! Coding 101
- Topic: backeend image path problem
- Replies: 2
- Views: 540
Re: backeend image path problem
mmm I think you are talking about mosImage. I'm not using it. Just using the joomlatinyfck editor
- Thu Dec 06, 2007 4:34 pm
- Forum: Joomla! Coding 101
- Topic: backeend image path problem
- Replies: 2
- Views: 540
backeend image path problem
Hello... here again... I've got a problem with editorArea in the backend. When I add an image, everything seems fine, and I can see the image inside the editor. and the path of the image is correct (watching the html code of the editor): src="http://192.168.0.20/~guybrush/Joomla/images/stories...
- Thu Dec 06, 2007 3:43 pm
- Forum: Joombie Coding Q/A
- Topic: how can I display my component errors?
- Replies: 8
- Views: 929
Re: how can I display my component errors?
I've got phpeclipse. Ad in localhost everything works fine. Every error is shown. The only problem is in the host.
I ask the host managers if they can do something
I ask the host managers if they can do something
- Thu Dec 06, 2007 12:41 pm
- Forum: Joombie Coding Q/A
- Topic: how can I display my component errors?
- Replies: 8
- Views: 929
Re: how can I display my component errors?
I just ptu that option to maximum and debug to yes. But this helps only on localhost. I think ianmac is right and is something that have to deal with php.ini on server. But I solved in this "dumb" way: 1) Commenting all the target file. 2) Then uncommented first line of code. 3.a) the page dis...
- Thu Dec 06, 2007 8:41 am
- Forum: Joombie Coding Q/A
- Topic: how can I display my component errors?
- Replies: 8
- Views: 929
Re: how can I display my component errors?
mmm Maybe I can do this via htaccess... do you know which php flags are involved?
- Wed Dec 05, 2007 1:40 pm
- Forum: Joombie Coding Q/A
- Topic: how can I display my component errors?
- Replies: 8
- Views: 929
Re: how can I display my component errors?
I'm on a linux box (ubuntu 7.04). So permissions and other stuff are allright.
I really need to see what is wrong.
I really need to see what is wrong.
- Wed Dec 05, 2007 12:05 pm
- Forum: Joombie Coding Q/A
- Topic: how can I display my component errors?
- Replies: 8
- Views: 929
how can I display my component errors?
I'm getting crazy with a blank screen of death on my component. Obviously it works fin on my pc, but it is white online.
Is there any way to let joomla show *all* errors, warnings etc etc?
How can I understand what's wrong if I can't see any error?
Regards
--Segolas
Is there any way to let joomla show *all* errors, warnings etc etc?
How can I understand what's wrong if I can't see any error?
Regards
--Segolas
- Fri Nov 09, 2007 4:13 pm
- Forum: Joomla! Coding 101
- Topic: can't see the "submit button" with text editor
- Replies: 1
- Views: 545
Re: can't see the "submit button" with text editor
Another question:
is it possible to send the content of a form (like a wysiwyg editor) with the stadard html code:
or the only way is to use the javascript code???
is it possible to send the content of a form (like a wysiwyg editor) with the stadard html code:
Code: Select all
<input type="submit" value="send">
or the only way is to use the javascript code???
- Fri Nov 09, 2007 12:11 pm
- Forum: Joomla! Coding 101
- Topic: can't see the "submit button" with text editor
- Replies: 1
- Views: 545
can't see the "submit button" with text editor
Hello, I'm writing a component, and I used the rich text editor (tinymce, gck etc etc) but i cant display the submit button! when I use the same editor in another component it works fine, when I try the same in my component it disappear... I'm using this code: <script language="javascript" type="tex...