[prev in list] [next in list] [prev in thread] [next in thread] 

List:       slashcode-general
Subject:    [Slashcode-general] still problems w/ directories
From:       i18n <i18n () yahoo ! com>
Date:       2002-08-10 23:47:06
[Download RAW message or body]

I created sym links to the directories that seem to have disappeared from @INC when I \
recently upgraded to  rh 7.3 from 7.2 (or maybe 7.1 I forget)

- The site itself seems to be running OK as far as displaying existing stories
- submitting stories gets them to the queue

Both of these indicate to me that database connections are OK.

But there is trouble in paradise....can anyone send me a clue what is missing here? I \
am having a hard time getting my hands around this and I am sure it is a missing link \
or two but I just cant get it....

Thanks!

Barry


- When I try to save a new story, I get all kinds of errors in the site error log \
file

( the long repeating digits are just debig lines I put in so I could tell where I \
was.....)


[Sun Aug 11 23:16:07 2002] [error] \
/admin.pl:Apache::ROOTwww_2ei18n_2ecom::admin_2epl:/usr/local/slash/site/slash/htdocs/admin.pl:51:000000000000000000000000------------
                
[Sun Aug 11 23:16:07 2002] [error] Which was called \
by:Apache::ROOTwww_2ei18n_2ecom::admin_2epl:/usr/local/slash/site/slash/htdocs/admin.pl:1344:000000000000000000000000------------


[Sun Aug 11 23:16:07 2002] [error] \
/admin.pl:Apache::ROOTwww_2ei18n_2ecom::admin_2epl:/usr/local/slash/site/slash/htdocs/admin.pl:51:111111111111111111111111------------
                
[Sun Aug 11 23:16:07 2002] [error] Which was called \
by:Apache::ROOTwww_2ei18n_2ecom::admin_2epl:/usr/local/slash/site/slash/htdocs/admin.pl:1344:111111111111111111111111------------


[Sun Aug 11 23:16:07 2002] [error] \
/admin.pl:Apache::ROOTwww_2ei18n_2ecom::admin_2epl:/usr/local/slash/site/slash/htdocs/admin.pl:51:2222222222222222222222222------------
                
[Sun Aug 11 23:16:07 2002] [error] Which was called \
by:Apache::ROOTwww_2ei18n_2ecom::admin_2epl:/usr/local/slash/site/slash/htdocs/admin.pl:1344:2222222222222222222222222------------


DBD::mysql::st execute failed: You have an error in your SQL syntax near 'AND \
users_comments.uid= AND users_index.uid= AND users_info.uid= AND users_prefs' at line \
                1 at \
                /usr/local/lib/perl5/site_perl/5.6.1/i686-linux/Slash/DB/Utility.pm \
                line 163.
[Sun Aug 11 23:16:07 2002] [error] \
/admin.pl:Slash::DB::MySQL:/usr/local/lib/perl5/site_perl/5.6.1/i686-linux/Slash/DB/MySQL.pm:2730:SELECT \
* FROM users,users_comments,users_index,users_info,users_prefs WHERE users.uid= AND \
                users_comments.uid= AND users_index.uid= AND users_info.uid= AND \
                users_prefs.uid= 
[Sun Aug 11 23:16:07 2002] [error] Which was called \
by:Apache::ROOTwww_2ei18n_2ecom::admin_2epl:/usr/local/slash/site/slash/htdocs/admin.pl:1297:SELECT \
* FROM users,users_comments,users_index,users_info,users_prefs WHERE users.uid= AND \
users_comments.uid= AND users_index.uid= AND users_info.uid= AND users_prefs.uid= 

DBD::mysql::db selectall_arrayref failed: You have an error in your SQL syntax near \
'' at line 1 at /usr/local/lib/perl5/site_perl/5.6.1/i686-linux/Slash/DB/Utility.pm \
                line 218.
[Sun Aug 11 23:16:07 2002] [error] \
/admin.pl:Slash::DB::MySQL:/usr/local/lib/perl5/site_perl/5.6.1/i686-linux/Slash/DB/MySQL.pm:2731:SELECT \
                name,value FROM users_param WHERE uid= 
[Sun Aug 11 23:16:07 2002] [error] Which was called \
by:Apache::ROOTwww_2ei18n_2ecom::admin_2epl:/usr/local/slash/site/slash/htdocs/admin.pl:1297:SELECT \
name,value FROM users_param WHERE uid= 

[Sun Aug 11 23:16:07 2002] [error] \
/admin.pl:Apache::ROOTwww_2ei18n_2ecom::admin_2epl:/usr/local/slash/site/slash/htdocs/admin.pl:51:------------
                
[Sun Aug 11 23:16:07 2002] [error] Which was called \
by:Apache::ROOTwww_2ei18n_2ecom::admin_2epl:/usr/local/slash/site/slash/htdocs/admin.pl:1344:------------


[Sun Aug 11 23:16:07 2002] [error] \
/admin.pl:Slash:/usr/local/lib/perl5/site_perl/5.6.1/Slash.pm:915:ID 46, \
                mainmenu;misc;default : 
[Sun Aug 11 23:16:07 2002] [error] Which was called \
by:Slash::Display::Plugin:/usr/local/lib/perl5/site_perl/5.6.1/i686-linux/Slash/Display/Plugin.pm:70:ID \
46, mainmenu;misc;default : 

names=ts,dat,op,query_string,user_agent,uid,host_addrvalues=
  now(),
  'admin        7       save    ',
  'admin',
  '0',
  'Mozilla/4.0 (compatible; MSIE 5.0; Windows 2000) Opera 6.03  [en]',
  '7',
  '158.252.214.54'sql=INSERT INTO accesslog \
(ts,dat,op,query_string,user_agent,uid,host_addr) VALUES(  now(),
  'admin        7       save    ',
  'admin',
  '0',
  'Mozilla/4.0 (compatible; MSIE 5.0; Windows 2000) Opera 6.03  [en]',
  '7',
  '158.252.214.54')



- when I try to simply compile a template, I get an error, although template-tool \
itself compiles OK:

[root@slash templates]# template-tool -u slash -c users\;menu\;default        
users;menu;default at /usr/local/sbin/template-tool line 278.
Can't call method "process" on an undefined value at /usr/local/sbin/template-tool \
line 317. [root@slash templates]# which template-tool
/usr/local/sbin/template-tool
[root@slash templates]# perl -c /usr/local/sbin/template-tool
/usr/local/sbin/template-tool syntax OK

- starting slashd gives me a similar error in its log: 

Sun Aug 11 23:12:06 2002        Starting up Slashd with pid 3914
Can't call method "process" on an undefined value at \
/usr/lib/perl5/site_perl/5.6.1/i386-linux/Slash/Display.pm line 228. Sun Aug 11 \
23:12:08 2002        /usr/local/slash/site/slash/htdocs/index.pl virtual_user=slash \
ssi=yes Sun Aug 11 23:12:08 2002        It's Tomorrow: Run Slashd daily Voodoo
Sun Aug 11 23:12:08 2002        Doing Hourly Update
Can't call method "process" on an undefined value at \
/usr/lib/perl5/site_perl/5.6.1/i386-linux/Slash/Display.pm line 228. why am I here? \
at /usr/local/slash/sbin/slashd line 40  main::END() called at \
/usr/local/slash/sbin/slashd line 0  eval {...} called at \
/usr/local/slash/sbin/slashd line 0 



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Slashcode-general mailing list
Slashcode-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/slashcode-general


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic