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

Gerald Waugh gwaugh at frontstreetnetworks.com
Fri Apr 22 08:27:09 -05 2011


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




More information about the Blueonyx mailing list