Page not found on admin/content/fees
| Project: | PayPal Node |
| Version: | 5.x-1.2 |
| Component: | User interface |
| Category: | bug report |
| Priority: | critical |
| Assigned: | worpx |
| Status: | closed |
Jump to:
First off, thank you for the great module- the potential is great!
I installed it to see how it works and wouldn't mind using it for an upcoming project, however, I keep getting an error on admin/content/fees page:
Error 500 - Internal server error
An internal server error has occured!
I am hosted on a 1and1 server, JQuery 1.1.2 and have all prerequisite modules installed properly with current versions. I even tried the development version (dated Feb 13) and I am still having the same issues. A quick google search reveals that I am not the only one having the issues; the first result is : http://www.rhinocerus.net/node/19353 and I have the same issues as this user.
On clicking admin>content fee report: (which I can understand since there are no conent fees setup yet)
* user warning: Table 'db235850553.paypalnode_node' doesn't exist query: SELECT pn.nid, n.title, u.name, pn.price FROM node n INNER join users u ON u.uid = n.uid INNER JOIN paypalnode_node pn ON pn.nid = n.nid WHERE n.type = 'practice' AND n.status = 1 in /homepages/38/d204115586/htdocs/includes/database.mysql.inc on line 172.
* warning: array_merge() [function.array-merge]: Argument #2 is not an array in /homepages/38/d204115586/htdocs/modules/paypalnode/paypalnode-admin.inc on line 781.
Any help is GREATLY appreciated and ty in advance!

#1
I figured it out!
"paypalnode_node' doesn't exist query" Errored because the tables weren't installed for some reason, so I manually installed the tables via SQL statements, and it works!
admin/content/fees errored because it conflicted with the option "Free tagging" (it was on by default)
Great module, works great and is customizable!
#2
fixed above
#3
Automatically closed -- issue fixed for two weeks with no activity.