> 1 <
| Author | Message |
Trnda
8 posts
http://www.subaru-club.cz Location: Czech Republic Occupation: IP Security Administrator Age: 40 |
#202 2008-01-25 07:39 GMT |
|
I don't know why, but me plugin not working
affter corect installation, anything select in the forum, I return error message in new window "error 404 - object unknown" Thanks for any help This post was edited by Trnda (2008-01-25 07:55 GMT, 347 days ago) |
|
|
4x4=16, but also Subaru
|
|
Trustmaster
48 posts
http://www.politehnik.info Location: Russia Nizhny Novgorod Occupation: University Student, Engineer/Programmer, IT Expert Age: 20 |
#203 2008-01-25 08:23 GMT |
|
You are running on localhost in a subfolder, right? It's because of the absolute path: the plugin is supposed to run in the htdocs root (a fix for sites using mod_rewrite). You can change that by removing a slash in urls.
Open plugins/karma/karma.forums.posts.loop.php, find all the Code: onClick=\"window.open('/plug.php?o=karma parts and remove the forward slash, so it turns to Code: onClick=\"window.open('plug.php?o=karma
|
|
Trnda
8 posts
http://www.subaru-club.cz Location: Czech Republic Occupation: IP Security Administrator Age: 40 |
#204 2008-01-25 08:53 GMT |
|
it's working .... thanks.
P.S. this site running on localhost - (first tested on localhost (my computer), then install on full web site) Trnda |
|
|
4x4=16, but also Subaru
|
> 1 <



