Quote Originally Posted by aaronfrankel View Post
[15-Oct-2009 12:52:14] PHP Fatal error: Call to a member function Execute() on a non-object in /home/content/a/a/r/aaronfrankel6/html/demo7/includes/counter.php on line 23
Sounds like something's not starting your database connection properly. In your situation, it's likely because you're missing required files from the server, possibly from a failed FTP upload.

Quote Originally Posted by aaronfrankel View Post
[15-Oct-2009 14:57:53] PHP Warning: session_start() [<a href='function.session-start'>function.session-start</a>]: Cannot send session cookie - headers already sent by (output started at /home/content/a/a/r/aaronfrankel6/html/demo7/admin/includes/functions/extra_functions/product_music_functions.php.LCK:1) in ...

[15-Oct-2009 14:57:53] PHP Warning: session_start() [<a href='function.session-start'>function.session-start</a>]: Cannot send session cache limiter - headers already sent (output started at /home/content/a/a/r/aaronfrankel6/html/demo7/admin/includes/functions/extra_functions/product_music_functions.php.LCK:1) in ...

[15-Oct-2009 14:57:54] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/content/a/a/r/aaronfrankel6/html/demo7/admin/includes/functions/extra_functions/product_music_functions.php.LCK:1) in ...
You get the .LCK files when you the check-in/check-out features in Dreamweaver, and maybe when you use their FTP program.
It's NEVER recommended to use that when working with PHP files.
You'll need to delete those .LCK files from your server, either manually, or by clearing your checkin/checkout status on them.

Quote Originally Posted by aaronfrankel View Post
[15-Oct-2009 14:57:54] PHP Warning: require(/home/content/a/a/r/aaronfrankel6/html/demo7/includes/functions/specials.php) [<a href='function.require'>function.require</a>]: failed to open stream: No such file or directory in ...
As the error message says, a file is apparently missing from the server.