Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Redactor for Fusion

Asked Modified Viewed 2,494 times
D
douwe_yntema
D
  • Senior Member, joined since
  • Contributed 667 posts on the community forums.
  • Started 57 threads in the forums
  • Started this discussions
  • Answered 1 question
asked
Senior Member

Hello,

I Love this addon:

http://www.php-fusion.co.uk/infusions...don_id=562

(Redactor for PHP fusion).

Problem is when I Upload an image, the image is uploaded to the server, but not displayed in Redactor. I am using php fusion 7.02.7., running under Linux.
On a test sytem with version 7.02.5, running under usbwebserver/windows everything works well, zo I guess it has somethintg to do with write permissions.

Someone gat this working?

Thanks.
0 replies

4 posts

R
Rush_
R
Rush_ 10
  • Junior Member, joined since
  • Contributed 34 posts on the community forums.
  • Started 3 threads in the forums
answered
Junior Member

check image settings in admin panel (weight, width, height) and try to increase it
0 replies
D
douwe_yntema
D
  • Senior Member, joined since
  • Contributed 667 posts on the community forums.
  • Started 57 threads in the forums
  • Started this discussions
  • Answered 1 question
answered
Senior Member

Like I Said: The images are beeing uploaded to the server. So Size of the images is not a problem. I can see and open them with ftp. I tried small Images, and they don't work either.
Douwe
0 replies
A
afaaro
A
afaaro 10
  • Senior Member, joined since
  • Contributed 295 posts on the community forums.
  • Started 68 threads in the forums
answered
Senior Member

You should set the location like this

Quote


define('LIBRARY_FOLDER_URL', 'http://'.$_SERVER['SERVER_NAME'].'/infusions/your_infusion/images/'wink;
0 replies
D
douwe_yntema
D
  • Senior Member, joined since
  • Contributed 667 posts on the community forums.
  • Started 57 threads in the forums
  • Started this discussions
  • Answered 1 question
answered
Senior Member

I Think I Found the answer:
The PHP Function json_encode is called from image_upload.php. This function is PHP > 5.2.0. Mij PHP Version is 5.1

EDIT:

This: http://www.boutell.com/scripts/jsonwr...apper.html is my solution!
Edited by douwe_yntema on 13-09-2013 22:21,
0 replies

Category Forum

Panels and Infusions

Labels

None yet

Statistics

  • Views 0 views
  • Posts 4 posts
  • Votes 0 votes
  • Topic users 3 members

3 participants

A
A
afaaro 10
  • Senior Member, joined since
  • Contributed 295 posts on the community forums.
  • Started 68 threads in the forums
R
R
Rush_ 10
  • Junior Member, joined since
  • Contributed 34 posts on the community forums.
  • Started 3 threads in the forums
D
D
  • Senior Member, joined since
  • Contributed 667 posts on the community forums.
  • Started 57 threads in the forums
  • Started this discussions
  • Answered 1 question

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet