Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

ogwinilo

Pioneers
  • Posts

    150
  • Joined

  • Last visited

Everything posted by ogwinilo

  1. I have already installed this contribution, now I want to duplicate it under a new name, e.g FORUM. Do I go through all the process of installing the current one? How do I run the news.sql on my database again? Thanks in advance Felix
  2. I have already installed this contribution, now I want to duplicate it under a new name, e.g FORUM. Do I go through all the process of installing the current one? How do I run the news.sql on my database again? Thanks in advance Felix
  3. I have combed through this thread and found similar problem but no suitable answer. 1. Everything seems to work well, but on checkout_success page, I get a blank page after installing OPC. Even when I set it to false in admin to revert back to the previous, normal checkout process, I now get the blank page. I bring back back the original catalog/checkout_process file, and I get the same blank page. The message I get from the error log is; Fatal error: Call to a member function loadSessionVars() on a non-object in /home/user/public_html/yebo7.com/checkout_process.php on line 60 Line 60 is somewhere here: One Page Checkout - BEGIN */ if (ONEPAGE_CHECKOUT_ENABLED == 'True'){ $onePageCheckout->loadSessionVars(); $onePageCheckout->fixTaxes(); /* * This error report is due to the fact that we cannot duplicate some errors. * please forward this email always if you recieve it */ if ($order->customer['email_address'] == '' || $order->customer['firstname'] == '' || $order->billing['firstname'] == '' || $order->delivery['firstname'] == ''){ ob_start(); echo 'ONEPAGE::' . serialize($onepage); echo 'SESSION::' . serialize($_SESSION); echo 'SERVER::' . serialize($_SERVER); echo 'ORDER::' . serialize($order); $content = ob_get_contents(); mail(ONEPAGE_DEBUG_EMAIL_ADDRESS, 'Order Error: Please forward to I.T. Web Experts', $content); unset($content); ob_end_clean(); } } /* One Page Checkout - END */ 2. Secondly, do I have to install kgt_howto even though I'm not interested in coupons? Could it be that it's because I didn't install this? Please help! Felix
  4. On checking out, I get the following message: Fatal error: Call to a member function loadSessionVars() on a non-object in /home/user/public_html/yebo7.com/checkout_process.php on line 60 Anyone with similar problem and how to solve it? Felix
  5. I wonder if this support is still live. Nonetheless, after installing this contribution, I get this error message: Fatal error: Call to undefined function _box() in /home/woiqqwab/public_html/yebocom.com/includes/columns.php on line 23 Can anyone help solving this? Felix
  6. Installing this contribution, Infobox Admin , I get this message; Fatal error: Call to undefined function _box() in /home/user/public_html/yebocom.com/includes/columns.php on line 23 Has anyone encountered this and how did you solve it? Felix
  7. Thanks Chris, decided to revert to saved backup. The puzzling thing is that copying and pasting the site to another directory worked fine
  8. Thanks, decided to do just that, the contribution used doesnt seem to be supported here. The puzzling thing is that copying and pasting the site to another directory works fine.
  9. Now I get this message: Fatal error: Call to undefined function _box() in /home/user/public_html/yebocom.com/includes/columns.php on line 23 How can I solve this? Thanks in advance Felix
  10. After a contribution, I receive this error message; Fatal error: Call to undefined function _box() in /home/user/public_html/yebocom.com/includes/columns.php on line 23F Any suggestion for solving this? Thanks in advance Felix
  11. Thanks for the response. I have tried this and looked at my account.php. Now I get this error message: Fatal error: Call to a member function add_current_page() on a non-object in /home/woiqqwab/public_html/yebocom.com/includes/application_top.php on line 348 Would appreciate your help with this Felix
  12. I have installed this contribution, it works perfectly, well almost. When moving away from 'My Account' back to 'Home', I become instantly logged off, requiring that I log on again if I want to continue with whatever I want to do. How can I solve this? Surprisingly, when I copy my store to another directory, I don't have this problem Thanks in advance for any help Felix
  13. I have installed this contribution, it works perfectly, well almost. When moving away from 'My Account' back to 'Home', I become instantly logged off, requiring that I log on again if I want to continue with whatever I want to do. How can I solve this? Surprisingly, when I copy my store to another directory, I don't have this problem Thanks in advance for any help Felix
  14. I have installed the contribution and everything works well from the admin side. 1. However, in my store front, there is nothing to suggest I installed this. Forgive my being new on this. But I have installed infobox in admin contribution which controls infoboxes from admin. This has introduced a 'columns.php, I believe to take the place of the right and left.php files. I wonder if this could be the reason and where to look at to have the blog to show up. 2. On the login page on the breadcrumb of the navigation bar, it shows the news/blog menu item while im on the login page. Is it normal? Thannks in advance Felix
  15. 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
  16. I knew I messed up somehow, thanks for pointing that out, it's working now Thanks again G and all the best Felix
  17. I have re-installed the latest OE, I do get the OE interface in admin with the various options there. But I still get a blank page on clicking of 'orders' under customers in admin. Am I looking at the wrong place? Where could there be a mistake? Thanks in advance Felix
  18. I'm using 2.2 Release Candidate 2a I don't seem to have boxes>tools.php. In catalog, it needed column left and right changes, filenames.php, database_tables.php, The tools.php in admin is like this; <?php /* $Id: tools.php 1739 2007-12-20 00:52:16Z hpdl $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright © 2002 osCommerce Released under the GNU General Public License */ ?> <!-- tools //--> <tr> <td> <?php $heading = array(); $contents = array(); $heading[] = array('text' => BOX_HEADING_TOOLS, 'link' => tep_href_link(FILENAME_BACKUP, 'selected_box=tools')); if ($selected_box == 'tools') { $contents[] = array('text' => '<a href="' . tep_href_link(FILENAME_BACKUP) . '" class="menuBoxContentLink">' . BOX_TOOLS_BACKUP . '</a><br>' . '<a href="' . tep_href_link(FILENAME_BANNER_MANAGER) . '" class="menuBoxContentLink">' . BOX_TOOLS_BANNER_MANAGER . '</a><br>' . '<a href="' . tep_href_link(FILENAME_CACHE) . '" class="menuBoxContentLink">' . BOX_TOOLS_CACHE . '</a><br>' . '<a href="' . tep_href_link(FILENAME_MAIL) . '" class="menuBoxContentLink">' . BOX_TOOLS_MAIL . '</a><br>' . '<a href="' . tep_href_link(FILENAME_NEWSLETTERS) . '" class="menuBoxContentLink">' . BOX_TOOLS_NEWSLETTER_MANAGER . '</a><br>' . '<a href="' . tep_href_link(FILENAME_SERVER_INFO) . '" class="menuBoxContentLink">' . BOX_TOOLS_SERVER_INFO . '</a><br>' . '<a href="' . tep_href_link(FILENAME_WHOS_ONLINE) . '" class="menuBoxContentLink">' . BOX_TOOLS_WHOS_ONLINE . '</a>'). '<br><a href="' . tep_href_link(FILENAME_MAILBEEZ, '', 'NONSSL') . '">MailBeez</a><br>'; } $box = new box; echo $box->menuBox($heading, $contents); ?> </td> </tr> <!-- tools_eof //--> Thanks in advance
  19. After installing an add on (infobox in admin) I have lost banner manager and 'who's online' under Tools in admin. How do I recover these. Unfortunately, this add on doesn't seem to be supported here Regards Felix
  20. Excuse my ignorance, would this be able to debug fckeditorcode_ie.js.ie file of the fckeditor add-onn? It does show errors errors there which denies me access? I'm in the process of installing KissER Regards Felix
  21. 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
  22. I have created a second shop in the root directory, copied from shop 1 two directories below this one. I have Fckeditor installed and Ultimate Seo Urls 5. From the shop 1, i have to turn off Seo Urls to get to my products and the FCKeditor works well there. However, in the second shop, copied from 1, Seo Urls are turned on and the products are accessible while I cannot get the Fckeditor to work there, infact, it just shows red crossed and nothing else. I have made the necessary configure changed in both admin and catalog in the second shop as well the .htaccess files. In the Fckeditor, i have made the necessary config.php changes. What else do I have to look at to have my shop 1 have the Seo Urls turned on and shop products and the second shop to have the Fckeditor working. Any help will be appreciated Regard
×
×
  • Create New...