phpslash-devel Mailing List for phpSlash (Page 6)
Brought to you by:
joestewart,
nhruby
This list is closed, nobody may subscribe to it.
2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(45) |
Dec
(50) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(29) |
Feb
(49) |
Mar
(38) |
Apr
(22) |
May
(39) |
Jun
(21) |
Jul
(6) |
Aug
(9) |
Sep
(6) |
Oct
(26) |
Nov
(42) |
Dec
(19) |
2003 |
Jan
(15) |
Feb
(71) |
Mar
(40) |
Apr
(41) |
May
(28) |
Jun
(5) |
Jul
(25) |
Aug
|
Sep
(2) |
Oct
(50) |
Nov
(89) |
Dec
(19) |
2004 |
Jan
(21) |
Feb
(9) |
Mar
(5) |
Apr
(6) |
May
(7) |
Jun
|
Jul
(4) |
Aug
|
Sep
(14) |
Oct
(24) |
Nov
(3) |
Dec
|
2005 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
|
Jun
(3) |
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2006 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Joe S. <joe...@us...> - 2003-11-27 05:30:18
|
On Thu, Nov 27, 2003 at 12:06:27AM -0500, Matt TrollBoy Wiseman wrote: > The domain's up for grab's.. I'm gunna reg it before anyone else does.. > what dns should I point it to? If you can go ahead - use: NS.GRACEFULWEB.COM 209.182.48.235 NS2.GRACEFULWEB.COM 209.182.34.75 > -- > Matt "TrollBoy" Wiseman > Webmaster: Shoggoth.net > WebMonkey: Chaosium.com > Site Designer: phpslash.org > The oldest and strongest emotion of mankind is fear, > and the oldest and strongest kind of fear is fear of the unknown. > -H.P. Lovecraft > --------------------------------------------------------- > Please do not resell my e-mail address > to anyone or send me unsolicited e-mail > --------------------------------------------------------- > > > > ------------------------------------------------------- > This SF.net email is sponsored by: SF.net Giveback Program. > Does SourceForge.net help you be more productive? Does it > help you create better code? SHARE THE LOVE, and help us help > YOU! Click Here: http://sourceforge.net/donate/ > _______________________________________________ > Phpslash-devel mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpslash-devel |
From: Matt \TrollBoy\ W. <tro...@sh...> - 2003-11-27 05:06:37
|
The domain's up for grab's.. I'm gunna reg it before anyone else does.. what dns should I point it to? -- Matt "TrollBoy" Wiseman Webmaster: Shoggoth.net WebMonkey: Chaosium.com Site Designer: phpslash.org The oldest and strongest emotion of mankind is fear, and the oldest and strongest kind of fear is fear of the unknown. -H.P. Lovecraft --------------------------------------------------------- Please do not resell my e-mail address to anyone or send me unsolicited e-mail --------------------------------------------------------- |
From: Luis M <le...@ho...> - 2003-11-27 02:03:06
|
> >did you set the session save path? > >This could explain your other problem w/getting logged out too. Jp_cache? I know it's set to "static" by default. I changed it to "internal" (so that it uses the database. Is this what you mean? or the php4 session files? remember that I have no access to php.ini, so I don't know how php manages sessions in their servers. ----)(----- Luis Mondesi System Administrator LatinoMixed.com le...@ho... "...The Mac does this so smoothly, it feels like an extension of your mind." - Paula Speer, MacWorld Magazine 2003-04 Public signature: http://www.latinomixed.com/lems1/public-a.asc _________________________________________________________________ MSN Search, le moteur de recherche qui pense comme vous ! http://search.msn.fr/worldwide.asp |
From: Luis M <le...@ho...> - 2003-11-26 20:45:55
|
Ok, after going through the install and the process of customizing the site (and I have to admit that it's a lot faster now with all this modules and well organized configuration files), the most important issue I have so far is the Evil Looping Login Screen. No matter what I do, the login screen loops back, sometimes even 3 times before actually allowing me to login. And this is putting "Remember this computer" or not while logging in. Are there any teaks I'm missing? The only out of normal thing I did is that instead of deleting the "god" account, I rename it to a different name and updated the password. I have not touch the class files or anything else. ----)(----- Luis Mondesi System Administrator LatinoMixed.com le...@ho... "...The Mac does this so smoothly, it feels like an extension of your mind." - Paula Speer, MacWorld Magazine 2003-04 Public signature: http://www.latinomixed.com/lems1/public-a.asc _________________________________________________________________ MSN Search, le moteur de recherche qui pense comme vous ! http://search.msn.fr/worldwide.asp |
From: Luis M <le...@ho...> - 2003-11-26 20:12:18
|
>I think you need to change the menu entry in config,php to look like this: I would rather not mess with config.php ... but I guess this is the only choice now. Joe, time to move this to config.ini.php ? >$menuitem[] = array( > 'name' => "About", > 'link' => $_PSL['rooturl'] . "/about.php", > 'perm' => "nobody", > 'module' => "About" >); > >The current CVS leaves module empty - I've been meaning to submit a patch >for >a while... > >Peter Ohhh, so that explains it. When i click on it it's just empty. Aside from that, the site looks pretty good and seems stable (after some tests for adding and removing stuff) http://v2divx.sf.net Now I can concentrate on improving this Perl script to rip movies from DVDs ;-) lol ----)(----- Luis Mondesi System Administrator LatinoMixed.com le...@ho... "...The Mac does this so smoothly, it feels like an extension of your mind." - Paula Speer, MacWorld Magazine 2003-04 Public signature: http://www.latinomixed.com/lems1/public-a.asc _________________________________________________________________ MSN Messenger : discutez en direct avec vos amis ! http://www.msn.fr/msger/default.asp |
From: Peter C. <li...@cr...> - 2003-11-26 19:40:29
|
I think you need to change the menu entry in config,php to look like this: $menuitem[] = array( 'name' => "About", 'link' => $_PSL['rooturl'] . "/about.php", 'perm' => "nobody", 'module' => "About" ); The current CVS leaves module empty - I've been meaning to submit a patch for a while... Peter On Wednesday 26 Nov 2003 7:34 pm, Luis M wrote: > Ok, I try to remove as many links and unnecessary information as I could. > However, I cannot remove the About link from the navbar. > Any ideas? > > So far I have: > set "about=" to blank in the config.ini.php. Deleted any block that has the > word "about" (case insensitve ;-) ) in it... and still the link keeps > showing. > > Yes, I have refresh the cache of the navbar blocks (both footer and the > main one). > > Ideas? > > ----)(----- > Luis Mondesi > System Administrator > LatinoMixed.com > > le...@ho... > > "...The Mac does this so smoothly, it feels like an extension of your > mind." - Paula Speer, MacWorld Magazine 2003-04 > > Public signature: http://www.latinomixed.com/lems1/public-a.asc > > _________________________________________________________________ > MSN Search, le moteur de recherche qui pense comme vous ! > http://search.msn.fr/worldwide.asp > > > > ------------------------------------------------------- > This SF.net email is sponsored by: SF.net Giveback Program. > Does SourceForge.net help you be more productive? Does it > help you create better code? SHARE THE LOVE, and help us help > YOU! Click Here: http://sourceforge.net/donate/ > _______________________________________________ > Phpslash-devel mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpslash-devel -- Stinginess with privileges is kindness in disguise. -- Guide to VAX/VMS Security, Sep. 1984 |
From: Joe S. <joe...@us...> - 2003-11-26 19:37:15
|
On Wed, Nov 26, 2003 at 02:34:15PM -0500, Luis M wrote: > Ok, I try to remove as many links and unnecessary information as I could. > However, I cannot remove the About link from the navbar. > Any ideas? > > So far I have: > set "about=" to blank in the config.ini.php. Deleted any block that has the > word "about" (case insensitve ;-) ) in it... and still the link keeps > showing. > > Yes, I have refresh the cache of the navbar blocks (both footer and the > main one). > > Ideas? > I think for now just comment/delete the entry in config.php > ----)(----- > Luis Mondesi > System Administrator > LatinoMixed.com > > le...@ho... > > "...The Mac does this so smoothly, it feels like an extension of your > mind." - Paula Speer, MacWorld Magazine 2003-04 > > Public signature: http://www.latinomixed.com/lems1/public-a.asc > > _________________________________________________________________ > MSN Search, le moteur de recherche qui pense comme vous ! > http://search.msn.fr/worldwide.asp > > > > ------------------------------------------------------- > This SF.net email is sponsored by: SF.net Giveback Program. > Does SourceForge.net help you be more productive? Does it > help you create better code? SHARE THE LOVE, and help us help > YOU! Click Here: http://sourceforge.net/donate/ > _______________________________________________ > Phpslash-devel mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpslash-devel |
From: Luis M <le...@ho...> - 2003-11-26 19:34:21
|
Ok, I try to remove as many links and unnecessary information as I could. However, I cannot remove the About link from the navbar. Any ideas? So far I have: set "about=" to blank in the config.ini.php. Deleted any block that has the word "about" (case insensitve ;-) ) in it... and still the link keeps showing. Yes, I have refresh the cache of the navbar blocks (both footer and the main one). Ideas? ----)(----- Luis Mondesi System Administrator LatinoMixed.com le...@ho... "...The Mac does this so smoothly, it feels like an extension of your mind." - Paula Speer, MacWorld Magazine 2003-04 Public signature: http://www.latinomixed.com/lems1/public-a.asc _________________________________________________________________ MSN Search, le moteur de recherche qui pense comme vous ! http://search.msn.fr/worldwide.asp |
From: Luis M <le...@ho...> - 2003-11-26 18:49:25
|
Disregard that... my mistake. However, there is a lot of things defined by default that might not be necessary. Or, there should be away to, for instance, remove all topics with one click (Mass_Remove button?)... Dangerous option I know, but for some sites those topics don't matter... >Talking about the default Topics, Blocks and stuff. You have two polls >defined. A poll with title "%%" and another with "PHPSlash Poll". This just >adds to the confusion of the phpslash, or the person installing it :-) >PHPSlash is the one that gets displayed in the main page. ----)(----- Luis Mondesi System Administrator LatinoMixed.com le...@ho... "...The Mac does this so smoothly, it feels like an extension of your mind." - Paula Speer, MacWorld Magazine 2003-04 Public signature: http://www.latinomixed.com/lems1/public-a.asc >From: "Luis M" <le...@ho...> >CC: php...@li... >Subject: Re: [Phpslash-devel] more problems with current alpha release >Date: Wed, 26 Nov 2003 13:44:05 -0500 > >>On Wed, Nov 26, 2003 at 12:59:37PM -0500, Luis M wrote: >> > >> > After setting "about.tpl" to an empty file I get: >> > >> > Template Error: loadfile: While loading template, >> > /home/groups/v/v2/v2divx/phpslash/include/templates/en/clean/about.tpl >>does >> > not exist or is empty. >> > Halted >> > >> > In other words, I "rm -f */about.tpl" and then "for i in `/bin/ls`; do >> > touch $i/about.tpl; done" in the Themes directory... Why can I just >>have an >> > empty about the put my own about as a Block or something like that? >> > >> >>The About page block calls the about.tpli using a template block assigned >>to the About section. >>It's just an example of a template block. >>Feel free to delete the block and tpl. >> >>You can assign anything to the About section to be as flexible as needed. > >That explains it.. >But it should not check if the file is empty anyway, just if the file >exists. > > >Also, I found that the poll renderer file doesn't have a getTitle() either. >I'm commiting that as soon as you tell me it's ok -- I already fixed it. > > >----)(----- >Luis Mondesi >System Administrator >LatinoMixed.com > >le...@ho... > >"...The Mac does this so smoothly, it feels like an extension of your >mind." - Paula Speer, MacWorld Magazine 2003-04 > >Public signature: http://www.latinomixed.com/lems1/public-a.asc > >_________________________________________________________________ >MSN Search, le moteur de recherche qui pense comme vous ! >http://search.msn.fr/worldwide.asp > > > >------------------------------------------------------- >This SF.net email is sponsored by: SF.net Giveback Program. >Does SourceForge.net help you be more productive? Does it >help you create better code? SHARE THE LOVE, and help us help >YOU! Click Here: http://sourceforge.net/donate/ >_______________________________________________ >Phpslash-devel mailing list >Php...@li... >https://lists.sourceforge.net/lists/listinfo/phpslash-devel _________________________________________________________________ MSN Search, le moteur de recherche qui pense comme vous ! http://search.msn.fr/worldwide.asp |
From: Luis M <le...@ho...> - 2003-11-26 18:44:12
|
>On Wed, Nov 26, 2003 at 12:59:37PM -0500, Luis M wrote: > > > > After setting "about.tpl" to an empty file I get: > > > > Template Error: loadfile: While loading template, > > /home/groups/v/v2/v2divx/phpslash/include/templates/en/clean/about.tpl >does > > not exist or is empty. > > Halted > > > > In other words, I "rm -f */about.tpl" and then "for i in `/bin/ls`; do > > touch $i/about.tpl; done" in the Themes directory... Why can I just have >an > > empty about the put my own about as a Block or something like that? > > > >The About page block calls the about.tpli using a template block assigned >to the About section. >It's just an example of a template block. >Feel free to delete the block and tpl. > >You can assign anything to the About section to be as flexible as needed. That explains it.. But it should not check if the file is empty anyway, just if the file exists. Talking about the default Topics, Blocks and stuff. You have two polls defined. A poll with title "%%" and another with "PHPSlash Poll". This just adds to the confusion of the phpslash, or the person installing it :-) PHPSlash is the one that gets displayed in the main page. Also, I found that the poll renderer file doesn't have a getTitle() either. I'm commiting that as soon as you tell me it's ok -- I already fixed it. ----)(----- Luis Mondesi System Administrator LatinoMixed.com le...@ho... "...The Mac does this so smoothly, it feels like an extension of your mind." - Paula Speer, MacWorld Magazine 2003-04 Public signature: http://www.latinomixed.com/lems1/public-a.asc _________________________________________________________________ MSN Search, le moteur de recherche qui pense comme vous ! http://search.msn.fr/worldwide.asp |
From: Joe S. <joe...@us...> - 2003-11-26 18:16:52
|
On Wed, Nov 26, 2003 at 12:59:37PM -0500, Luis M wrote: > > After setting "about.tpl" to an empty file I get: > > Template Error: loadfile: While loading template, > /home/groups/v/v2/v2divx/phpslash/include/templates/en/clean/about.tpl does > not exist or is empty. > Halted > > In other words, I "rm -f */about.tpl" and then "for i in `/bin/ls`; do > touch $i/about.tpl; done" in the Themes directory... Why can I just have an > empty about the put my own about as a Block or something like that? > The About page block calls the about.tpli using a template block assigned to the About section. It's just an example of a template block. Feel free to delete the block and tpl. You can assign anything to the About section to be as flexible as needed. > ----)(----- > Luis Mondesi > System Administrator > LatinoMixed.com > > le...@ho... > > "...The Mac does this so smoothly, it feels like an extension of your > mind." - Paula Speer, MacWorld Magazine 2003-04 > > Public signature: http://www.latinomixed.com/lems1/public-a.asc > > _________________________________________________________________ > MSN Messenger : discutez en direct avec vos amis ! > http://www.msn.fr/msger/default.asp > > > > ------------------------------------------------------- > This SF.net email is sponsored by: SF.net Giveback Program. > Does SourceForge.net help you be more productive? Does it > help you create better code? SHARE THE LOVE, and help us help > YOU! Click Here: http://sourceforge.net/donate/ > _______________________________________________ > Phpslash-devel mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpslash-devel |
From: Luis M <le...@ho...> - 2003-11-26 18:15:38
|
>What about a phpslash module directory? > >I was creating blocks based on the BE admin screen. Like warning if the >file permissions are writable, or manually clear the cache. We don't have >to make a separate block type. The scripts can reside in the module >directory. > Well, I was just using a "html" block. with position set to "center" and asign to "About"... Not reinventing the wheel. >We could put the miscellaneus templates that don't belong in a core module >there. > >What about the stuff in include/class? > ----)(----- Luis Mondesi System Administrator LatinoMixed.com le...@ho... "...The Mac does this so smoothly, it feels like an extension of your mind." - Paula Speer, MacWorld Magazine 2003-04 Public signature: http://www.latinomixed.com/lems1/public-a.asc _________________________________________________________________ MSN Search, le moteur de recherche qui pense comme vous ! http://search.msn.fr/worldwide.asp |
From: Joe S. <joe...@us...> - 2003-11-26 18:03:57
|
What about a phpslash module directory? I was creating blocks based on the BE admin screen. Like warning if the file permissions are writable, or manually clear the cache. We don't have to make a separate block type. The scripts can reside in the module directory. We could put the miscellaneus templates that don't belong in a core module there. What about the stuff in include/class? |
From: Luis M <le...@ho...> - 2003-11-26 17:59:48
|
After setting "about.tpl" to an empty file I get: Template Error: loadfile: While loading template, /home/groups/v/v2/v2divx/phpslash/include/templates/en/clean/about.tpl does not exist or is empty. Halted In other words, I "rm -f */about.tpl" and then "for i in `/bin/ls`; do touch $i/about.tpl; done" in the Themes directory... Why can I just have an empty about the put my own about as a Block or something like that? ----)(----- Luis Mondesi System Administrator LatinoMixed.com le...@ho... "...The Mac does this so smoothly, it feels like an extension of your mind." - Paula Speer, MacWorld Magazine 2003-04 Public signature: http://www.latinomixed.com/lems1/public-a.asc _________________________________________________________________ MSN Messenger : discutez en direct avec vos amis ! http://www.msn.fr/msger/default.asp |
From: Luis M <le...@ho...> - 2003-11-26 17:36:50
|
Joe, I wanted to ask before I try it, did you get to implement the recursive function of templates? Rembember where a template C is based on B which is based on A? So that if a file is not in C is looked in B but it definitely is in A since this is the root to all templates... I remember you said you were going to do this, but I'm not sure if you ever got to it. In a different subject, I found the bug with the html render block. I commited the solution to CVS. ----)(----- Luis Mondesi System Administrator LatinoMixed.com le...@ho... "...The Mac does this so smoothly, it feels like an extension of your mind." - Paula Speer, MacWorld Magazine 2003-04 Public signature: http://www.latinomixed.com/lems1/public-a.asc _________________________________________________________________ MSN Search, le moteur de recherche qui pense comme vous ! http://search.msn.fr/worldwide.asp |
From: Luis M <le...@ho...> - 2003-11-25 22:12:46
|
Setting a block of HTML to be in the center of the main page Home yields: Fatal error: Call to undefined function: gettitle() in /home/groups/v/v2/v2divx/phpslash-0.8alpha/include/modules/block/Block.class on line 455 I give up... for now... ----)(----- Luis Mondesi System Administrator LatinoMixed.com le...@ho... "...The Mac does this so smoothly, it feels like an extension of your mind." - Paula Speer, MacWorld Magazine 2003-04 Public signature: http://www.latinomixed.com/lems1/public-a.asc _________________________________________________________________ MSN Search, le moteur de recherche qui pense comme vous ! http://search.msn.fr/worldwide.asp |
From: Luis M <le...@ho...> - 2003-11-25 22:03:27
|
Created a new poll make current and delete the old one yield: ERROR: Resource urn:class:comment is not known. ERROR: No such class: Comment Fatal error: Call to a member function on a non-object in /home/groups/v/v2/v2divx/phpslash-0.8alpha/include/modules/poll/Poll.class on line 398 ----)(----- Luis Mondesi System Administrator LatinoMixed.com le...@ho... "...The Mac does this so smoothly, it feels like an extension of your mind." - Paula Speer, MacWorld Magazine 2003-04 Public signature: http://www.latinomixed.com/lems1/public-a.asc >From: "Luis M" <le...@ho...> >To: joe...@us... >CC: php...@li... >Subject: Re: [Phpslash-devel] phpslash alpha errors... >Date: Tue, 25 Nov 2003 16:48:31 -0500 > >[snip] > >>In short, I think the pre-auth stuff doesn't work well. Maybe because the >>magic_quotes_gpc is off? There is no way I can turn this on from .htaccess >>(and I have no access to php.ini of course :-) )... unless there is >>something that can be set with php_ini() ? In any case, I don't know if >>that's why the login fails sometimes... Maybe I should just remove the >>cookies and start afresh... >> > >Mozilla Firebird 0.7 -> after deleting the cookies related to the site (all >of them ) and hitting reload it asks me for a password. And no matter where >I go, it asks me for a password... Note that I didn't change anything from >the current alpha release, except what was needed to get the site running. > >Maybe the "login" page got cached and until that times out it keeps >presenting that as if it were the main page, index.php ? I have no idea. > >I will keep working on this when I have more time... ttyl. > > > >----)(----- >Luis Mondesi >System Administrator >LatinoMixed.com > >le...@ho... > >"...The Mac does this so smoothly, it feels like an extension of your >mind." - Paula Speer, MacWorld Magazine 2003-04 > >Public signature: http://www.latinomixed.com/lems1/public-a.asc > >_________________________________________________________________ >MSN Messenger : discutez en direct avec vos amis ! >http://www.msn.fr/msger/default.asp > > > >------------------------------------------------------- >This SF.net email is sponsored by: SF.net Giveback Program. >Does SourceForge.net help you be more productive? Does it >help you create better code? SHARE THE LOVE, and help us help >YOU! Click Here: http://sourceforge.net/donate/ >_______________________________________________ >Phpslash-devel mailing list >Php...@li... >https://lists.sourceforge.net/lists/listinfo/phpslash-devel _________________________________________________________________ MSN Search, le moteur de recherche qui pense comme vous ! http://search.msn.fr/worldwide.asp |
From: Luis M <le...@ho...> - 2003-11-25 21:48:37
|
[snip] >In short, I think the pre-auth stuff doesn't work well. Maybe because the >magic_quotes_gpc is off? There is no way I can turn this on from .htaccess >(and I have no access to php.ini of course :-) )... unless there is >something that can be set with php_ini() ? In any case, I don't know if >that's why the login fails sometimes... Maybe I should just remove the >cookies and start afresh... > Mozilla Firebird 0.7 -> after deleting the cookies related to the site (all of them ) and hitting reload it asks me for a password. And no matter where I go, it asks me for a password... Note that I didn't change anything from the current alpha release, except what was needed to get the site running. Maybe the "login" page got cached and until that times out it keeps presenting that as if it were the main page, index.php ? I have no idea. I will keep working on this when I have more time... ttyl. ----)(----- Luis Mondesi System Administrator LatinoMixed.com le...@ho... "...The Mac does this so smoothly, it feels like an extension of your mind." - Paula Speer, MacWorld Magazine 2003-04 Public signature: http://www.latinomixed.com/lems1/public-a.asc _________________________________________________________________ MSN Messenger : discutez en direct avec vos amis ! http://www.msn.fr/msger/default.asp |
From: Luis M <le...@ho...> - 2003-11-25 21:38:22
|
>On Tue, Nov 25, 2003 at 03:57:09PM -0500, Luis M wrote: > > While using the config_setup.php script to setup a phpslash site for a > > project I just registered in SourceForge I got the following error: > > > > Warning: fopen("", "r") - Success in > ^^^ > >Evidently didn't get the name/path correctly of the sql file. > >The foreach over the $files array may be going another iteration. ummm... maybe because it only asks for the "include" directory but if the database already exists then it skips the question about the username/password to use to create the database, together with the where to get the .sql file from? I guess that the path should be dynamic at that point, or at least try to find the .sql file relative to the "include" dir: /path/to/include /path/to/include/../tables/0.8/slash-all.sql ( ??? ) That should do it.. > > > > /home/groups/v/v2/v2divx/htdocs/config_setup.php on line 1085 > > > > Warning: Cannot add header information - headers already sent by (output > > started at /home/groups/v/v2/v2divx/htdocs/config_setup.php:1085) in > > /home/groups/v/v2/v2divx/htdocs/config_setup.php on line 112 > > > > I copied the latest config_setup.php from CVS and I got the same error. > > This happens after the script determines that the database already >exists > > and tries to set it up... > > > > any ideas? > > > >does the db exist with no tables? I can't get this to work at all. It >seems part of the code is missing. Yep. I tried debugging that myself and got to a dead end. I guess that after the database is created it's supposed to assume the username/password supplied have access to alter the table and try to setup the database with the .sql file... if not, then fallback to the question about the right "username/password" that has access to alter the table... For the meantime, I got it setup the old fashion (trusty?) way: mysql -u user -p database < slash-all.sql ... Once I got to the first page, I tried to login "god" "password" and it failed! Then tried again and it failed! Then reloaded, tried again and it failed! Then tried again and it worked! In other words, i know that's the right thing to do, but it seems that cookies were in the way? After I got in I went to Admin and changed the password and other things.. Then I tried to delete a story (that God posted) and it failed! Asked me for the password. It failed 2 times and then worked! Deleted the story and after submitting it, it asked me for a password again! In short, I think the pre-auth stuff doesn't work well. Maybe because the magic_quotes_gpc is off? There is no way I can turn this on from .htaccess (and I have no access to php.ini of course :-) )... unless there is something that can be set with php_ini() ? In any case, I don't know if that's why the login fails sometimes... Maybe I should just remove the cookies and start afresh... ----)(----- Luis Mondesi System Administrator LatinoMixed.com le...@ho... "...The Mac does this so smoothly, it feels like an extension of your mind." - Paula Speer, MacWorld Magazine 2003-04 Public signature: http://www.latinomixed.com/lems1/public-a.asc _________________________________________________________________ MSN Messenger : discutez en direct avec vos amis ! http://www.msn.fr/msger/default.asp |
From: Luis M <le...@ho...> - 2003-11-25 20:57:15
|
While using the config_setup.php script to setup a phpslash site for a project I just registered in SourceForge I got the following error: Warning: fopen("", "r") - Success in /home/groups/v/v2/v2divx/htdocs/config_setup.php on line 1085 Warning: Cannot add header information - headers already sent by (output started at /home/groups/v/v2/v2divx/htdocs/config_setup.php:1085) in /home/groups/v/v2/v2divx/htdocs/config_setup.php on line 112 I copied the latest config_setup.php from CVS and I got the same error. This happens after the script determines that the database already exists and tries to set it up... any ideas? ----)(----- Luis Mondesi System Administrator LatinoMixed.com le...@ho... "...The Mac does this so smoothly, it feels like an extension of your mind." - Paula Speer, MacWorld Magazine 2003-04 Public signature: http://www.latinomixed.com/lems1/public-a.asc _________________________________________________________________ Set yourself up for fun at home! Get tips on home entertainment equipment, video game reviews, and more here. http://special.msn.com/home/homeent.armx |
From: Alexander B. <ale...@gm...> - 2003-11-23 22:04:55
|
Luis M wrote: > here is an interesting read about what the slashcode guys are doing > to make the code xhtml 1.0 and save about 10gb of bandwith a month < (slashdot). > [...] > http://www.alistapart.com/articles/slashdot/ They use an external CSS file instead of redundant tags in the HTML. This does not require XHTML. And is already implemented in phpSlash. The only possible improvement I see is to have the template engine remove any white space and comments. |
From: Luis M <le...@ho...> - 2003-11-23 05:46:43
|
In the list of things we need to improve phpslash, we forgot to mention something about improving bandwith! here is an interesting read about what the slashcode guys are doing to make the code xhtml 1.0 and save about 10gb of bandwith a month (slashdot). Althought most of us don't have that kind of bandwith need :-) , it's a nice read nonetheless: http://www.alistapart.com/articles/slashdot/ ----)(----- Luis Mondesi System Administrator LatinoMixed.com le...@ho... "...The Mac does this so smoothly, it feels like an extension of your mind." - Paula Speer, MacWorld Magazine 2003-04 Public signature: http://www.latinomixed.com/lems1/public-a.asc _________________________________________________________________ MSN Messenger : discutez en direct avec vos amis ! http://www.msn.fr/msger/default.asp |
From: Joe S. <joe...@us...> - 2003-11-19 23:33:19
|
On Wed, Nov 19, 2003 at 10:23:31AM -0500, Evan Hughes wrote: > On Mon, Nov 17, 2003 at 12:04:08PM -0600, Joe Stewart wrote: > ... > > The documentation is in the distribution's sparse developer documentation > > - psldeveloper.*. > > > > For instance: > > http://phpslash.sourceforge.net/doc/psldeveloper-12.html#ss12.2 > > There are no docs here. Titles and what look like comments pulled from > code, but I can't find anything that would help a newbie coder. > Sorry. I did say "sparse" :) You've got to start somewhere and that is all that there is yet. > What are these "plugins" that you speak of? > http://cvs.sourceforge.net/viewcvs.py/phpslash/phpslash-dev/include/modules/story/plugins/ and http://cvs.sourceforge.net/viewcvs.py/phpslash/phpslash-dev/include/modules/block/plugins/ > ... > > One of the first things you'll probably notice is the apparent redundancy > > of the basic text filters for story and block plugins. The same will > > apply to comment plugins. I think we'll be able to correct this soon. > > I don't know what text filters are. I can't find a reference to them > in the docs. > a filter as in general programming parlance: http://whatis.techtarget.com/definition/0,,sid9_gci212121,00.html basically it does one thing to the input and spits it back out with no other actions taken. later, Joe > e > > |
From: Evan H. <eh...@ju...> - 2003-11-19 16:19:55
|
On Tue, Nov 18, 2003 at 11:59:48AM -0500, Mike Gifford wrote: > > > On Mon, Nov 17, 2003 at 03:55:02PM -0500, Mike Gifford wrote: > ... > > > 3) Discussing a project development roadmap. BE/PSL are pretty unique > > > Open Source projects, how can we promote the development of this > > > community? > > There are a couple of quick answers to this that can be broached now: > > - Lack of centralization/modularization in BE. There's no obvious > > starting point for n00bs. > > Is this including or excluding the work done by the PSL folks on M8? I don't know anything about M8. All I know is that I still don't know where to start writing a new module, even after I've read the BE docs and the PSL docs. > > - No apparent docs. I know PeterB wrote some, but they aren't on the > > BE/sf site. > > The BE docs have been posted to the list multiple times. When you > install BE, you see them on the default screen when you log in: > > Help Screens > ?Developer's Guide > ?Help with text formatting Yep, got 'em. I'm going to post the feature list from here onto the BE site. I've checked the architecture section, but there isn't much about API/module-layout there. Is there another section I should look at? Additionally: There seems to be some sort of tree structure in BE's db implementation. I didn't see much about it (notably how to extend it). ... > > - No open forum for feature requests. > > What's wrong with: > http://sourceforge.net/tracker/?group_id=6763&atid=356763 Good point. I stand corrected. [re: agenda] > > > 5:30 - Plans for the future > > > - PSL plans for 0.8 > > ^^^ looks good. > > The PSL Plans? Yah. I look forward to hearing about them. > > > - New BE coding/testing initiatives. > > > - beautiful code > > > - unitTesting > > > - cvs demos > > What more will be said about these initiatives than "We're doing > > them"? Unless there's a desired feedback component, I think we'd be > > comfortable with you saying "we've got standards, you can find 'em here, > > obey 'em". > > The more stuff that we can do over the net the better, but I think it is > useful to what has happened in the last month or so to ensure that the > code is as robust as possible and as attractive to new developers as > possible. Okey doke. > > I think there's a lot of value in talking about future > > design/development plans tho. > > I've posted the agenda here and moved things around a little: > http://www.openconcept.ca/be_wiki/index.php/DevelopmentMeetingAgenda > > How much time do you think this should take and what type of a > structure/talking points would you see in it. Ideally we're moving to a > roadmap for future releases, so what do we need. A list of features cross ref'd to release dates. I'm not too sure which features are on the horizon, but it would be good to articulate those. Personally, I'd love to see us move to a sleek, clean module system (like Drupal's) that makes it super easy to write, (un)install, and configure modules. I'm not willing to devote a serious amount of time to this until I get paid to do it though. =P e |
From: Evan H. <eh...@ju...> - 2003-11-19 15:24:07
|
On Mon, Nov 17, 2003 at 12:04:08PM -0600, Joe Stewart wrote: ... > The documentation is in the distribution's sparse developer documentation > - psldeveloper.*. > > For instance: > http://phpslash.sourceforge.net/doc/psldeveloper-12.html#ss12.2 There are no docs here. Titles and what look like comments pulled from code, but I can't find anything that would help a newbie coder. What are these "plugins" that you speak of? ... > One of the first things you'll probably notice is the apparent redundancy > of the basic text filters for story and block plugins. The same will > apply to comment plugins. I think we'll be able to correct this soon. I don't know what text filters are. I can't find a reference to them in the docs. e |