Welcome Guest ( Log In | Register)



2 Pages V   1 2 >  
Reply to this topicStart new topic
> Php Nuke Problems/need Help.
Oni_BlueEyes
post Nov 19 2004, 02:27 AM
Post #1


Member [Level 2]
*****

Group: Members
Posts: 79
Joined: 4-November 04
Member No.: 2,114



Error at public_html/home/html/admin.php
QUOTE
Warning: head(html/themes/c3s/theme.php): failed to open stream: No such file or directory in /home/hostjunk/public_html/home/html/header.php on line 31

Warning: head(html/themes/c3s/theme.php): failed to open stream: No such file or directory in /home/hostjunk/public_html/home/html/header.php on line 31

Warning: head(): Failed opening 'html/themes/c3s/theme.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/hostjunk/public_html/home/html/header.php on line 31

Fatal error: Unknown function: themeheader() in /home/hostjunk/public_html/home/html/header.php on line 47

Line 31 on header.php: include("home/html/themes/c3s/theme.php");
Line 47: themeheader();


Help!
Go to the top of the page
 
+Quote Post
MSTR
post Nov 19 2004, 02:49 AM
Post #2


http://kalacreations.com/
*********

Group: Members
Posts: 231
Joined: 3-August 04
Member No.: 594



was it working before?
Go to the top of the page
 
+Quote Post
BWiZ
post Nov 19 2004, 03:20 AM
Post #3


Member [Level 1]
****

Group: Members
Posts: 61
Joined: 6-November 04
Member No.: 2,149



Add an @ right next to include on line 31 it should look like this @include
Go to the top of the page
 
+Quote Post
karlo
post Nov 19 2004, 07:34 AM
Post #4


Privileged Member
*********

Group: Members
Posts: 618
Joined: 30-October 04
From: Philippines
Member No.: 2,049



Hmmm... try putting this on the beginning of your code:

error_reporting("0");

that's it! it will solve your problems!!!
Go to the top of the page
 
+Quote Post
Oni_BlueEyes
post Nov 19 2004, 11:26 PM
Post #5


Member [Level 2]
*****

Group: Members
Posts: 79
Joined: 4-November 04
Member No.: 2,114



QUOTE(karlo @ Nov 19 2004, 03:30 AM)
Hmmm... try putting this on the beginning of your code:

error_reporting("0");

that's it! it will solve your problems!!!
*

What u mean at the beginning?


QUOTE(BWiZ @ Nov 19 2004, 03:20 AM)
Add an @ right next to include on line 31 it should look like this @include
*


Ok.ill try that.
Go to the top of the page
 
+Quote Post
karlo
post Nov 20 2004, 02:53 AM
Post #6


Privileged Member
*********

Group: Members
Posts: 618
Joined: 30-October 04
From: Philippines
Member No.: 2,049



Example:

<?php

//put the code here

?>

<?php

error_reporting("0");

//put your code here

?>
Go to the top of the page
 
+Quote Post
deejames
post Nov 20 2004, 03:35 AM
Post #7


Advanced Member
*******

Group: Members
Posts: 138
Joined: 14-September 04
From: davao city, philippines
Member No.: 1,109



Does Php Nuke are running on ? on my site, the SQL server still down .. huh` ?? its past 4 days now..
Go to the top of the page
 
+Quote Post
dask
post Nov 20 2004, 03:58 AM
Post #8


Member [Level 1]
****

Group: [HOSTED]
Posts: 55
Joined: 27-July 04
Member No.: 219



I think PHP-NUKE is not running because the version located in addon scripts is very old, i would ask that you install your own manually its a lot better.
Go to the top of the page
 
+Quote Post
Oni_BlueEyes
post Nov 20 2004, 09:42 PM
Post #9


Member [Level 2]
*****

Group: Members
Posts: 79
Joined: 4-November 04
Member No.: 2,114



QUOTE(karlo @ Nov 20 2004, 02:53 AM)
Example:

<?php

//put the code here

?>

<?php

error_reporting("0");

//put your code here

?>
*


uhhuh? still confused...

QUOTE(dask @ Nov 20 2004, 03:58 AM)
I think PHP-NUKE is not running because the version located in addon scripts is very old, i would ask that you install your own manually its a lot better.
*


im using PhpNuke 7.5...
Go to the top of the page
 
+Quote Post
guangdian