I downloaded the 1.5 upgrade last night and now my flash games are not working. After checking pnflashgames website I have notice that several other people are having the same problem. We all seemed to be getting this error message:
Items load failed: Unknown column 'nuke_pnFlashGames_games.pn_status' in 'field list'
Watch
GitHub Core
Show your support for Zikula! Sign up at Github account and watch the Core project!
GitHub Modules
- mesteele101 responded to »ERR (3): E_USER_ERROR: Smarty error: [in pagesvar:pagesitem2en line XXX]…« 07:01 AM
- mazdev responded to »Pages 2.5.0 and updating - Page not found« 06:41 AM
- ehdwma created topic »Hide "Register new account" and change template to 3 col« 06:27 AM
- mesteele101 responded to »Zikula 1.3.3 - Selecting a category in Pages not working« 01:29 AM
- mdee created topic »How to implement returnpage ?« 01:00 AM
- nestormateo responded to »Fillters in Clip« 24. May
- damon responded to »Can the Updated Version Check be Turned Off (Z 1.3)« 24. May
Zikula Blog
- Anatomy of Open Source Projects on Mar 07
- Continuous Review on Mar 01
- Not Invented Here on Feb 24
- How to Contribute Your Code at Github on Jan 13
- 10 Steps to Coding-Nirvana: Tips for Successful Module Writing on Nov 12
- Submitting Bug Report Tickets That Get Results on Aug 17
- Cozi Tricks #1: Syntax Highlighting on Aug 07
Login
PN FLASHGAMES 1.5!
-
**unknown user**
- Rank: Senior
- Registered: Mar 16, 2002
- Last visit: Oct 21, 2009
- Posts: 2330
What it means is that the pn_status column isn't being found in the nuke_pnFlashGames_games table...but it's being called in the field list.
I don't use the mod and don't know your fix, but what you can do is to check your database's nuke_pnFlashGames_games table and see for yourself if the column does not exist...(the error pretty much says it doesn't) but I always prefer to look myself. Then, head over to the pnFlashGames site and make a new post with "pn_status column missing" in the title so they can see you've at least done your homework and aren't just chiming in with a "help" or "not working" post... -
**unknown user**
- Rank: Softmore
- Registered: Mar 16, 2002
- Last visit: Oct 21, 2009
- Posts: 117
Yeah, I posted there also late last night along with others. Perhaps it hasnt been seen yet. Its a great mod but right now its down on my site.
I dont know to much about DB's so I dont want to tinker to much with it and possibly make things worse. Guess Ill just wait and see
-
- Rank: Helper
- Registered: Jan 12, 2004
- Last visit: Jan 20, 2010
- Posts: 590
Hello,
There is some problem in the pninit.php file.
If you havent already upgraded you can avoid the problem making these changes before upgrade.
The first one isn't severe but as I found you can correct it as well ! In pninit.php line 932 change :
Code
pnModSetVar('pnFlashGames', 'commericalFirst', 1);
to :
Code
pnModSetVar('pnFlashGames', 'commercialFirst', 1);
And this one is the one causing the problem because upgrade 1.1.0 -> 1.5 isn't executed
lines 973-974 change :
Code
pnModSetVar('pnFlashGames', 'banPolicy', "Insert your site's ban policy here.");
break;
to :
Code
pnModSetVar('pnFlashGames', 'banPolicy', "Insert your site's ban policy here.");
return pnFlashGames_upgrade('1.1.0');
break;
For those having already upgraded, you need to look in pninit and do manually all the changes that are in the 1.1.0 -> 1.5 upgrade, namely :
- add a field pn_status INT DEFAULT '1' NOT NULL to the (your_prefix)_pnFlashGames_games table
- add a field pn_status INT DEFAULT '1' NOT NULL to the (your_prefix)_pnFlashGames_contests table
- create the mod variable showUserRank and set it to 1
--
Visit my live reef aquarium.
My Amazon wish list. -
**unknown user**
- Rank: Softmore
- Registered: Mar 16, 2002
- Last visit: Oct 21, 2009
- Posts: 117
- Moderated by:
- Support
Users on-line
- 0 users
This list is based on users active over the last 60 minutes.
