When I click on the "browse" button next to the URL field, I get this twice at the top of the new window:
[8]: getimagesize(): Read error! in [faq root directory]\admin\editor\plugins\ajaxfilemanager\inc\class.file.php on line 45
If I attempt to upload an image, I get the JavaScript error I ...
Search found 11 matches
- Tue Mar 18, 2014 4:46 pm
- Forum: Bug reports
- Topic: Image Upload Suddenly Stopped Working
- Replies: 8
- Views: 8627
- Mon Mar 17, 2014 10:47 pm
- Forum: Bug reports
- Topic: Image Upload Suddenly Stopped Working
- Replies: 8
- Views: 8627
Re: Image Upload Suddenly Stopped Working
is it possible to get access to your FAQ?
Unfortunately, I don't think so because of how we have things set up.
However!
I have managed to whittle things down considerably. The file upload works if I comment out the following:
// Check on MIME type to avoid upload of malicious PHP files ...
Unfortunately, I don't think so because of how we have things set up.
However!
I have managed to whittle things down considerably. The file upload works if I comment out the following:
// Check on MIME type to avoid upload of malicious PHP files ...
- Wed Mar 12, 2014 12:00 am
- Forum: Bug reports
- Topic: Image Upload Suddenly Stopped Working
- Replies: 8
- Views: 8627
Re: Image Upload Suddenly Stopped Working
Now that you've asked about browsers...
In Chrome, the error I get is: SyntaxError: Unexpected end of input
In Firefox, the error I get is: SyntaxError: invalid property id
In IE 11, the error I get is: TypeError: Permission denied
Unfortunately, I don't think there's a way I can have you ...
In Chrome, the error I get is: SyntaxError: Unexpected end of input
In Firefox, the error I get is: SyntaxError: invalid property id
In IE 11, the error I get is: TypeError: Permission denied
Unfortunately, I don't think there's a way I can have you ...
- Mon Mar 10, 2014 6:15 pm
- Forum: Bug reports
- Topic: Image Upload Suddenly Stopped Working
- Replies: 8
- Views: 8627
Image Upload Suddenly Stopped Working
The Problem
We've recently started getting an error when trying to upload images in the WYSIWYG editor. Unfortunately the errors on our development and production servers are different.
The error on the production server (and the one that clued us in that there was a problem) is: SyntaxError ...
We've recently started getting an error when trying to upload images in the WYSIWYG editor. Unfortunately the errors on our development and production servers are different.
The error on the production server (and the one that clued us in that there was a problem) is: SyntaxError ...
- Thu Apr 04, 2013 11:07 pm
- Forum: Bug reports
- Topic: Unable to delete records in 2.7.9
- Replies: 1
- Views: 2943
Unable to delete records in 2.7.9
When I click on the delete button in the admin area, I receive the following error: Uncaught ReferenceError: deleteRecord is not defined
I know Thorsten has fixed this in 2.8.0 RC3, but I was hoping to find out how I could fix this in 2.7.9 so my editors can delete records.
Thanks!
I know Thorsten has fixed this in 2.8.0 RC3, but I was hoping to find out how I could fix this in 2.7.9 so my editors can delete records.
Thanks!
- Thu Apr 04, 2013 8:57 pm
- Forum: General discussions
- Topic: [SOLVED] How can I change where the pagination appears?
- Replies: 6
- Views: 4891
Re: How can I change where the pagination appears?
I found the mistake. I just wasn't thinking clearly.
And you were right, it was an HTML issue.
Thanks again!
And you were right, it was an HTML issue.
Thanks again!
- Thu Apr 04, 2013 6:00 pm
- Forum: General discussions
- Topic: [SOLVED] How can I change where the pagination appears?
- Replies: 6
- Views: 4891
Re: How can I change where the pagination appears?
Hmm. In that case, mine is behaving very oddly.
My template is heavily modified, but you can see the result here . Note the pagination appears in the DOM above the search results table.
Yet in my template file, here's the code:
...search inputs
</form>
<br /><br />
<table cellpadding="0 ...
My template is heavily modified, but you can see the result here . Note the pagination appears in the DOM above the search results table.
Yet in my template file, here's the code:
...search inputs
</form>
<br /><br />
<table cellpadding="0 ...
- Thu Apr 04, 2013 4:20 pm
- Forum: General discussions
- Topic: [SOLVED] How can I change where the pagination appears?
- Replies: 6
- Views: 4891
Re: How can I change where the pagination appears?
Oops, forgot to mention that, huh?
I use 2.7.9.
Thanks, Thorsten.
I use 2.7.9.
Thanks, Thorsten.
- Mon Apr 01, 2013 6:15 pm
- Forum: General discussions
- Topic: [SOLVED] Adding the Top Ten to main page
- Replies: 1
- Views: 2398
Re: Adding the Top Ten to main page
OK, I finally figured it out on my own. For those wondering, the change I made to main.php (and remember, I'm running version 2.7.9) was to add
'writeTopTenRow' => $topten,
to the processTemplate() method. So what you end up with is:
$tpl->processTemplate('writeContent', array ...
'writeTopTenRow' => $topten,
to the processTemplate() method. So what you end up with is:
$tpl->processTemplate('writeContent', array ...
- Thu Mar 28, 2013 6:55 pm
- Forum: General discussions
- Topic: [SOLVED] Adding the Top Ten to main page
- Replies: 1
- Views: 2398
[SOLVED] Adding the Top Ten to main page
I know, I know, this again?
I've pored over the forum and tried the typical suggestions ( this and this ), but the most recent post I found is 8 years old, and it seems things have changed somewhat since then.
I understand the basic principles, but I'm struggling with the execution. So with that ...
I've pored over the forum and tried the typical suggestions ( this and this ), but the most recent post I found is 8 years old, and it seems things have changed somewhat since then.
I understand the basic principles, but I'm struggling with the execution. So with that ...
- Thu Mar 28, 2013 6:47 pm
- Forum: General discussions
- Topic: [SOLVED] How can I change where the pagination appears?
- Replies: 6
- Views: 4891
[SOLVED] How can I change where the pagination appears?
When a user completes a search, the pagination appears and works perfectly. However, the pagination links appear above the search results, instead of below. I'd like to move them below the search results, but I can't figure out how to do it. As far as I can tell from looking at the code, they should ...