Search the web
Sign In
New User? Sign Up
chiPHPug · Agent for the Chicago PHP users group, ChiPHPug. Pronounced [CHIF pug].
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
November Meeting   Message List  
Reply | Forward Message #776 of 1638 |
Re: [chiPHPug] Error 28?

It's not a PHP nor MySQL error...

I assume it's an error message from whatever shopping/database/table PHP
library management tool you're using.

No friggin' idea what it means.

Start searching for that error message in the code, I guess. Though if it's
moderately large and well-written it will just be in a list with a bunch of
other error messages.

You may be able to track down their error-handling and trick it into telling
you which file and line number it's happening in, *IF* they are using
http://php.net/set-error-handler The function this function sets up as an
error-handler can (as of recently) automagically give you the __FILE__ and
__LINE__ values in additional arguments.

If they are *NOT* using set_error_handler, you're pretty much screwed until
you dive into their code and figure out what is going on...

--
WARNING richard@... address is an endangered species -- Use
ceo@...
Wanna help me out? Like Music? Buy a CD: http://l-i-e.com/artists.htm
Volunteer a little time: http://chatmusic.com/volunteer.htm
----- Original Message -----
From: tamara <tamara@...>
To: <chiPHPug@yahoogroups.com>
Sent: Friday, October 26, 2001 9:43 AM
Subject: [chiPHPug] Error 28?


> O.k., what did I do this time?
>
> A working page has suddenly stopped working and I'm getting this error:
>
> Error retrieving products from database!
> Error: Got error 28 from table handler
>
> Clues?
>
> Thanks!
> Tamara
>
>
>
> To unsubscribe from this group, send an email to:
chiPHPug-unsubscribe@egroups.com
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>





Sat Oct 27, 2001 10:18 am

richardatzen...
Offline Offline
Send Email Send Email

Forward
Message #776 of 1638 |
Expand Messages Author Sort by Date

I'm happy to announce that Jack Beglinger will be our guest speaker at the next ChiPHPug meeting. He'll be demonstrating the installation of SmoothWall ...
Richard Lynch
richardatzen...
Offline Send Email
Oct 12, 2001
3:40 am

... computers ... Hey, it's *FREE*! :-) It will be a 486 with sufficient power to provide firewall for the home user or small office. You might want to throw...
Richard Lynch
ceo@...
Send Email
Oct 13, 2001
4:27 pm

I have no knowledge of USB working or non-working under Un*x... -- WARNING richard@... address is an endangered species -- Use ceo@... Wanna help me...
Richard Lynch
richardatzen...
Offline Send Email
Oct 17, 2001
11:46 am

During the October meeting the question about editing tools came up again. I mentioned to someone that I used to use 1stPage by evrsoft.com to strip out...
tamara
abbeyink
Offline Send Email
Oct 17, 2001
5:45 pm

O.k., what did I do this time? A working page has suddenly stopped working and I'm getting this error: Error retrieving products from database! Error: Got...
tamara
abbeyink
Offline Send Email
Oct 26, 2001
2:43 pm

... http://www.mysql.com/doc/C/a/Cannot_create.html MySQL indicates you may have run out of disk space or inodes- which sounds odd if this was a select that...
Peter Harkins
malapropriate
Offline Send Email
Oct 26, 2001
9:31 pm

It's not a PHP nor MySQL error... I assume it's an error message from whatever shopping/database/table PHP library management tool you're using. No friggin'...
Richard Lynch
richardatzen...
Offline Send Email
Oct 27, 2001
10:25 am

Hi all, I wrote a mysql query and just for fun, tried to turn it into a function. Why? Cuz I wanted to try it. And, it works as a query, but not as a function...
tamara
abbeyink
Offline Send Email
Oct 30, 2001
7:01 pm

I'm not great with this but I think you have to pass a value through the $cid variable when you call the function or the query to the database won't be ...
Jonathan Hawkins
jhawkins@...
Send Email
Oct 30, 2001
8:13 pm

I also just realized you could go a step further and include your $connection=mysql_connect() and $db=mysql_select_db() inside your custom function. Then you...
Jonathan Hawkins
jhawkins@...
Send Email
Oct 30, 2001
8:40 pm

Add global $connection inside the function ... From: "Jonathan Hawkins" <jhawkins@...> To: <chiPHPug@yahoogroups.com> Sent: Tuesday, October 30, 2001...
Richard Lynch
richardatzen...
Offline Send Email
Nov 19, 2001
10:50 am
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help