|
From: huang m. <th...@gm...> - 2006-04-27 06:45:34
|
hi,list.
I had install slash R_2_5_0_94 in debian sarge. all is ok,but I
get a error when I login as administrator and want add a section .
The is the error mesaage in log file.and my perl is 5.8.4. I
need upgrade perl to 5.8.6 ? please help me!
------------------------------------------
Use of uninitialized value in string eq at
/usr/local/slash/site/slash.vmmatrix.net/htdocs/sections.pl line 101.
[Thu Apr 27 14:43:36 2006] [error]
/sections.pl:Apache::ROOTslash_2evmmatrix_2enet::sections_2epl:/usr/local/s=
lash/site/slash.vmmatrix.net/htdocs/sections.pl:224:getSectionExtras
called
[Thu Apr 27 14:43:36 2006] [error] Which was called
by:Apache::ROOTslash_2evmmatrix_2enet::sections_2epl:/usr/local/slash/site/=
slash.vmmatrix.net/htdocs/sections.pl:105\n
[Thu Apr 27 14:43:36 2006] [error] Can't locate object method
"getSubSectionsBySection" via package "Slash::DB::MySQL" at
/usr/local/slash/site/slash.vmmatrix.net/htdocs/sections.pl line
228.\n
--
---------
HMY
|
|
From: shane <sh...@lo...> - 2006-04-27 09:47:22
|
On Apr 27, 2006, at 2:45 AM, huang mingyou wrote: > hi,list. > I had install slash R_2_5_0_94 in debian sarge. all is ok,but I > get a error when I login as administrator and want add a section . > The is the error mesaage in log file.and my perl is 5.8.4. I > need upgrade perl to 5.8.6 ? please help me! > ------------------------------------------ > Use of uninitialized value in string eq at > /usr/local/slash/site/slash.vmmatrix.net/htdocs/sections.pl line 101. > [Thu Apr 27 14:43:36 2006] [error] > /sections.pl:Apache::ROOTslash_2evmmatrix_2enet::sections_2epl:/usr/ > local/slash/site/slash.vmmatrix.net/htdocs/sections.pl: > 224:getSectionExtras > called > [Thu Apr 27 14:43:36 2006] [error] Which was called > by:Apache::ROOTslash_2evmmatrix_2enet::sections_2epl:/usr/local/ > slash/site/slash.vmmatrix.net/htdocs/sections.pl:105\n > [Thu Apr 27 14:43:36 2006] [error] Can't locate object method > "getSubSectionsBySection" via package "Slash::DB::MySQL" at > /usr/local/slash/site/slash.vmmatrix.net/htdocs/sections.pl line > 228.\n > -- > --------- > HMY sections.pl is depricated. it doesn't work in the lastest slash, because the section-topics ( http://slash.lottadot.com/article.pl? sid=04/06/18/001233 ) move from sections to 'skins'. OSTG guys - why is sections.pl even included anymore? HMY, the solution is to 1) create a topic-nexus 2) add a skin by hand, by doing a sql_insert, that links the skin with that topic-nexus 3) restart httpd. Shane |
|
From: huang m. <th...@gm...> - 2006-04-27 10:41:56
|
oh,thank you very much! 2006/4/27, shane <sh...@lo...>: > > On Apr 27, 2006, at 2:45 AM, huang mingyou wrote: > > > hi,list. > > I had install slash R_2_5_0_94 in debian sarge. all is ok,but I > > get a error when I login as administrator and want add a section . > > The is the error mesaage in log file.and my perl is 5.8.4. I > > need upgrade perl to 5.8.6 ? please help me! > > ------------------------------------------ > > Use of uninitialized value in string eq at > > /usr/local/slash/site/slash.vmmatrix.net/htdocs/sections.pl line 101. > > [Thu Apr 27 14:43:36 2006] [error] > > /sections.pl:Apache::ROOTslash_2evmmatrix_2enet::sections_2epl:/usr/ > > local/slash/site/slash.vmmatrix.net/htdocs/sections.pl: > > 224:getSectionExtras > > called > > [Thu Apr 27 14:43:36 2006] [error] Which was called > > by:Apache::ROOTslash_2evmmatrix_2enet::sections_2epl:/usr/local/ > > slash/site/slash.vmmatrix.net/htdocs/sections.pl:105\n > > [Thu Apr 27 14:43:36 2006] [error] Can't locate object method > > "getSubSectionsBySection" via package "Slash::DB::MySQL" at > > /usr/local/slash/site/slash.vmmatrix.net/htdocs/sections.pl line > > 228.\n > > -- > > --------- > > HMY > > sections.pl is depricated. it doesn't work in the lastest slash, > because the section-topics ( http://slash.lottadot.com/article.pl? > sid=3D04/06/18/001233 ) move from sections to 'skins'. > > OSTG guys - why is sections.pl even included anymore? > > HMY, the solution is to > > 1) create a topic-nexus > 2) add a skin by hand, by doing a sql_insert, that links the skin > with that topic-nexus > 3) restart httpd. > > Shane > > > > ------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job ea= sier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronim= o > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&dat= =3D121642 > _______________________________________________ > Slashcode-general mailing list > Sla...@li... > https://lists.sourceforge.net/lists/listinfo/slashcode-general > -- --------- HMY |
|
From: Jamie M. <ja...@mc...> - 2006-05-02 12:35:07
|
sh...@lo... (shane) writes:
> OSTG guys - why is sections.pl even included anymore?
Basically so existing installations still have a place to point
symlinks. Keep your friends close, and your old deprecated code even
closer? Maybe we should edit sections.pl to always return an
informative error page ("don't use this plugin"). Patches welcome :)
Note that since last October or so, there's been a
"README.deprecated" in plugins/Sections that explains you shouldn't
use it. Since then, it would not have installed as part of a theme,
you would have had to run install-plugin to install it... which as of
at least December, tells you afterwards:
print "\n\nInstalled.\n\n";
print "Please check to see if there are any README files for your site'=
s\n";
print "plugins. If so, now's a good time to read them.\n\n";
--=20
Jamie McCarthy
http://mccarthy.vg/
ja...@mc...
|