10375 Posts in 2190 Topics by 1707 members
| Go to End | Next > | |
| Author | Topic: | 1706 Views |
-
PIXLR Saving doesn't work

27 October 2010 at 7:35am
Everything starts ok but when you select the destination folder and click save nothing happens. File is not saved. What could be wrong?
-
Re: PIXLR Saving doesn't work

28 October 2010 at 12:35am Last edited: 28 October 2010 12:35am
Are you receiving any error messages at all? How big was the image that you created? What browser are you using?
Can you take a screenshot after you click save?
-
Re: PIXLR Saving doesn't work

28 October 2010 at 1:01am
I'll take a quick look - you might want to edit your post and remove any server details though
-
Re: PIXLR Saving doesn't work

28 October 2010 at 1:10am
Do you have the PHP curl module installed? Do you have access to your server logs? I'm wondering if it's silently failing and not spitting back an error.
I also noticed that it's running on the Lightspeed webserver; I've never used this before, and it might also be causing something to go awry.
-
Re: PIXLR Saving doesn't work

28 October 2010 at 1:24am
1. Do you have the PHP curl module installed?
- I do not know, how can I check?2. Do you have access to your server logs? I'm wondering if it's silently failing and not spitting back an error.
- I think that I have. please find the attachment below. -
Re: PIXLR Saving doesn't work

28 October 2010 at 1:25am
1. Do you have the PHP curl module installed?
- I do not know, how can I check?2. Do you have access to your server logs? I'm wondering if it's silently failing and not spitting back an error.
- I think that I have. please find the attachment below. -
Re: PIXLR Saving doesn't work

28 October 2010 at 1:31am
1. Do you have the PHP curl module installed?
- I do not know, how can I check?2. Do you have access to your server logs? I'm wondering if it's silently failing and not spitting back an error.
- I think that I have. I put to the link below. -
Re: PIXLR Saving doesn't work

28 October 2010 at 1:54am
You can try adding a piece of code like
if (!function_exists('curl_init')) {
die("You must have the CURL module installed to use the Pixlr module");
}to your pixlr/_config.php file. If CURL is not installed, you will get a message to install it first.
Aside from that I've actually just done some further testing with data object manager installed, and have been able to reproduce the problem (I think), so I'll update the thread when I find out more.
| 1706 Views | ||
| Go to Top | Next > |


