Results 11 to 20 of 23
-
3rd Dec 2010, 07:32 PM #11OPMemberWebsite's:
StoneArcade.com*sigh nvm.. i will go back to where i got it and hope the one tht wrote this will reply to his thread
-
3rd Dec 2010, 07:37 PM #12Respected MemberWebsite's:
FreshWap.com KWWHunction.comgood luck
Dear Haters,
"I respect you so much, that's why I salute you with 1 middle finger!"
Thank You !
-
3rd Dec 2010, 08:12 PM #13OPMemberWebsite's:
StoneArcade.comwell seems the one tht wrote this doesnt want to give any support on this question.. here is everything tht was included to get this to work
this is added to Header.php
PHP Code:<script type="text/javascript">
$("#responsecontainer").load("includes/modules/random.php");
var refreshId = setInterval(function()
{
$('#responsecontainer').fadeOut('slow').load('includes/modules/random.php').fadeIn('slow');
}, 5000);
$.ajaxSetup({ cache: false });
</script>
then to call the random.php it is
<div id="responsecontainer"></div>
-
3rd Dec 2010, 08:34 PM #14Member
-
3rd Dec 2010, 08:41 PM #15OPMemberWebsite's:
StoneArcade.comnope im using notepad++ ... i thought the same thing why its throwing out an error such as that right at the opening tag
-
3rd Dec 2010, 08:59 PM #16
-
3rd Dec 2010, 09:00 PM #17MemberWebsite's:
pspmafia.com zrev.netIf I remember correctly Line 0 is <?php
So maybe you have a lame PHP version try encasing your includes and require_once with parentheses rather than blatantly '../../config.php' crap
Like so:
require_once('../../config.php');
Could be wrong..too lazy to test
EDIT:
Also...could be wrong..but you might have short tags disabled in your php version which <?php would cause the error, so replace <?php with just <?
Once more..could be wrongTrusted & Respected Members:
ACiD | Narutoroot | JmZ | Jackson | Phamous | litewarez
-
3rd Dec 2010, 09:02 PM #18
-
3rd Dec 2010, 10:14 PM #19Member
add a line to enable full error reporting, maybe that will help see what the problem is.
error_reporting(E_ALL);
or check the server/hosting error log. (cpanel user panel has error log) for some more info
-
3rd Dec 2010, 11:32 PM #20Respected Member
change:
require_once '../../config.php';
require_once( '../../config.php');
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Error Detected in sitemap XML. How to remove error?
By Bobby3711 in forum Web Application/Script SupportReplies: 1Last Post: 21st Mar 2012, 03:51 PM -
Rapidleech error: Error openning rar process
By tractor3231 in forum Server ManagementReplies: 13Last Post: 14th Dec 2011, 04:35 AM -
HTTP Error 500 (Internal Server Error):
By joshmoore in forum Technical Help Desk SupportReplies: 4Last Post: 25th Nov 2011, 03:59 AM -
wtf happened? (ipb 3.23 skin error causes fatal error)
By mrHunt in forum Technical Help Desk SupportReplies: 1Last Post: 25th Nov 2011, 03:55 AM -
Adding Domain Error in cPanel (Error from park wrapper:)
By Ryza in forum General DiscussionReplies: 0Last Post: 20th Feb 2011, 01:57 AM
themaCreator - create posts from...
Version 3.45 released. Open older version (or...