Log File? #18

Closed
opened 2016-07-21 14:52:56 +00:00 by paolavness · 3 comments
paolavness commented 2016-07-21 14:52:56 +00:00 (Migrated from github.com)

Just a question here: is there a log file some where that contains errors that take place within components that CB builds? I have a component compiling and installing fine, but one of the views appears with a blank screen.

Thanks,
Paola

Just a question here: is there a log file some where that contains errors that take place within components that CB builds? I have a component compiling and installing fine, but one of the views appears with a blank screen. Thanks, Paola

You need to setup your PHP developing environment to show errors, and then it should print to the screen your errors... if you don't know how to do this... google "make PHP show all errors" and you should get some tutorials on how this is done.

You need to setup your PHP developing environment to show errors, and then it should print to the screen your errors... if you don't know how to do this... google "make PHP show all errors" and you should get some tutorials on how this is done.
paolavness commented 2016-07-21 15:05:48 +00:00 (Migrated from github.com)

Ah yeah I've got that. I was thinking more internal errors. I figured this out tho - in the admin view, the _ Name (single record)_ and Name (list or records) were both the same! D'oh, I forgot the 's' to make it plural!

Ah yeah I've got that. I was thinking more internal errors. I figured this out tho - in the admin view, the **_ Name (single record)_** and **_Name (list or records)_** were both the same! D'oh, I forgot the 's' to make it plural!

The only way to get more breakdown of the compiler.. is with adding the line-numbering feature that adds line numbers to each comment to show more-or-less where that part of the code was build... I think I mention some of that in the tutorials... and the rest is up to you and x-debug....

The only way to get more breakdown of the compiler.. is with adding the line-numbering feature that adds line numbers to each comment to show more-or-less where that part of the code was build... I think I mention some of that in the tutorials... and the rest is up to you and x-debug....
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: joomla/Component-Builder#18
No description provided.