I notised if I had the drupal site in an folder on an existent website. The module would gain some problems regarding the folder structure. Could this be fixed, or must I run the module from a drupal site with an dedicated domain?

Comments

mosh’s picture

Assigned: Unassigned » mosh

subfolder-support should work now and you can set this up at /admin/settings/wowroster.

As i understand your post, your drupal-core is installed in a folder on an existing website (ex. http://www.yoursite.com/drupal).
I haven't tested this installation scenario so far, and will make some tests as soon as i have some time.

Please download the current Development snapshot,
and try to set it up for your case.

MindTooth’s picture

I still get the same error:
warning: fsockopen() [function.fsockopen]: unable to connect to http://turntheknob.net:80 (Unable to find the socket transport "http" - did you forget to enable it when you configured PHP?) in /home/1202/domains/turntheknob.net/html/heroes/modules/wowroster/wowroster.inc on line 54.

This is when I upload the .lua file.

Off-Topic: The link to wowroaster is using ww. instead of www. And the green text that appear when you activate the plugin is linking to the setup page on the domain, not the path it self.

Even though, thank you for a great possibility to intergrate this into your drupal site :)

MindTooth’s picture

I fixed the previous error by alter the WoWRosters domain to turntheknob.net, by removing the http://www. infront. But now I got a new error when I access my account:
user warning: Table '## DB NAME##.players' doesn't exist query: SELECT players.member_id FROM players LEFT JOIN members ON members.member_id = players.member_id WHERE players.name = "Sloane" in /home/1202/domains/turntheknob.net/html/heroes/includes/database.mysql.inc on line 172.

mosh’s picture

The "Table '## DB NAME##.players' doesn't exist" error appears when your $db_url array isn't setup properly.

Please have a look to the readme and to What is $db_url to setup your wowroster-db connection.

Does the .lua upload work now?

MindTooth’s picture

## DB NAME## was just an hidding option for not to reveal the database name. I can probaply provide the actual error message..

mosh’s picture

## DB NAME## was just an hidding option for not to reveal the database name.

yes, sure :-)
...but have you setup your wowroster-db-connection as mentioned in the readme file ( install/config section, point 3 ) ?
I got exactly the same error when i comment out the setting for the wowroster-db.

MindTooth’s picture

The line is exactly as the one described in the README.txt. I am positive..

This is the exact error message:
user warning: Table 'db1202_heroes.players' doesn't exist query: SELECT players.member_id FROM players LEFT JOIN members ON members.member_id = players.member_id WHERE players.name = "Sloane" in /home/1202/domains/theguildofheroes.net/html/includes/database.mysql.inc on line 172.

This appear when I access a profile. Or atleast me own.

simon georges’s picture

Status: Active » Closed (won't fix)

This version of WowRoster Integration is not supported anymore. The issue is closed for this reason.

Please upgrade to a supported version and feel free to reopen the issue on the new version if applicable.