Jks1122 / proquiz

Automatically exported from code.google.com/p/proquiz
0 stars 0 forks source link

tiny #8

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by lothlori...@gmail.com on 14 Apr 2011 at 9:08

GoogleCodeExporter commented 8 years ago
Sorry, I've a problem when I insert an image or swf file with tinymce 
interface. In myaccount.php page I write this html code:
<p><span><img src="images/dopamine.png" alt="" width="200" height="91" /><br 
/></span></p>

when I save the page, the source code change with this:

<p><span><img src="\"images/dopamine.png\"" alt="\"\"" width="\"200\"" 
height="\"91\"" /><br /></span></p>

please help me to find the error
Marco

Original comment by lothlori...@gmail.com on 15 Apr 2011 at 8:34

GoogleCodeExporter commented 8 years ago
This stuff is done by tinymce for security reasons. But we don't think there 
will be any display problem. It will still work. 

Original comment by proq...@softon.org on 16 Apr 2011 at 5:35

GoogleCodeExporter commented 8 years ago
With that path the images can't be loaded!!!

Original comment by lothlori...@gmail.com on 16 Apr 2011 at 6:24

GoogleCodeExporter commented 8 years ago
please remember that all path should be written in full.

eg: http://yourdomain.com/images/dopamine.png

Original comment by proq...@softon.org on 16 Apr 2011 at 6:29

GoogleCodeExporter commented 8 years ago
Yes, but it doesn't work also with the full path!

The system of tynimce put "\ before and after the path. it's impossible for 
scripts find the image!

Original comment by lothlori...@gmail.com on 16 Apr 2011 at 7:12

GoogleCodeExporter commented 8 years ago
I tried with the demo in your website and the problem it's the same!!!!

Original comment by lothlori...@gmail.com on 16 Apr 2011 at 7:22

GoogleCodeExporter commented 8 years ago
please give us the details

code u pasted in tinymce 

and the code in the view source 

Original comment by proq...@softon.org on 16 Apr 2011 at 9:49

GoogleCodeExporter commented 8 years ago
I use the button "insert/edit image", I write the full path 
"http://wwwgncc.it/quiz/images/dopamine.png. In the form I can see the image, 
but when I press the button "done" and I check if all is ok, the system don't 
show my image. I can read the follow code:

<p><img title="\"a\"" src="\"images/dopamine.png\"" alt="\"a\"" width="\"200\"" 
height="\"91\"" /></p>

Original comment by lothlori...@gmail.com on 16 Apr 2011 at 10:15

GoogleCodeExporter commented 8 years ago
thanku for pointing out this bug . will update the code and release as soon as 
possible.

Original comment by proq...@softon.org on 16 Apr 2011 at 12:32

GoogleCodeExporter commented 8 years ago
Thanks for your kindness,
Marco

Original comment by lothlori...@gmail.com on 16 Apr 2011 at 7:41

GoogleCodeExporter commented 8 years ago
I Want To Fix timer For Students, Is It Possible?

Original comment by ah.ak...@gmail.com on 17 May 2011 at 11:25

GoogleCodeExporter commented 8 years ago
Please state your problem sir. We didn't understand what is the problem with 
the Timer.

Original comment by softon.t...@gmail.com on 17 May 2011 at 3:34

GoogleCodeExporter commented 8 years ago
Please let me have a documentation on how to install the script. It brings 
error like error at line 99 on database.class.php. I am using proquiz 2.0.2

Thanks

Original comment by brandfortehelp on 27 Jul 2012 at 8:21

Attachments:

GoogleCodeExporter commented 8 years ago
is there any solution ?

Original comment by mans...@gmail.com on 9 Jan 2013 at 4:59

GoogleCodeExporter commented 8 years ago
php.ini dosyasını aç
altta yazan satırı bul
; Production Value: E_ALL & ~E_DEPRECATED & ~E_STRICT
; http://php.net/error-reporting ----
bu satırın altına şunu yapıştır güle güle kullan
; error_reporting=E_ALL & ~E_DEPRECATED & ~E_STRICT

Original comment by gebzeh...@gmail.com on 3 Feb 2014 at 8:14