Browse > Comments
Results 1 to 5 of 120 Previous
Next FileModified: 29 Jun 2008, 11:36Created: 29 Jun 2008, 10:52 when trying to add user ,during step 8, at the time of installation i get following error.
Notice: INSERT INTO `wikyblog_wbusers` SET `username` = "Main" , `password` = "d9a9046d60f3ec4358ba9e9594d5f1a7" , `created` = "2008-06-29 09:13:23" , `total_usage` = 0 , `max_usage` = "1000000000" , `max_history` = "0" , `flags` = "" , `data2` = "a:3:{s:5:\"links\";a:2:{s:9:\"localhost\";a:1:{i:0;a:4:{s:3:\"uri\";s:1:\"/\";s:5:\"label\";s:4:\"Home\";s:4:\"desc\";s:1:\" \";s:6:\"intern\";b:1;}}s:9:\"WikyBlog \";a:3:{i:0;a:3:{s:3:\"uri\";s:23:\"http://www.wikyblog.com\";s:5:\"label\";s:8:\"WikyBlog\";s:4:\"desc\";s:27:\"Wiki / Blog Hybrid Software\";}i:1;a:3:{s:3:\"uri\";s:39:\"http://freshmeat.net/projects/wikyblog/\";s:5:\"label\";s:11:\"@ Freshmeat\";s:4:\"desc\";s:20:\"WikyBlog @ Freshmeat\";}i:2;a:3:{s:3:\"uri\";s:41:\"http://sourceforge.net/projects/wikyblog/\";s:5:\"label\";s:13:\"@ SourceForge\";s:4:\"desc\";s:22:\"WikyBlog @ SourceForge\";}}}s:6:\"groups\";a:2:{s:9:\"localhost\";a:0:{}s:9:\"WikyBlog \";a:0:{}}s:4:\"tabs\";a:3:{s:10:\"/Main/Home\";s:4:\"Home\";s:26:\"/Special/Main/ControlPanel\" in C:\WWW\WikyBlog\include\wiki2.php on line 1753
...
Read More(221 words) FileModified: 4 Jul 2008, 13:46Created: 28 Jun 2008, 06:56 - You are logged in as main.
- Your session has expired.
http://shoes.web165.zwidc.com
WikyBlog Package 1.7
- Hmm... I'm not sure what's going on there. I'll run some more tests and try to get back to you later today.
- Sorry for the trouble, and thanks very much for reporting the problem --Josh
- I still haven't been able to recreate the issue. The one thing that is standing out about your installation right now is that it's on a "Microsoft-IIS/6.0" server. I'll take a look at this tomorrow and hopefully track down the cause of the bug. Thanks again, --Josh
...
Read More(121 words) FileModified: 2 Jun 2008, 01:19Created: 1 Jun 2008, 19:20 1.7RC1
I noticed I wasn't able to log in after successful installation. The following (dirty hack) seems to work:
file: include/tool/session.php
function generateDomain(){
$parts = explode('.',$_SERVER['HTTP_HOST']);
if( count($parts) > 2 ){
array_shift($parts); //just take off the first one
}elseif( count($parts) < 2 && ($_SERVER['HTTP_HOST'] != 'localhost')){ //not enough parts, just use defaults
...
Read More(95 words) FileModified: 29 May 2008, 15:47Created: 29 May 2008, 15:47 Dude, i had this same idea a while back! Genius!
FileModified: 30 May 2008, 08:54Created: 26 May 2008, 15:10 if I add new page with the help of "Manage plugins" I get the page with the WikyBlog features. But I want that my own page was without any tabs and others WikyBlog features. But it must be added to WikyBlog session. Can I do this?
- I'm sorry, I'm not exactly clear on what you want to do..
- "Manage Plugins" is used to add plugins, not pages. Are you adding a plugin?
- When you say you get the page with the "WikyBlog Features" are you referring to this one?
...
Read More(294 words)