Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

phpbb and oscommerce


akosh

Recommended Posts

Warning: Failed opening 'includes/modules/phpbb2/index.php' for inclusion (include_path='.:/usr/local/lib/php') in /homepages/12/d92435147/htdocs/modules.php on line 23

 

line 23 is

include(DIR_WS_MODULES."$name/$file");

Link to comment
Share on other sites

Warning: Failed opening 'includes/modules/phpbb2/index.php' for inclusion (include_path='.:/usr/local/lib/php') in /homepages/12/d92435147/htdocs/modules.php on line 23

 

line 23 is

include(DIR_WS_MODULES."$name/$file");

Greetings,

 

The absoulte link is wrong

'includes/modules/phpbb2/index.php

 

The absoulte Path (in my case, for my site would be):

'/home/sonimage/public_html/index.php'

 

In your case I would suggest that it would start with:

'/usr/local/lib/php'

 

Hope it helps

 

Peace,

--------------------------------

Link to comment
Share on other sites

hmm, I changed

include(DIR_WS_MODULES."$name/$file");

to

include("http://mysite.com/phpbb2/index.php");

and it takes me to index, but the problem is that it's only the index, and not the forum.

Link to comment
Share on other sites

hmm, I changed
include(DIR_WS_MODULES."$name/$file");

to

include("http://mysite.com/phpbb2/index.php");

and it takes me to index, but the problem is that it's only the index, and not the forum.

Whats the address for the foum??

--------------------------------

Link to comment
Share on other sites

well, go to akosh.com and click on forum from the information box.

 

also, notice how it's just the index, and not the actual forum.

click on any link, and you'll get a page not found.

Link to comment
Share on other sites

  • 3 months later...

Can somebody tell me how can I install phpbb with oscommerce? I know it easy but the only thing that I'm not sure about is using one username for both. Also when I install phpbb do I need a seperate mysql or It will automatically update mysql? Or, will it overwtite it? Please let me know.. Thanks...

Link to comment
Share on other sites

You can place it all in the same table that your oscommerce data sits in. It will have only 1 username for both. I did not use the new phpbb contribution, but rather the old phpbb contrib from OldPa and a lot of changes to it.

Kenneth S

--------------

Customer "Are you a real programmer?"

Me "No, but I did stay at a Holiday Inn Express last night"

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...