View Single Post
Old 02-13-2016, 10:25 PM   #32
byzeil
Hall Of Famer
 
byzeil's Avatar
 
Join Date: Aug 2009
Location: NJ, US
Posts: 2,002
Quote:
Originally Posted by motnagoh79 View Post
If I did not create the MySQL database then where else would the tables reside? This problem with the bottoms of the pages getting cut off is driving me nuts.
Did you implement the new scripts as described in the opening post of this thread? If so, the first step has you dropping the reports table in you MYSQL database. The scripts create a series of tables in this same MYSQL database.

If you don't have a MYSQL database then the reports are stored as individual HTML files on your server. They would either be loaded individually or as a compressed archive.

Did you set up your reports on your webserver initially or did someone else do it for you? If you have been uploading reports in MYSQL then someone had to set up the MYSQL database. To use these scripts at any point you would need a MYSQL database to store the reports tables.

Last edited by byzeil; 02-13-2016 at 10:29 PM.
byzeil is offline   Reply With Quote