Search found 11 matches
Aprelium Forum Index
Author Message
  Topic: I don't like being warned
marlin

Replies: 3
Views: 8540

PostForum: PHP   Posted: Tue Jul 12, 2022 12:57 am   Subject: I don't like being warned
As I mention, the warnings are about undefined variables. It dawned on me that that is a good thing on my laptop, because that is where I debug programs and it's good to have undefined variables flag ...
  Topic: I don't like being warned
marlin

Replies: 3
Views: 8540

PostForum: PHP   Posted: Sat Jul 02, 2022 8:23 pm   Subject: I don't like being warned
I copied a bunch of php scripts that have been working fine to a new computer. In all of the scripts I now get multiple warning messages complaining about undefined variables. They only serve to make ...
  Topic: $_FILES fails with code=1 on Linux
marlin

Replies: 1
Views: 7152

PostForum: PHP   Posted: Wed Jul 29, 2020 6:46 pm   Subject: $_FILES fails with code=1 on Linux
I'm running the X1 webserver on Linux Mint 20 Cinnamon. Using both Firefox and Midori the simple webpage

<html>
<form method="post" enctype="multipart/form-data" actio ...
  Topic: Linux Version - Unable to connect
marlin

Replies: 1
Views: 7573

PostForum: Networking Issues   Posted: Sun Oct 20, 2019 2:13 pm   Subject: Linux Version - Unable to connect
I was able download, install, start, and access the console of the Linux X1 version. I'm also able to retrieve the "Welcome to Abyss Web Server" page by pointing my browser to http://135.0. ...
  Topic: Error: [function.include]: failed to open stream: No such fi
marlin

Replies: 2
Views: 19015

PostForum: PHP   Posted: Tue Oct 11, 2011 12:14 am   Subject: A Rube Goldberg solution
If I change the code to

$path = $_SERVER['REQUEST_URI'];
$path_parts = pathinfo($path);
$incl = $_SERVER['DOCUMENT_ROOT'].$path_parts['dirname'].'/'.$incl;
include ($incl);

In other words, i ...
  Topic: Error: [function.include]: failed to open stream: No such fi
marlin

Replies: 2
Views: 19015

PostForum: PHP   Posted: Mon Oct 10, 2011 11:03 pm   Subject: Error: [function.include]: failed to open stream: No such fi
The offending code:

include ($myInclude);

is contained in a general purpose function that can be called from any script in any directory. $myInclude can always be found in the same directory as ...
  Topic: SOLVED: problem loading files
marlin

Replies: 0
Views: 16251

PostForum: PHP   Posted: Sun Oct 09, 2011 10:48 pm   Subject: SOLVED: problem loading files
Recenlty my php scripts began having trouble loading auxilliary files. By that I mean
1. Images
2. Cascading style sheets
3. Javascript
4. redirects: e.g., <meta http-equiv="Refresh" ...
  Topic: Error 500 Internal Server Error
marlin

Replies: 8
Views: 28759

PostForum: PHP   Posted: Mon Dec 08, 2008 7:43 pm   Subject: Error 500 Internal Server Error
Hooray! Your new preconfigured php 5.27 solved the problem. Thanks.
  Topic: Error 500 Internal Server Error
marlin

Replies: 8
Views: 28759

PostForum: PHP   Posted: Mon Dec 08, 2008 2:57 am   Subject: Error 500 Internal Server Error
I get the Error 500 with

<?php
phpinfo();
?>

I'm using Abyss Web Server X1 (v 2.5)

Nothing appears in either access.log or fastcgi.log

Windows Vista gives the following:

Problem ...
  Topic: isapi extension tries to download
marlin

Replies: 2
Views: 7071

PostForum: General Questions   Posted: Fri Sep 01, 2006 10:04 pm   Subject: isapi extension tries to download
It worked! Some rainy day when you don't have anything to do :D, I would be interested in knowing why that worked.

Thanks for the quick reply
  Topic: isapi extension tries to download
marlin

Replies: 2
Views: 7071

PostForum: General Questions   Posted: Fri Sep 01, 2006 8:21 pm   Subject: isapi extension tries to download
This requests a clarification of the answer to the same question posted by machv who wanted to know why the isapi extension (blahblahblah.dll) tried to dowload rather than execute.

The answer was ...
 
Page 1 of 1
All times are GMT + 1 Hour
Jump to:  


Powered by phpBB phpBB Group