Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

Hi

 

Need to change one page but the image will not be saved.

Have change the admin dir after my last update.

 

Are there anyone that can give me any help ?

 

Regards

 

Nick

 

I need to change one page but the image will not be saved and the old images are not there any more after I have saved.

 

 

Regards

 

Nick

  • 2 months later...
Posted

Hi

 

I have moved my test site from a directory further down (where FCKeditor was working perfectly), to the a domain in my root directory , did the config.php changes of absolute path as suggested elsewhere here, but I still get the following error message:

 

 

Message: Access is denied.

 

Line: 68

Char: 131

Code: 0

URI: http://mysite//mynewlychangedadmin/fckeditor/editor/js/fckeditorcode_ie.js

 

 

Message: 'FCK.EditorDocument.body' is null or not an object

Line: 48

Char: 1419

Code: 0

URI: http://mysite//mynewlychangedadmin/fckeditor/editor/js/fckeditorcode_ie.js

 

 

What else do I need to do?

 

Regards

Posted

Now I only get this error message;

 

Message: Access is denied.

 

Line: 68

Char: 131

Code: 0

URI: http://mysite//mynewlychangedadmin/fckeditor/editor/js/fckeditorcode_ie.js

 

Still red crossed squares and nothing else

 

Anyone?

 

Thanks in advance

 

 

 

 

 

Hi

 

I have moved my test site from a directory further down (where FCKeditor was working perfectly), to the a domain in my root directory , did the config.php changes of absolute path as suggested elsewhere here, but I still get the following error message:

 

 

Message: Access is denied.

 

Line: 68

Char: 131

Code: 0

URI: http://mysite//mynewlychangedadmin/fckeditor/editor/js/fckeditorcode_ie.js

 

 

Message: 'FCK.EditorDocument.body' is null or not an object

Line: 48

Char: 1419

Code: 0

URI: http://mysite//mynewlychangedadmin/fckeditor/editor/js/fckeditorcode_ie.js

 

 

What else do I need to do?

 

Regards

  • 3 weeks later...
Posted

Problem sorted, just reinstalled for the 5th time and this time it worked out.

 

Now have just installed another add on, (supplier admin area), I get the following messages when browsing as a supplier

 

Warning: require(fckeditor/fckeditor.php) [function.require]: failed to open stream: No such file or directory in /home/.../yebocom.com/myadmin/includes/functions/html_output.php on line 13

 

Warning: require(fckeditor/fckeditor.php) [function.require]: failed to open stream: No such file or directory in /home/../yebocom.com/myadmin/includes/functions/html_output.php on line 13

 

Fatal error: require() [function.require]: Failed opening required 'fckeditor/fckeditor.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/.../public_html/yebocom.com/myadmin/includes/functions/html_output.php on line 13

 

What does this mean?

 

Regards

 

 

 

Now I only get this error message;

 

Message: Access is denied.

 

Line: 68

Char: 131

Code: 0

URI: http://mysite//mynewlychangedadmin/fckeditor/editor/js/fckeditorcode_ie.js

 

Still red crossed squares and nothing else

 

Anyone?

 

Thanks in advance

  • 2 weeks later...
Posted

I have been using the editor since I set up my site without issue, awesome mod! Thank you!

 

Problem is, I moved my site to a new server, uploaded files, imported database, every is working fine except the FCK editor when I try to add or edit a new product. I don't know what I am missing.

 

I edited the fckeditor/editor/filemanager/connectors/php/config.php and should be correct.

 

The interface doesn't really load, I just see a few words "Source, Style, Format, Font, Size". It's almost like the graphics are not loading? I couldn't even find where the graphics are for the interface.

 

Obviously I can't really add a product without the interface and I sure hate to go back to the OSC default.

 

What could I be missing? Any suggestions would be GREATLY appreciated!

Posted

I have been using the editor since I set up my site without issue, awesome mod! Thank you!

 

Problem is, I moved my site to a new server, uploaded files, imported database, every is working fine except the FCK editor when I try to add or edit a new product. I don't know what I am missing.

 

I edited the fckeditor/editor/filemanager/connectors/php/config.php and should be correct.

 

The interface doesn't really load, I just see a few words "Source, Style, Format, Font, Size". It's almost like the graphics are not loading? I couldn't even find where the graphics are for the interface.

 

Obviously I can't really add a product without the interface and I sure hate to go back to the OSC default.

 

What could I be missing? Any suggestions would be GREATLY appreciated!

 

I fixed my issue, I believe it was because I renamed my admin folder and it might have had some characters that messed up the editor loading. I also changed the $Config['Enabled'] = false back to false, I had true, although I swear I tried that.

 

Anyways, just thought I'd post in case some one else has the same issue, something they might want to check. :)

Posted

Hi,

 

I have a problem. I want to install this contribution, but I already get stuck at step 3: <script language="javascript" src="includes/general.js"></script>

This is nowhere to be found in my categories.php. I did install the simple multi image addon, might that be the problem?

 

Thanks,

  • 4 weeks later...
Posted

Hi,

 

I have this contribution working great on a few sites. I have copied one of these sites to create a new one. Most things are working fine - however, I cannot save changes in Define MainPage - error shows as ERROR_FILE_NOT_Writable - my userfiles directory has 777 set - does anyone know what I've done wrong - would be great to get this working. I managed to get it working last night by changing the permissions on my entire catalog directory to 777 - but obviously this would be a bit of a security risk.

 

Thanks

 

Lotti

  • 3 months later...
Posted

Hi.

 

I am using 5679 Contribution All in One FCK Editor.

 

The editor works just fine except when I try to place a page break in longer product descriptions it the pagebreak is shown in live view.

 

Can Anyone give me some advice on how to solve this?

 

Thank you.

  • 11 months later...
Posted

How do i implant it to category descriptions?

i have tryed but it show in the top and not where it should be, and it won't save my work, so i took it off.

my code in category.php is:

 

$category_desc_inputs_string .= '<br>' . tep_image(DIR_WS_CATALOG_LANGUAGES . $languages[$i]['directory'] . '/images/' . $languages[$i]['image'], $languages[$i]['name']) . ' ' . tep_draw_textarea_field('categories_description[' . $languages[$i]['id'] . ']', '', 40, 10);

}

.

.

.

.

$category_inputs_string .= '<br>' . tep_image(DIR_WS_CATALOG_LANGUAGES . $languages[$i]['directory'] . '/images/' . $languages[$i]['image'], $languages[$i]['name']) . ' ' . tep_draw_input_field('categories_name[' . $languages[$i]['id'] . ']', tep_get_category_name($cInfo->categories_id, $languages[$i]['id']));

}

 

I hope someone can help

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...