Advanced HTML Editor Support Product Page
This topic is locked
This topic was archived
Adv HTML editor and Smart Image Processor
Asked 19 May 2008 12:46:18
1
has this question
19 May 2008 12:46:18 Nick Gray posted:
I have:Advanced HTML Editor 2.0.5
Smart Image Processor 2.0.4
Pure ASP Upload 3 3.0.9
Pure ASP File Upload 2.2.1 and
Pure ASP Upload AddOn Pack 1.8.0 installed
The Advanced HTML Editor works fine, until I want to include an image to upload.
I click on the advanced button in the properties and tick the Allow Upload in the Image Upload section, I clicked the browse button and choose a directory where I want the images to be uploaded to, I check the Allow Resize box, but don't enter a max width or height. The Image Gallery options I can leave unchecked or checked, it doesn't seem to matter. When I click the OK button I get the following errors in pop up boxes:
File copy failed! File../Includes/incPU3.js then
Smart Image Processor 1.1.2 or later is required for this option then
The image gallery is not installed (depending on whether I've ticked this option or not).
I did have Smart Image Processor PHP 1.0.6 installed, but I've since removed this.
I also have Pure PHP Upload 2.1.4 and Pure PHP Upload AddOn Pack 1.0.6 installed, but I don't think these should be effecting the problem.
Any ideas why I'm getting these errors and what I can do to resolve my problem?
Thanks in advance.
Regards
Nick
Replies
Replied 20 May 2008 16:31:08
20 May 2008 16:31:08 Kiril Iliev replied:
Hi Nick,
Could you please add
?sipinfo=true&sipdebug=true
on the address of your page. This will output debug information that would help us to check what might be the issue.
Regards,
DMX Zones Support Team
Could you please add
?sipinfo=true&sipdebug=true
on the address of your page. This will output debug information that would help us to check what might be the issue.
Regards,
DMX Zones Support Team
Replied 20 May 2008 17:03:37
20 May 2008 17:03:37 Nick Gray replied:
Hi,
It's an ASP page, so the PHP debug statement isn't going to work.
After further fiddling, and putting the files onto a live web server, rather than testing on my local machine under IIS it seems to be working and putting the images in the correct place, I'm not sure what the difference is, but I don't want to mess about too much with it, in case I break it <img src=../images/dmxzone/forum/icon_smile.gif border=0 align=middle>
Cheers
Nick
It's an ASP page, so the PHP debug statement isn't going to work.
After further fiddling, and putting the files onto a live web server, rather than testing on my local machine under IIS it seems to be working and putting the images in the correct place, I'm not sure what the difference is, but I don't want to mess about too much with it, in case I break it <img src=../images/dmxzone/forum/icon_smile.gif border=0 align=middle>
Cheers
Nick
Replied 20 May 2008 17:19:50
20 May 2008 17:19:50 Kiril Iliev replied:
Hi Nick,
I've made a little mistake about the statements...
Could you please try adding ?sipinfo=true&sipdebug=true to the address of your site?
Regards,
DMX Zones Support Team
I've made a little mistake about the statements...
Could you please try adding ?sipinfo=true&sipdebug=true to the address of your site?
Regards,
DMX Zones Support Team
Replied 20 May 2008 18:37:22
20 May 2008 18:37:22 Nick Gray replied:
Hi,
I think I'm missing something here.
If I put this machinename/client/admin/page_update.asp?page_id=9?sipinfo=true&sipdebug=true into my broswer address bar then I get an error:
Microsoft JET Database Engine (0x80040E14)
Syntax error (missing operator) in query expression 'page_id = 9?sipinfo=true'.
/client/admin/page_update.asp, line 138
as I would expect because the page is trying to load content based on a variable being passed to it in the select statement - rsPageContent.Source = "SELECT * FROM page_content WHERE page_id = " + Replace(rsPageContent__MMColParam, "'", "''"
+ ""
If I put this machinename/client/admin/page_update.asp?sipinfo=true&sipdebug=true into my browser address bar, I just get the page loading with no errors, but also with no debug information.
Any further ideas or suggestions?
Regards
Nick
I think I'm missing something here.
If I put this machinename/client/admin/page_update.asp?page_id=9?sipinfo=true&sipdebug=true into my broswer address bar then I get an error:
Microsoft JET Database Engine (0x80040E14)
Syntax error (missing operator) in query expression 'page_id = 9?sipinfo=true'.
/client/admin/page_update.asp, line 138
as I would expect because the page is trying to load content based on a variable being passed to it in the select statement - rsPageContent.Source = "SELECT * FROM page_content WHERE page_id = " + Replace(rsPageContent__MMColParam, "'", "''"
If I put this machinename/client/admin/page_update.asp?sipinfo=true&sipdebug=true into my browser address bar, I just get the page loading with no errors, but also with no debug information.
Any further ideas or suggestions?
Regards
Nick