Jump to content

a little help please-request!


drb05

Recommended Posts

I have no clue in php or mysql. Just tinker with 'free' softwares that makes my life interesting and learning.

I am trying to use this software:
[a href=\"http://stanxterm.aecom.yu.edu/secondary/stocks/index.php\" target=\"_blank\"]http://stanxterm.aecom.yu.edu/secondary/stocks/index.php[/a]

Which uses [a href=\"http://www.dadabik.org\" target=\"_blank\"]http://www.dadabik.org[/a]

I installed. Everything looks fine. But when I go to admin.php, my pages are blank-white. With the following errors:

Notice: Undefined variable: head_extra in ./header.php on line 110

Laboratory of so and so - Laboratory of so and so - Lab inventory

Notice: Undefined variable: log_status in ./header.php on line 129

Notice: Undefined variable: business_logic_included in ./interface_creator/check_login.php on line 58

Warning: Cannot modify header information - headers already sent by (output started at ./header.php:76) in ./interface_creator/check_login.php on line 63

And in other places, there are many errors. like
Notice: Undefined variable: table in ./header.php on line 133

-------------
Could somebody please help me out?

Thanks,

drb
Link to comment
Share on other sites

Seems a little odd to go into depth if you're not really interested in PHP.

Keep this in mind for future 'free app' fiddeling:

I use this for error checking:
// ERROR TRAPING / DEBUGING
// (swap between these following 2 lines)
// error_reporting(E_ALL); //Show all errors
// error_reporting(0); //Show no errors

Remove the // that is in front of whichever line you want, (in your case the bottom line to turn errors off.

I'm a lazy coder. If there are errors that don't effect the overall functionality then I turn errors off.

e.g. If you app functions correctly just turn the errors of in the very first file.

If some errors do still come then find the offending piece of code and put error_reporting(0); above that offending code line.

(this will save you learning what you don't need / want. Other than that if the app doesn't function correctly you'll need someone who knows it or the people who made it.

Have fun.
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.