Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

jls

Archived
  • Posts

    16
  • Joined

  • Last visited

Profile Information

  • Real Name
    Jason S

jls's Achievements

  1. My breadcrumb is showing "NAVBAR_TITLE" rather than "news" when I am on the news page. Does anyone know why? (It might be only for me because I corrected the typo of "replys" to "replies" on every page and instruction that I found it - I may have missed one or two.) :blush: Also, is there a way to disable users adding comments-not even showing that viewers can add comments. I would like it just as a news section for my site, without the ability of anyone to add comments. Thanksk
  2. I had to change any reference to HTTPS_CATALOG_SERVER to HTTPS_SERVER since that was how my default config.php file was set up. My /phpbb2/config.php file looked nothing like what the instructions showed, but that may be because the instructions do not show the actual db name, password, server, etc. I just copied the top section from the replacement (from the if statement to the last require statement) in the instructions and pasted it in the top of my phpbb config file, and it worked for me. My SQL statement in /phpbb2/login.php was longer than the one that the instructions showed, so I only replaced part of it. The instructions use .php as the extension for some of the tpl files, but I figured that out. The instructions for /phpbb2/profile.php assume that the server is HTTPS, but mine isn't so I had to change from HTTPS to HTTP in some of the new code. That's about it. I did a temp fix to get around the errors on login.php - I didn't paste in the new code, just left catalog/login.php as was. :-" I did some testing after I installed, and when I logged in as myself in the catalog, a new user in phpbb was created. :thumbsup: But I was not able to log in to phpbb after that, even as the admin. :blink: It kept giving me an error - I forget what it was. This may be due to me not putting the code into catalog/login.php, or some other bug I introduced by making changes to your code. HTH
  3. The login.php page is not working for me. I'm getting this error on that page: Warning: main(./DIR_WS_FORUMSextension.inc) [function.main]: failed to open stream: No such file or directory in /home/public_html/login.php on line 16 Warning: main(./DIR_WS_FORUMSextension.inc) [function.main]: failed to open stream: No such file or directory in /home/public_html/login.php on line 16 Warning: main() [function.include]: Failed opening './DIR_WS_FORUMSextension.inc' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/public_html/login.php on line 16 Warning: main(./DIR_WS_FORUMScommon.) [function.main]: failed to open stream: No such file or directory in /home/public_html/login.php on line 17 Warning: main(./DIR_WS_FORUMScommon.) [function.main]: failed to open stream: No such file or directory in /home/public_html/login.php on line 17 Warning: main() [function.include]: Failed opening './DIR_WS_FORUMScommon.' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/public_html/login.php on line 17 Warning: Cannot modify header information - headers already sent by (output started at /home/xleris/public_html/login.php:16) in /home/public_html/includes/functions/general.php on line 1196 Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/public_html/login.php:16) in /home/public_html/includes/functions/sessions.php on line 97 I've tried pasting the new code after: require('includes/application_top.php'); instead of before as the instructions say. I got fewer errors, but still have errors. In fact, quite a bit isn't working for me, but I've been slowing going through and correcting errors from the first contribution. Has this happened to anyone else? By the way, I was able to make a quick fix for the admin bug by removing tep_href_link and its associated braces from phpbb_admin.php. This is a great mod and contribution! :thumbsup:
  4. I am having the same problem. Is there a fix for this?
  5. Open phpMyAdmin from within cpanel and if you have the same version of phpMyAdmin as I do, on the leftside above the table list of you db, there should be some buttons to click on, click on the query window and paste the sql code into the window that pops up, and click on the "go" button. HTH
  6. Isn't the default osCommerce the same way?
  7. Looks like your db doesn't have the products_image_2 field. Can you check the products table and see if that field is in there.
  8. I too had the cDynamic Meta Tags Contrib installed with the older version of Ultimate SEO. When I upgraded, my site wouldn't work. I had to change the setting for the cDynamic Meta Tags contrib to not use the Chemo's cache, and my site now works. That might be the problem.
  9. Did you have any problems with the visitor's IP address not showing up when you switched to a Windows box? I have my site on a windows box and the IP address of visitors is not showing in Who's Online, and was wondering if it was something to do with this. Thanks, Jason
×
×
  • Create New...