Watch
GitHub Core
Show your support for Zikula! Sign up at Github account and watch the Core project!
GitHub Modules
- craigh responded to »Using PageUtil::addVar() to load script code« 03:29 PM
- michiel responded to »password problem« 10:01 AM
- mazdev responded to »Hide "Register new account" and change template to 3 col« 07:50 AM
- mesteele101 created topic »Zikula 1.3.3 - Site Search 1.5.2 - Unable to turn off plug-ins« 07:48 AM
- mesteele101 responded to »ERR (3): E_USER_ERROR: Smarty error: [in pagesvar:pagesitem2en line XXX]…« 25. May
- mazdev responded to »Pages 2.5.0 and updating - Page not found« 25. May
- mesteele101 responded to »Zikula 1.3.3 - Selecting a category in Pages not working« 25. 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
Migrating to Zikula but disabled my Postnuke site.
-
- Rank: Registered User
- Registered: Nov 05, 2003
- Last visit: Jun 09, 2005
- Posts: 5
I was going to migrate my site to Zikula but decided to disable the site first not realizing I would need the Swiss Army tool to enable it. Does anyone here have a copy of the swiss army for postnuke? I can't find it anywhere. Thanks! -
- Rank: Software Foundation
- Registered: Jul 21, 2001
- Last visit: May 31, 2010
- Posts: 624
Easier to edit the database table pn_mod_vars, look for siteoff and set the the 0 to 1.
Drak
--
Zikula Lead Developer
Board Member of the Zikula Foundation
Follow me on twitter.com/zikuladrak -
- Rank: Developer
- Registered: Aug 15, 2002
- Last visit: May 21, 2010
- Posts: 149
-
- Rank: Registered User
- Registered: Nov 05, 2003
- Last visit: Jun 09, 2005
- Posts: 5
-
- Rank: Softmore
- Registered: Aug 16, 2002
- Last visit: Oct 21, 2009
- Posts: 147
drak
Easier to edit the database table pn_mod_vars, look for siteoff and set the the 0 to 1.
I used a PostNuke admin function to disable the site, because of vandalism by spammers, and now can't get in to finish archiving the data. I was able to work on the site after I disabled it, but when I reset my browser I lost connection.
http://catholiccharismatic.us/
Using phpMyAdmin, in ccc_mod_vars, I see the following;
Quote
/PNConfig siteoff s:1:"1";
Changing the "1" to a "0" doesn't do a thing... I suspect that this is not the real flag, because of the next line;
Quote
/PNConfig siteoffreason s:87:"The Catholic Charismatic Center is currently...
This text does not match that actual text shown.
Quote
Problem in Database Connection
Pointers would be appreciated. -
- Rank: Team Member
- Registered: Mar 15, 2004
- Posts: 112
Just to be clear, are your correctly changing this:
Quote
/PNConfig siteoff s:1:"1";
to this:
Quote
/PNConfig siteoff s:1:"0";
And if you are seeing this message:
Quote
Problem in Database Connection
Verify that you are using the correct user name and password to connect to the database. -
- Rank: Softmore
- Registered: Aug 16, 2002
- Last visit: Oct 21, 2009
- Posts: 147
The password may have been changed. For the record, to create a new encrypted string for the config.php file, use the following;
Code
The system now correctly states "Site Disabled".
Changing the siteoff value fromtoQuote
s:1:"1";
and back worked like a charm.Quote
s:1:"0";
- Moderated by:
- Support
