Jump to content

angelkelly

Members
  • Posts

    11
  • Joined

  • Last visited

    Never

Everything posted by angelkelly

  1. OK I'm getting desperate and I need this fixed before I can continue with my site so... how much would you charge me to help me fix this? Those who can help either post here or PM me Thanks
  2. Thanks for the reply! Yes, it only appears on that page. The rest of my admin (including the part where I can determine the amount of products for the featured section), and my website appear to be functioning normally and there are no other error messages.
  3. Hi guys, I have an oscommerce store and have just added the latest featured products contribution to it so that I can show products of my choice on the main page. It went in like a dream but the only problem I am havin is when I log in to my admin to add the featured products. On the page where I should be able to add them I get this: Fatal error: Cannot redeclare tep_db_connect() (previously declared in /home/sites/www.jewelleryfountain.co.uk/public_html/jewelry/admin/includes/functions/database.php:13) in /home/sites/www.jewelleryfountain.co.uk/public_html/jewelry/admin/includes/functions/database.php on line 13 I havent modified this file at all and after seahing for solutions am led to believe its something in the lang/ english folder that maybe causing the problem. Has anyone had this error before? Do you know how I can solve it? There was a file I uploaded where I had to put in my database name and password, I have 10 databases in my control panel -could it be I have put in the wrong one (although I am 85% certain the one I put in is the one that the rest of my store runs on - and they all seem to have the same amount of files). I can post any files / code you need but just dont know which file might be the problem, and I dislike posting tons of useless code as it makes the forums harder to go though. Thank you to anyone who can offer me any advice, I very much appreciate it!
  4. thank you for the link - I'm up to 6 error messages now - lol I think I'll need it! You are a real star! K
  5. I really wish I knew! I'll try again with loads of different file names and see what it comes up with thank you!
  6. hehe tried it... now I have three error messages instead of one Warning: tep_draw_fckeditor(fckeditor.class.php) [function.tep-draw-fckeditor]: failed to open stream: No such file or directory in /home/sites/www.jewelleryfountain.co.uk/public_html/catalog/admin/includes/functions/html_output.php on line 258 Warning: tep_draw_fckeditor() [function.include]: Failed opening 'fckeditor.class.php' for inclusion (include_path='.:/usr/share/pear') in /home/sites/www.jewelleryfountain.co.uk/public_html/catalog/admin/includes/functions/html_output.php on line 258 Fatal error: Cannot instantiate non-existent class: fckeditor in /home/sites/www.jewelleryfountain.co.uk/public_html/catalog/admin/includes/functions/html_output.php on line 260 thanks for the reply though - I am genuinly grateful! K
  7. you must be a genius or something - you modded that yourself? Wow - totally impressed! We'll... if I cant find an answer by the end of the night for my problem then I'll try the tiny MCE again and borrow that lovely bit of code you provided - lol Thanks Frost - your a star! Just saw your edit - I'll try it right now Thank you so so so much!
  8. thanks frost I tried it and 2 others - but the fckeditor is the closest I've got to actually making one work If all else fails I'll re-instate my backup and try it again, thanks for the advice! Much appreciated, Kel x
  9. I have tried everything i can think of, messed around with all the codes I think are the problem, and still no joy! Can anyone out there help? I've spent nearly 30 of the last 48 hrs trying to fix this and I'm literally at the point where I am about to give up and just live with a rubbish website - if I can now undo what I've already put in and get my description field back... I am a newbie and a technophobe to boot so the fact i even got as far as i have is a real achievement for me and I dont want to have to start again just coz some lousy piece of code wasnt put into a contribution correctly. Please, please help, I would be so incredibly grateful! Kelly x
  10. Thanks for the speedy reply! I located the fckeditor in the root file - but i have no idea what the fckeditor class is - I have a folder called classes and another called command classes. But not a file called fckeditor classes...
  11. Hey guys, I've set up a website in oscommerce and am trying to add a fckeditor on the descriptions page. I've downloaded the contribution, loaded it in and fixed a few bugs and error messages along the way, but now I'm really stuck with one particular bit of code - I've tried everything I can think of and now I'm completely at a loss -can anyone help? This is what I'm getting on my screen where the description box should be: Fatal error: Cannot instantiate non-existent class: fckeditor in /home/sites/www.mysitesname.co... on line 259 and this is the bit of code it is referring to: //// // Output a form textarea field w/fckeditor function tep_draw_fckeditor($name, $width, $height, $text) { $oFCKeditor = new fckeditor($name); $oFCKeditor -> Width = $width; $oFCKeditor -> Height = $height; $oFCKeditor -> BasePath = /fckeditor' ; $oFCKeditor -> Value = $text; $field = $oFCKeditor->Create($name); return $field; } anyone got any ideas? Any help much appreciated! I've been at this for the last 6 hours straight and just cant seem to figure it out. Kelly
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.