Tagged Questions
0
votes
1answer
170 views
Xpath XML filter works locally but not online on my VPS
I tested build site locally on xammp, has datafeeds that are read in using for example this xpath
/products/product[contains(categorie,'Kinderwagens')]
Now it works perfectly locally but not on my ...
0
votes
1answer
368 views
Cacti NaN values
Firstly, when I create cacti graph using data input method (PHP script) is does not create rrd file which it should do. Still, when I copy command which is shown when I turn debug mode on and run it ...
5
votes
1answer
2k views
Cacti graph not showing
I have created php script for cacti which outputs data in format like: <variable>:<value>
Output of my script: temperature:20 humidity:15
Then I created data input method where input ...
0
votes
2answers
45 views
moving data between webhosts
I currently have an application (php/mysql) running on 3 different web hosts. At each host, I have the typical cpanel/phpMyAdmin type of access. I currently have clients spread across all 3 servers, ...
1
vote
2answers
404 views
POST data not being received
I've got an iPhone App that is supposed to send POST data to my server to register the device in a MySQL database so we can send notifications etc... to it. It sends it's unique identifier, device ...