Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1
  • 2

TOPIC: [SOLVED] CSV Export from Backend returns blank report

[SOLVED] CSV Export from Backend returns blank report 12 years 7 months ago #17256

  • itstaff
  • itstaff's Avatar
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 7
  • Thank you received: 0
I am using DT version 2.7.15B and Joomla 2.5.3, and still get the same problem of getting a blank CSV report, both from the front-end and back-end. This problem did not happened with Joomla 1.7.3 and DT 2.7.13.

Please Log in or Create an account to join the conversation.

[SOLVED] CSV Export from Backend returns blank report 12 years 7 months ago #17257

  • dthadmin
  • dthadmin's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 5470
  • Thank you received: 3
The only time we have found this problem with the recent package has been tied to the Joomla /tmp folder, which is needed for this function. Check and make sure:

- The configuration.php file has the correct location for your /tmp folder
- The /tmp folder must be writable

Sometimes someone will build their site in a temporary location and then when it's ready, they move it to the live directory. However, in that process, make sure you don't forget to update the configuration.php file as it has entries for /tmp and /logs. Make sure they are not still pointing to your temporary directory location.

Please Log in or Create an account to join the conversation.

[SOLVED] CSV Export from Backend returns blank report 11 years 4 weeks ago #21894

  • dawhisman
  • dawhisman's Avatar
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 17
  • Thank you received: 0
I posted a response as I had the same issue. I don't see it on the thread yet so not sure if it needs to be moderated or if it did not post. In any case, I solved my issue with export not producing any records. My temp directory had the right privileges (755), but what took me a moment to realize is that my full path to my temp directory when I first built my site (roughly 18 months ago) was:

/home3/myhome/public_html/tmp

At some point in the last 18 months my host (Bluehost) updated their servers and apparently along the way they change the server directory to the following:

/home1/myhome/public_html/tmp

Subtle change and easy to overlook, but the change from home3 to home1 mean configuration.php had to be updated to reflect the new location otherwise it could not write to the temp directory and the export would not work.

Please Log in or Create an account to join the conversation.

[SOLVED] CSV Export from Backend returns blank report 11 years 4 weeks ago #21895

  • nathan.dth
  • nathan.dth's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 1857
  • Karma: 19
  • Thank you received: 218
Thanks for posting that dawhisman! That is correct... if your /tmp directory path is incorrect in configuration, the export will not work. That's 99% of the time the reason for a blank export file.

Please Log in or Create an account to join the conversation.

Nathan is no longer affiliated with DTH since the recent acquisition. You can connect with him and get any type of Joomla website help at www.JoomlaEmployee.com .
  • Page:
  • 1
  • 2
Time to create page: 0.153 seconds