how do i fix that :O
o.0 im getting a blank page for my ase..
Files not there?its saying
Object niet gevonden!
De gevraagde URL was niet gevonden op deze server. Indien u de URL manueel hebt ingevuld, gelieve uw spelling te controleren en probeer opnieuw.
Indien u van oordeel bent dat deze server in fout is, gelieve de webmaster te contacteren.
Error 404
You must be registered for see links
22-2-2014 22:26:21
Apache/2.2.14 (Win32) DAV/2 mod_ssl/2.2.14 OpenSSL/0.9.8l mod_autoindex_color PHP/5.3.1 mod_apreq2-20090110/2.7.1 mod_perl/2.0.4 Perl/v5.10.1
the housekeeping fileswhat files?
This is a IIS Fix not a XamppYou must be registered for see images attach
Is that good or bad i am using a custom theme
isnt there a htdocs fix out?This is a IIS Fix not a Xampp
Talk to me in PM We shall not spam this thread any further.isnt there a htdocs fix out?
for some reason i cant pm u pm meTalk to me in PM We shall not spam this thread any further.
I keep getting a blank webpage when I submit the article.Go to News.php in the hk folder. find News2.php and change it to index.php?url=news2 if that doesnt work then go to news2.php and find any url that doesn have index.php?url=
header("Location: ".$_CONFIG['hotel']['url']."/ase/index.php?url=news2");
if(!isset($_SESSION["longstory"]))
{
header("Location: ".$_CONFIG['hotel']['url']."/ase/index.php?url=news2");
exit;
}
if(isset($_POST["proceed"]))
{
$author = mysql_result(mysql_query("SELECT username FROM users WHERE id = '".$_SESSION['user']['id']."' LIMIT 1"), 0);
mysql_query("INSERT INTO cms_news (title,shortstory,longstory,published,image,author, campaign, campaignimg) VALUES ('" . filter($_SESSION["title"]) . "', '" . filter($_SESSION["shortstory"]) . "', '" . ($_SESSION["longstory"]) . "', '" . time() . "', '" . filter($_POST["topstory"]) . "', '" . filter($author) . "', 0, 'default')") or die(mysql_error());
unset($_SESSION["title"], $_SESSION["shortstory"], $_SESSION["longstory"]);
header("Location: ".$_CONFIG['hotel']['url']."/ase/index.php?url=news2");
exit;
}