Jump to content

include function error


conspiringfate

Recommended Posts

there was no given error, it just said something that one of my coders typed in....so i got it to work and then i was trying to get the thumbnails to work and then next thing i know blank page....

www.photoblinger.com/old/index1.php and www.photoblinger.com/old/index2.php

[code]<?php
ini_set("session.auto_start","1");
//echo("Working???");
require("./admin/config.php");
//echo("After config.php");
include("./include/common.php");
include("./include/blue.php");
include("./include/doc_head.php");
include("./include/styles.php");
[/code]

thats just an example of what i saw
Link to comment
https://forums.phpfreaks.com/topic/12350-include-function-error/#findComment-47230
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.