Log File? #18
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: joomla/Component-Builder#18
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
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....