Getting Errors On A Script - need to know what im doing wrong

free web hosting
Free Web Hosting, No Ads > CONTRIBUTE > Computers > Programming Languages > PHP Programming

Getting Errors On A Script - need to know what im doing wrong

DjLuki
ok please help me!! im trying to get this tournamt/leage ladder script working, its with php but i think i put all the files in the right palces but i keep getting this error ....
CODE
Warning: main(modules/NukeLadder/admin/index.php): failed to open stream: No such file or directory in /home/berkolli/public_html/DjLuki/admin/case/case.php on line 77

Warning: main(modules/NukeLadder/admin/index.php): failed to open stream: No such file or directory in /home/berkolli/public_html/DjLuki/admin/case/case.php on line 77

Warning: main(): Failed opening 'modules/NukeLadder/admin/index.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/berkolli/public_html/DjLuki/admin/case/case.php on line 77

what does it mean? im not very good with php, i don't really know how to do much with it either but i try to work it out through fantastico.. is there something wrong with the file names or what? i don't undersand what its saying..plz help

 

 

 


Reply

electriic ink
It means that it cannot find the file or directory and I think I know why. Try this fix:
  1. Open case.php
  2. Go to line 77 and there there should be a filename
  3. Try changing modules/NukeLadder/admin/index.php to /home/berkolli/public_html/modules/NukeLadder/admin/index.php
  4. If see modules/NukeLadder/admin/index.php again on line 77 change this aswell.

Try doing this but remember to back-up your files smile.gif

Reply

DjLuki
ok i changed it to that on the case.php file but it still did't work. and i couldn't find it on the index.php cause its like 2400 lines long. right now its showing the wat its suposed to show but its still showing the error on top ...
CODE
Warning: main(/modules/NukeLadder/admin/index.php): failed to open stream: No such file or directory in /home/berkolli/public_html/DjLuki/admin/case/case.php on line 77

Warning: main(/modules/NukeLadder/admin/index.php): failed to open stream: No such file or directory in /home/berkolli/public_html/DjLuki/admin/case/case.php on line 77

Warning: main(): Failed opening '/modules/NukeLadder/admin/index.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/berkolli/public_html/DjLuki/admin/case/case.php on line 77

i can't get rid of it sad.gif

 

 

 


Reply

DjLuki
nevermind, you were right, i had to cahnged it to what you told me but i forgot to put the folder its in after public_html so now its working fine. thanks!

Reply



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.
Confirm Code:

Similar Topics

Keywords : errors, script, im, wrong

  1. Why Is The Shoutbox Time Wrong?
    (10)
  2. What's Wrong With The Dodgers These Days?
    (1)
    I mean, what the heck? They were doing so well, sweeping the Phillies and going 2 out of 3 against
    the Brewers, then they lost 2 out of 3 against the Rockies, then It all went downhill after they got
    Maddux. Since they got Maddux from the Madres (Padres), they were blasted by the Phillies 25-5 I
    think over the series, and now they lose against the nationals. I think they are like 0-5 since
    getting Maddux. Is it a curse or something cause the Dodgers suddenly ain't producing runs, and
    now they are 3.5 games behind the Diamondbacks. I don't like where this is headi....
  3. Seeking Help With Javascript
    Need help with drag and drop type script (1)
    What i want to make is a script that has a table, which is a menu for my site, and when you click
    the top of the table you can drag it to another place in the page. This is the code: Test
    run - Right click menu - ©Jack McCrea 2008 <script type="text/javascript"> function
    coordinates(event) { if (event.button==2) { var x=event.x; var y=event.y;
    document.getElementById("element").style.left=x; document.getElementById("element").style.top=y;
    document.getElementById("element").style.visibility="visible"; var oldx=x; var oldy=y; } }
    <script type="....
  4. Browser Compatibility Problem With Firefox - Javascript + Css
    Having trouble making a script work right - any suggestions? (3)
    Hi, Im working on a website, and im trying to make a right-click menu, which opens on right click,
    wherever the cursor is, and closes on mouse out. I wrote the code below, and when i ran it in IE it
    ran fine, just how i wanted it to work. However in firefox, the menu just opened in the top left. im
    presuming this is because it doesnt like my style changing in the javascript. Any ideas, and
    suggestions? If i cant make this work, i will just make it so it works slightly differently when
    viewev in firefox so that it can just open in one place. All ideas appreciated. ....
  5. How To Make Php Newsletter Script
    (3)
    I have seen a post on here somewhere which shows how to make a simple newsletter php script. I
    cvant find it anywhere and I wanted to ask some questions of the author. Does anyone know the one I
    mean? Cheers ....
  6. Php Guest Online Script
    (3)
    make an index.php copy and paste this code CODE <?php $db_host = "localhost";
    $db_user = "root"; $db_pass = ""; $db_name = "test";
    $dbc = mysql_connect($db_host, $db_user, $db_pass); $dbs =
    mysql_select_db($db_name); $tm = time(); $timeout = $tm -
    (30*60);
    if($_SERVER["REMOTE_ADDR"]){$ip=$_SERVER["REMOTE_ADDR
    "];} else{$ip=$_SERVER["HTTP_X_FORWARDED_FOR"];}....
  7. Is The Database System Gone Again? [resolved]
    Errors on PHPMyAdmin again (12)
    I wonder if there is a problem with the PHPMyAdmin system again? When trying to get into it, I once
    again get the following: QUOTE Warning: session_write_close() : SQLite: session write query
    failed: database is full in /usr/local/cpanel/base/3rdparty/phpMyAdmin/index.php on line 42
    Warning: session_write_close() : Failed to write session data (sqlite). Please verify that the
    current setting of session.save_path is correct
    (/var/cpanel/userhomes/cpanelphpmyadmin/sessions/phpsess.sdb) in
    /usr/local/cpanel/base/3rdparty/phpMyAdmin/index.php on line 42 Warning: Ca....
  8. Phpizabi Social Network Script
    (1)
    Hello everyone not been on for AGES! we had net problems and i had to move to qupis and now
    I've got problems. I'm making a social networking site using this script and I cant get it
    to install Everytime I go to the install page i get this QUOTE Warning: session_start() :
    open_basedir restriction in effect. File(/home/kasiks1/tmp) is not within the allowed path(s):
    (/home/karlos:/usr/lib/php:/usr/local/lib/php:/tmp) in
    /home/karlos/public_html/phpazi/install/index.php on line 1 Fatal error: session_start() : Failed
    to initialize storage module: file....
  9. How To Make A View New Post Script?
    (5)
    Ok so i'm still working on the forum software i posted about a while back, but I have no idea
    how to do this. I want to make a view new post script, as this is one of the main things that my
    forum software dose not have that all other forums have. so does any body have an idea on how i
    would do this? Thanks.....
  10. Configuring The Httpd.conf And Php.ini
    Where did I go wrong? (7)
    Hey guys! I installed Apache2.2.x on my machine running on XP SP3 and it worked. When I tried
    to install php5 from a .msi I then got " Error trying to access httpd.conf file. You will need to
    manually configure the web server. " This is a re-installation on a machine that had php5, Apache2.2
    and MySQL, all running in hamony. After "manually configuring the server" (editing the httpd.conf) I
    restarted Apache and when I try to open a .php file I get a blank page and the browser says
    "done". Tried phpinfo () but I still get the blank page. Now I don't know wh....
  11. Guessing Php Script
    (2)
    I am looking for: freeware php quess the person in the photo game script....
  12. What Is Wrong With Consumers Today?
    Horror Stories of Customer's from the Retailer's Point of View (7)
    If you work in retail or any other customer-based environment, I want to hear replies on
    customer's who are stupid, mean, ignorant, or just down-right retarded: I am the asst mgr. of a
    well-known electronic retail store. I had a customer come in who wanted to return something. So I
    followed procedure to a tee. I asked her to enter her phone number on a pad. She asked why. I
    said it was required for the return. I then asked her for her name and address. "You don't need
    that." "Yes, I do, ma'am. Our company tracks all returns." "I'm not telling you"....
  13. Something Wrong?
    (8)
    Ok so for the last couple of weeks, ive been feeling ODD. All of the sudden ive lost appetite, i
    smell food, want to eat it, but i cant, the minute i try to, i just feel disgusted/or full even if i
    havent eaten anything, & stop. My stomach rembles but its not hungry? no im not pregnant, someone
    asked me that lmfao.. thats a NO! lol anywho, ive also been feeling extra thirsty lately, and
    wanting to urinate a lot, idk whats wrong with me? i just feel sick, anxious, & disgusted by many
    things, i cant even look at myself in the mirror, it just puts me in whatever mode ev....
  14. Flash Problem
    sometimes the buttons will load the wrong link. (9)
    Its weird but sometimes when you hit the forums or roster button on my flash banner it will load:
    www.childrenofconan.trap17.com/index.html instead of what its suppost to. It works fine, but if you
    mess around and click the buttons for a little bit you will notice this happening. This is a problem
    because people visiting the site will sometimes click the button once and be like oh I guess the
    link is broken and never come back, if anyone has a solution to what could be the problem it would
    be awesome. This is one of my first custom flash banners and im just confused what....
  15. Login Script For Vbulletin.
    (9)
    For some reason when I try to logon from the main page it doesnt work, it just brings me to the
    forums unlogged. Anyone here have any ideas whats wrong with my coding? Heres the webpage:
    www.ageofilluminati.com Heres the coding im Using: QUOTE
    Forgot password? Register for free! ....
  16. Php Downloads Script
    (4)
    I've been looking all over the net for a PHP script which can provide an interface to browse a
    downloads database. The database could be powered by MySQL. If you know a script like this, please
    post it here. Thanks in advance, Ironchicken.....
  17. Loaing Script
    (3)
    hello, I'm looking for a preloader script for my site. like it will display an loading
    image while the site is loading and the once the page has loaded the image will disapear. i tryed
    searching for one on google but i could not find one, i think i searched for the worng thing. if
    some one knows how to make one or where i can find one that would be great. Thanks....
  18. Suicide Is Wrong
    (37)
    Well since trap17 seems to be down.. or just my gay site, im going to talk about suicide and about
    how wrong it is. Ok first of all IF YOUR LIFE IS SO MISERABLE AND EVERYONE HATES YOU AND YOU JUST
    CANT TAKE IT ANYMORE why in the world would you give the things that are hurting you (most likely
    people duh) the joy the HAPPINESS of seeing you give up? and kill yourself! come on.. you are
    only making them happy not yourself! and so what you kill yourself thats it! theres no
    turning back once you kill yourself.. nothing.. unless your extremely religious and beli....
  19. Is Something Wrong With Me?
    (11)
    All the women I' have been with in the past few years starts losing weight after going out with
    me for a few months. Even if we're not having sex. i suspected psychological reasons at first,
    but all of them seem to be happy to be with me. Maybe it's just coincidental I don't know
    but it's really disturbing. Should I see a therapist? /sad.gif" style="vertical-align:middle"
    emoid=":(" border="0" alt="sad.gif" />....
  20. Invite Script..
    (2)
    I didn't know where else to put it /sad.gif" style="vertical-align:middle" emoid=":("
    border="0" alt="sad.gif" /> If moderators find another forum more suitable plz move this one
    /biggrin.gif" style="vertical-align:middle" emoid=":D" border="0" alt="biggrin.gif" /> I am looking
    for some sort of sript or program that let's people on your website invite friends. Like they
    put in their Emailadress and mails are send to everyone in their list.. I hope someone can help me
    /sad.gif" style="vertical-align:middle" emoid=":(" border="0" alt="sad.gif" /> Greetzz....
  21. Background Image Swap Script
    Change a Background Image based on clock time (15)
    Background Image Changer Script To swap the background image from your CSS file according to the
    Server Clock Time. 1.) In your CSS file, add the following rule: CODE body {
        background: url(time.png); } 2.) Create a "folder" named time.png. 3.) Into the
    folder, place three images named morning.png, day.png, night.png. 4.) Also, in the same folder,
    create an index.php file and copy/paste the following script. CODE <?php $hour =
    date('H'); if ($hour < 12 ) {     $image =
    "morning.png"; } ....
  22. Html Code Tester. Online Script
    (15)
    Yes, yes. I have another script that I have written and I am distributing. I am not entirely sure if
    this works. I have not tested it yet, but I will later and post back with a demo and fix it up.
    Current script: CODE <?php //Save this as something like htmltest.php function
    CheckForm() { $html_unsafe=$_POST['code']; //Gives us our user
    input $html_safe=str_replace("<?php"," ",$html_unsafe);
    //Starts security measures $html_safe=str_replace("?>","
    ",$html_sa....
  23. Watermark Your Image With Simple Php Script
    found it on the net (35)
    This script was found on the net http://tips-scripts.com/?tip=watermark#tip B&T's Tips &
    Scripts site. Just in case the site may not show, I will include the code here: List of things
    needed: 1. your image in any format 2. watermark image--in gif format with transparent background 3.
    script below with name (i.e. watermark.php) CODE <?php // this script creates a watermarked
    image from an image file - can be a .jpg .gif or .png file // where watermark.gif is a mostly
    transparent gif image with the watermark - goes in the same directory as this script // ....
  24. Verifying Email Addresses
    Using a simple PHP script (9)
    This simple script will allow you to run some basic checks to make sure that any email address
    entered is actually an email address. There is no guarantee offered that this will stop every single
    fake email address, but it'll provide some protection. Now, the code! First we need to get
    the email address to verify. Here, I get it using POST from an HTML form. CODE <?php //Load
    email address from web form $email = $_POST['email']; Now, we move on
    to our first check. Does the text that has been entered look like it could b....
  25. Delay X Seconds In Flash
    how to action script that (1)
    How do i have to do, to tell a frame to wait x seconds after it continues playing? In Macromedia
    Flash, of course... Like: CODE stop(); "wait  x seconds"; play();
    Thanks....
  26. Is Homosexuality Right Or Wrong?
    your views (221)
    I wondered what people feel about this? I personally believe that it's wrong and wouldn't
    mind chatting to others who believe otherwise to see what they think.....
  27. Web Surfing- Script Needed
    (2)
    We all know of anonymouse web surfing, Sites like http://anonymouse.ws/cgi-bin/anon-www.cgi Offer
    peope to surf the internet anonymousely, The site has baners and ads showing up and does not support
    all links. Does anyone know what script they use or where i could get one from, What script do they
    use? Also if anyone jnows how to make my own? I really want this as a addon for my site, So all help
    would be appriciated. Thanks, Mbd5882....
  28. Free Weather Feed Script
    (1)
    If you are tired of providing your clients with weather feeds that take visitors off of their site
    or slam their site with ads, I finally found one after searching for hours. Here's a link to a
    FREE php script that pulls the feed directly from any airport in the world to your site. It is easy
    to customize and has simple, well documented installation instructions.
    http://www.mattsscripts.co.uk/mweather.htm hope you find it helpful... a good one for designers
    to archive as you will most likely need it some day for a client. Check out Matt's other free
    scripts....
  29. Php Quiz Script
    Make quizzes for your site. (20)
    Hello all, A little bit back I decided to make a quiz scriptjust out of no where lol. However it
    doesnt do anything special but I am going to make an email mod for it so that it will email results
    to your email address. So here is the basis of it. INSTRUCTIONS: Open a new page in your text
    editor and paste in the following code. CODE <?php $qid = "Quiz ID-00"; ?>
    <html> <head> <title><? echo "Gamers Pub $qid";
    ?></title> </head> <body> <p><h3><? echo "....
  30. Could Someone Make A Php Script For Me?
    Script to manage clans and players (3)
    Does someone know a script where you can 1. Add clans to a roster 2. Edit clans on a roster 3. Add
    players too a clan 4. Edit players 5. Schedule matches 6. Add clan Leaders to manage their own clan
    + members 7. Add members to edit their own information And maybe some sort of scoreboard integrated
    where you can put Wins, Draws and loses and that automaticly puts best clans on the top? If there
    isnt such a script could someone create 1 for me? (its for a league ^^)....

    1. Looking for errors, script, im, wrong

Searching Video's for errors, script, im, wrong
advertisement



Getting Errors On A Script - need to know what im doing wrong



 

 

 

 

ADD REPLY / Got an Opinion! a humble request :-) RAPID SEARCH! Free Hosting [X]
Express your Opinions, Thoughts or Contribute more info. to help others.
Ask your Doubts & Queries to get answers, So that "Together We can help others!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE