Since Monday's upgrade to msql5 on Aaryn, my three link directories have not been working. I can access and make changes to admin and I'm not getting emails from link partners but when one tries to access the directory via a browser, they get a blank page and are prompted to save or download, or worse, they get an automatic download!
I know this is an aaryn/lunarpages issue because I have the same directories on two other hosts. This is a huge problem...I don't want people forced to download files. I am mysql illiterate...I've posted on the directory forum but it's a tiny forum with no similar issues reported, and the software developer was not expecting issues with mysql 5.
I would really appreciate any help as far as where to start.
One of the directories is at ectory
http://www.earringsagogo.com/links/directoryhttp://www.earringsagogo.com/links/directory/index.html used to work but it's getting a 404
The file downloaded starts like this:
<?
$runroot = 0;
error_reporting(E_ALL ^ E_NOTICE);
ignore_user_abort(0);
require("settings.php");
import_request_variables("cgp");
if ($mysqlserver) {
$link = mysql_connect($mysqlserver, $mysqllogin, $mysqlpassword);
mysql_select_db($mysqldb);
}
$uri = str_replace($_SERVER["SCRIPT_NAME"], "", $_SERVER["REQUEST_URI"]);
$base = $_SERVER["SCRIPT_NAME"];
if ($runroot) $base = "";
$addlink = "<a href=\"$base/add.$pext\">Add Your Site</a>";
$searchbox = '<form action="'.$base.'/search.'.$pext.'" method="post" style="margin: 0px; display: inline"><input type="text" name="query" size="20"> <input type="submit" value="Search"></form>';
function getindex($cat) {
Thanks for any help!Leila