first I am an idiot. Now that that is out of the way here is my problem. I am trying to load the HTTP Video Stream modual on my site. I uploaded the HTML file as directed in the "read me" file. I then went to PHPMyAdmin to activate it and got this error message:
Error
There seems to be an error in your SQL query. The MySQL server error output below, if there is any, may also help you in diagnosing the problem
ERROR: Unknown Punctuation String @ 1
STR: <?
SQL: <?php
/************************************************************************/
/* PHP-NUKE: Advanced Content Management System */
/* ============================================ */
/* */
/* Video Stream Module for PHP-Nuke with many features */
/* */
/* Copyright (c) 2006 by Scott Cariss (Brady) */
/* http://www.steezmatic-designs.com */
/* */
/* This program is free software. You can redistribute it and/or modify */
/* it under the terms of the GNU General Public License as published by */
/* the Free Software Foundation; either version 2 of the License. */
/************************************************************************/
// enabling correct error reporting
error_reporting(E_ALL ^ E_NOTICE);
SQL query:
MySQL said:
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '<?php
// enabling correct error repor
What am I doing wrong here guys? This is being installed on PHP Nuke 7.9
I HAVE to have this modual for this site.
Thanks for any help.
Eric
Evaders99 Site Admin
Joined: Aug 17, 2003
Posts: 12397
Posted:
Sat Jan 05, 2008 11:50 pm
Looks like you're trying to load PHP code into phpMyAdmin. It doesn't work that way.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum