Blank Page
Posted: 12 October 2010 03:15 AM   [ Ignore ]
Is a Really Great Dancer
RankRank
Total Posts:  68
Joined  2010-09-07

I’m getting a blank page after attempting to publish an entry.

I have two near identical channels, the templates are near identical. The only thing different really is just the fields.
The form on one channel works, the other doesn’t.
That channel had file fields. I removed those and it still doesn’t work.

There are no errors that I can see. My error logs are empty. I’m stumped.

Profile
 
 
Posted: 12 October 2010 07:20 AM   [ Ignore ]   [ # 1 ]
Absolute Heartthrob!
Avatar
RankRankRankRankRank
Total Posts:  10369
Joined  2008-09-29

That’s odd. I wonder if it could have something to do with ram allotment for your server. Usually a blank page is either a PHP error, or an out of ram error. Either way, normally you’d get an error saved to your logs.

Would you be able to send me a link, and perhaps login access?

 Signature 
Profile
 
 
Posted: 12 October 2010 08:15 AM   [ Ignore ]   [ # 2 ]
Is a Really Great Dancer
RankRank
Total Posts:  68
Joined  2010-09-07

Actually, I just tried it again in Firefox. (Used Chrome before). I get a PHP error now. Weird that it doesnt show up in Chrome.

This should help you:

A PHP Error was encountered
Severity: Notice
Message: Undefined property: EE::$form_validation
Filename: fieldtypes/ft.text.php
Line Number: 68

Fatal error: Call to a member function numeric() on a non-object in /path-to-system/expressionengine/fieldtypes/ft.text.php on line 68

Profile
 
 
Posted: 12 October 2010 08:54 AM   [ Ignore ]   [ # 3 ]
Absolute Heartthrob!
Avatar
RankRankRankRankRank
Total Posts:  10369
Joined  2008-09-29

If you’re logged in, you’re more likely to see PHP errors.

Anyway… the error’s coming from a FieldType (Text) but I don’t know why that would be. Rob will be back in the morning. I’ll ask him about this one.

 Signature 
Profile
 
 
Posted: 12 October 2010 08:58 AM   [ Ignore ]   [ # 4 ]
Is a Really Great Dancer
RankRank
Total Posts:  68
Joined  2010-09-07

Thanks Chris.
The account I was logged in with on Chrome wasn’t a super admin account. I’ll remember that.
I hope Rob can figure it out without too much trouble.

Profile
 
 
Posted: 12 October 2010 07:45 PM   [ Ignore ]   [ # 5 ]
Absolute Heartthrob!
Avatar
RankRankRankRankRank
Total Posts:  10369
Joined  2008-09-29

And by “more likely” I mean that reporting only shows to Super Admins. That said… I’ll let Rob know.

 Signature 
Profile
 
 
Posted: 12 October 2010 08:04 PM   [ Ignore ]   [ # 6 ]
Teen Scream
Avatar
RankRankRank
Total Posts:  3541
Joined  2009-05-29

Hey Jason, I have yet to build support in for “numeric” text fields. I’ve started to work on form validation, but it’s not ready yet. For now, the solution is to set your Field Content to Any, and maybe use JS validation to ensure that the input is numeric.

Profile
 
 
Posted: 14 October 2010 04:57 AM   [ Ignore ]   [ # 7 ]
Is a Really Great Dancer
RankRank
Total Posts:  68
Joined  2010-09-07

Thanks Rob. That fixed it.

Profile
 
 
Posted: 20 October 2010 08:38 PM   [ Ignore ]   [ # 8 ]
Teen Scream
Avatar
RankRankRank
Total Posts:  3541
Joined  2009-05-29

BTW, the latest build now allows you to use numeric or integer field content on your text fields.

Profile