Page not found on admin/content/fees

worpx - February 24, 2008 - 18:00
Project:PayPal Node
Version:5.x-1.2
Component:User interface
Category:bug report
Priority:critical
Assigned:worpx
Status:closed
Description

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

worpx - February 25, 2008 - 22:27

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

worpx - February 25, 2008 - 22:27
Assigned to:Anonymous» worpx
Status:active» fixed

fixed above

#3

Anonymous (not verified) - March 10, 2008 - 23:57
Status:fixed» closed

Automatically closed -- issue fixed for two weeks with no activity.

 
 

Drupal is a registered trademark of Dries Buytaert.