Jump to content

exciter

Members
  • Posts

    18
  • Joined

  • Last visited

exciter's Achievements

Newbie

Newbie (1/14)

  • First Post Rare
  • Collaborator Rare
  • Conversation Starter Rare
  • Week One Done Rare
  • One Month Later Rare

Recent Badges

0

Reputation

  1. Ah ok, I wondered why my python script couldn't access the database. Now I know. 👍 Thank you!
  2. Hello, after changing my password, I can't access my database from the bookmarked link in the browser: Access denied. I should check host, username and password in the config.inc.php file... When I login to heliohost, I'm able to login to phpMyAdmin and the database from Plesk without any problems. What can I do?
  3. I got the info, that it maybe depends on the precision in the php.ini. Tested on another server: ini_set('precision', 40); $value = 29.915; echo json_encode($value); -> 29.91699999999999914734871708787977695465 That's what I get on Tommy too. And with: ini_set('precision', 14); $value = 29.915; echo json_encode($value); -> 29.917 How can I decrease the php precision to 14?
  4. In another forum they told me to decrease "precision" or "serialize_precision" settings down to 14. But I guess, only an admin is able to do that...
  5. I'm new to php, so maybe it's not perfect Maybe someone here is able to optimize it...
  6. Hello, for highcharts I fetch my data with a php script (json) from a mysql table. When I try to build the chart with all records of the database, I get the following messsage in the error log: Allowed memory size of 134217728 bytes exhausted (tried to allocate 24657951 bytes) Please raise the memory limit for my account (exciter), so I can use the script and the data of my table. I will run the script 2-3 times per day, after setting up everything Thanks!
  7. That's great. Thanks again! This winter I have to learn php/cronjobs/js. So I will login for sure
  8. Ok, no problem. But 30 more days login immunity also would be nice
  9. @Krydos: thx for moving. @pooks: I didn't know that. I thought: new round -> new information. You can keep the new (same as the old)
×
×
  • Create New...