[BlueOnyx:07139] Re: PHP: working BQ page dead on BO?

Roy Urick rurick at usa.net
Fri Apr 22 10:54:25 -05 2011


We're getting closer. Its spitting out errors finally:

Warning: require_once(Mail.php) [function.require-once]: failed to open stream: No such file or directory in /home/.sites/33/site5/web/includes/functions.php on line 3

Fatal error: require_once() [function.require]: Failed opening required 'Mail.php' (include_path='.:/usr/share/pear:/usr/share/php') in /home/.sites/33/site5/web/includes/functions.php on line 3


-----Original Message-----
From: blueonyx-bounces at mail.blueonyx.it [mailto:blueonyx-bounces at mail.blueonyx.it] On Behalf Of Gerald Waugh
Sent: Friday, April 22, 2011 9:27 AM
To: BlueOnyx General Mailing List
Subject: [BlueOnyx:07136] Re: PHP: working BQ page dead on BO?


On Fri, 2011-04-22 at 08:53 -0400, Roy Urick wrote:
> Will do, but generally if I enable it, I either get a warning that a 
> user doesn’t have permissions, or I just get a blank screen.

> I assumed you might be able to see more in the php disabled state. 

Turn on error reporting for the page
sometimes helps define the error

<?php

error_reporting(E_ALL);
ini_set('display_errors', TRUE);
ini_set('display_startup_errors', TRUE);


Gerald

 
> 
> From: blueonyx-bounces at mail.blueonyx.it 
> [mailto:blueonyx-bounces at mail.blueonyx.it] On Behalf Of Tjerk 
> Hacquebord
> Sent: Friday, April 22, 2011 4:35 AM
> To: 'BlueOnyx General Mailing List'
> Subject: [BlueOnyx:07132] Re: PHP: working BQ page dead on BO?
> 
> 
>  
> 
> Right now your PHP is disabled for this website, enable it so we can 
> view the error messages.
> 
> They have probably something to do with BO having a newer PHP version.
> 
>  
> 
>  
> 
> Van: blueonyx-bounces at mail.blueonyx.it 
> [mailto:blueonyx-bounces at mail.blueonyx.it] Namens Roy Urick
> Verzonden: vrijdag 22 april 2011 6:21
> Aan: 'BlueOnyx General Mailing List'
> Onderwerp: [BlueOnyx:07131] Re: PHP: working BQ page dead on BO?
> 
> 
>  
> 
> Sorry, to clarify, I went from a BlueQuartz box to a BlueOnyx box.  I 
> really need to sleep more before posting to the forums.
> 
>  
> 
> Sorry for the confusion
> 
>  
> 
> From: blueonyx-bounces at mail.blueonyx.it 
> [mailto:blueonyx-bounces at mail.blueonyx.it] On Behalf Of Roy Urick
> Sent: Thursday, April 21, 2011 11:56 PM
> To: Blueonyx at blueonyx.it
> Subject: [BlueOnyx:07130] PHP: working BQ page dead on BO?
> 
> 
>  
> 
> This may seem obvious to most, but to me I’m lost. 
> 
>  
> 
> On one of our sites, we used a PHP based contact form that worked 
> well. After migrating from BX to BQ, the form no longer works and I 
> don’t quite understand why. With PHP disabled (by default) the page 
> loads but with garbage in the form data fields.
> 
>  
> 
> If I turn on PHP to the site I get various permissions errors to 
> simple blank screens depending on what settings options I choose.
> 
>  
> 
> Anyone have any ideas on how to (easily) correct the issue? The form 
> in question is below:
> 
>  
> 
> http://www.greasecutters.com/contact_us.php
> 
>  
> 
> Is there a way to make the BO match permissions/settings of the old BX 
> boxes?  Need to have the forms rebuilt to play nice with the new 
> settings? Need to start drinking heavily?
> 
>  
> 
> TIA
> 
>  
> 
> -Roy
> 
>  
> 
> 
> _______________________________________________
> Blueonyx mailing list
> Blueonyx at mail.blueonyx.it
> http://mail.blueonyx.it/mailman/listinfo/blueonyx
--
Gerald

_______________________________________________
Blueonyx mailing list
Blueonyx at mail.blueonyx.it
http://mail.blueonyx.it/mailman/listinfo/blueonyx


....




More information about the Blueonyx mailing list