I am so pleased to announce you the release of Masino Extensions for PHP Report Maker version 7.0.2 that had just been released on March 21, 2014.
PHP Report Maker 7.0.2 provides various fixes and minor enhancement to previous version, including:
- Improved: Better content type detection for JPEG
- Improved: Use button instead of hyperlink for chart export
- Improved: Use button instead of hyperlink for popup filter
- Improved: Keep the content-type meta tag for Custom Template
- Fixed: Chart settings reset after generation
- Fixed: Breadcrumb incorrect after export
- Fixed: Compact summary report with 4 grouping fields
- Fixed: Missing Page_DataRendering/Page_DataRendered server events for dashboard page
- Updated: jQuery and JsRender
- Other minor changes and bug fixes
If you are a registered member of this site, don’t missed out! Please re-download all the extensions that related to the latest version of PHP Report Maker from this link. Extract them and then just replace all the existing ones with these new ones.
Enjoy it, everyone! 🙂
I try to integrating php report maker and php maker with your extension, but setting in php maker
no effect to imported file from php report maker…. please help me, how to fix it?
Thanks for the feedback. Will try to update the extensions for PHP Report Maker, too. Please stay tuned within the next three days.
Could you please explain in more detail, which kind of setting that related to the problem you encountered?
– automatic text on blank help content not show…
– application settings not fully effect on the report page, example :
the width of the web page is not the same with each other…
Pagination dan table settings… and more…
The width of the web page is only applied for the generated page from PHPMaker, and not for the generated report page from PHP Report Maker. The main reason for this since PHP Report Maker has not the ability to implement ScrollingTable extension.
Regarding “automatic text on blank help content not show…”, I do not see this issue on my side. Can you show me the link to your web app?
I am sorry for replying late. My web app still stored in the localhost, but “automatic text on blank help content not show…” is fixed…. After that, I still have problem on export the report :
1. export link icon not show on report page
2. error export to pdf show : Fatal error: Call to undefined method Page_Frame_Decorator::add_line() in C:\xampp\htdocs\130614\dompdf060b3\include\block_positioner.cls.php on line 32
3. error export to excel or word :
Problem during load
Missing file: …Data\Local\Temp\bootstrap\css\bootstrap-modal-bs3patch.css
Missing file: …INI~1\AppData\Local\Temp\bootstrap\css\bootstrap-modal.css
Why this error Occured?
1. Make sure you have enabled Export options from PHP -> Report Page Options (Global) -> Export in PHP Report Maker, and then re-generate ALL your script files.
2. Make sure you have enabled PDF Export extension from Tools -> Extensions of your PHP Report Maker, and then re-generate ALL your script files.
3. Please re-download MasinoHeaderFooter10 extension that I just updated today. Extract it, afterwards replace the existing one with the downloaded one, and then re-generate ALL your script files.
error export to pdf still show :
Fatal error: Call to undefined method Page_Frame_Decorator::add_line() in C:\xampp\htdocs\130614\dompdf060b3\include\block_positioner.cls.php on line 32
I am sorry but this error does not have the relationship with my extensions. It seems this is related to the PDF Extension that provided by PHP Report Maker.
I have tried it without your ekstension and its work fine. Is there anything left on the steps that I did? but I had to repeat several times the steps that have been given. I’m confused about this problem…
Can you show me the demo of php report maker with your extension?
Can you show me the generated code in the .php file (besides the file that belongs to the PDF extension) that related to the error?
http://www.4shared.com/rar/QNtLlnRjce/pmks_report.html
Thanks, but this is not what I wanted. All I want is the code snippet that related to the error above, and not the whole files. Usually the error only involves one-two lines of the generated code.
Okay, thanks. I will find out the solution for this.
Thanks in advance…
One more, I forgot to ask that there is a multiplication table or view on setting user permissions after I integrate PHPMaker and PHPReport Maker…..
Can I set up a few tables or a view that appears in the list of tables or views on setting permissions? how do I set?
Dear Sir,
I have try to make a custom template from php report maker, event I have adding your ekstensions for updated jsrender. but my report has not showing the data, may i send you email for my table schema, and my custom template
Sure. You may send it to me.
Dear Masino
I generate php report maker 7:04, using a database demorpt and Masino Extensions for PHP Report Maker 7.0.4.
Processing is smoothly, but when I login , I got comment “Failed to execute SQL: SELECT * FROM breadcrumblinks US C. B, breadcrumblinks AS C WHERE (B.Lft C.Lft BETWEEN AND C.Rgt) AND (B.Page_URL LIKE ‘djirpt.php’) ORDER BY C.Lft. Error: Table ‘demorpt.breadcrumblinks’ does not exist ” and so on ….
What should I do.
Make sure you have already used the same Database that used by your PHPMaker project.
Hi,
I can’t find any thread for Masino extension for PHP Report Maker 8.1 so I will post here.
I have a project using PHPMaker (with all Masino extension too) and I have intention to integrate the report I generated here with my PHPMaker project later. For now, I’m only generating standalone project and encounter some issue.
So I’ve use all the Masino PHP Report Maker extension and in the ewrcfg8.php file, I’ve set the following (this is due to my PHPMaker project is using MSSQL and I’m not using any table settings):
define(“MS_RPT_USE_CONSTANTS_IN_CONFIG_FILE”, TRUE, TRUE);
But after I’ve log in my page, the following error display on the screen:
“Failed to execute SQL. Error: Invalid object name ‘breadcrumblinks’.”
This is my extension settings: http://i.imgur.com/qkbeHdW.png
Please enable the debug mode, and let’s see from which file the error came from.
Here’s the error:
Failed to execute SQL: SELECT C.* FROM breadcrumblinks AS B, breadcrumblinks AS C WHERE (B.Lft BETWEEN C.Lft AND C.Rgt) AND (B.Page_URL LIKE ‘rpt_usage_summaryrpt.php’) ORDER BY C.Lft. Error: Invalid object name ‘breadcrumblinks’.
It seems that it is still using the breadcrumblinks table which I don’t have. For PHPMaker it works without this table, but not PHP Report Maker..
Thanks for reporting. Will fix it and let you know the results afterwards.
Please download again MasinoRptFixedWidthSite8 extension that I just updated today, September 16, 2015.
Awesome! Works ok now.
Not important but it would be great if you have the same variable UseContantsInConfigFile in the MasinoRptFixedWidthSite8 extension setting, same as the PHPMaker version. I have to change ewrcfg8.php everytime I regenerate it. Thanks in advance.
Good suggestion. I just updated it, and please download it again.
Thank you! Working great.
The ThemeOptions in MasinoRptHeaderFooter8 doesn’t work. I choose theme-green.css, once I generate my script, it does not use the theme I chose.
In the login page source code, the following line were generated:
var EWR_PROJECT_STYLESHEET_FILENAME = “phprptcss/project1.css”; // Project style sheet
I compares with my PHPMaker script, shouldn’t it be:
var EW_PROJECT_STYLESHEET_FILENAME = “phpcss/theme-green.css”; // Project style sheet
Also should it also have:
Also should the following line be generated too? I can’t find them
Ops.. The line was filtered out.. It’s the link syntax with pspcss/theme-green.css
link rel=”stylesheet” type=”text/css” href=”phpcss/theme-green.css”
Thanks for reporting. Will fix it and let you know the results afterwards.
I just updated it today, September 17, 2015, and please download MasinoRptHeaderFooter8 extension again.
I’m doing integration of PHP Report Maker module into my PHPMaker.
I’ve created a simple chart in PHP Report Maker and it’s running fine. After done all the steps necessary for the compatibility setting and import the menu as guided in the Help file and finally regenerate the scripts, I encountered the following error (after turning on debug mode) when I click on my chart module. I’m not sure why it is selecting from languages table instead from file?
—————-
ADOConnection._Execute(SELECT Announcement_Text FROM languages WHERE Language_Code = ‘en’, false) % line 1046, file: adodb.inc.php
ADOConnection.Execute(SELECT Announcement_Text FROM languages WHERE Language_Code = ‘en’) % line 3733, file: ewrfn8.php
ewr_Execute(SELECT Announcement_Text FROM languages WHERE Language_Code = ‘en’) % line 293, file: ewrusrfn8.php
My_Global_Check() % line 292, file: chart_usage_detail_by_kioskrpt.php
crchart_usage_detail_by_kiosk_rpt.Page_Init() % line 2067, file: chart_usage_detail_by_kioskrpt.php
It will still query to languages table instead of to separated announcements table if you set SeparatedAnnouncementTable to False (default). In other words, you need to provide the languages table in your database to avoid this error.
Ok thanks. I just created an empty languages table so now there’s no more error.
You’re welcome.