-
Replied To a Post in Fujitsu Windows Server 2019 Servers Rebooting at 11pm every day
Aha! I cracked it. My goodness this has been driving me mad for two weeks. Turns out previous owners had a power on schedule configured, and the management controller retained … -
Edited Fujitsu Windows Server 2019 Servers Rebooting at 11pm every day
I have recently come into possession of 2 second hand Fujitsu RX series servers, and this issue is driving me nuts! When I got them neither had disks, so I … -
Created Fujitsu Windows Server 2019 Servers Rebooting at 11pm every day
I have recently come into possession of 2 second hand Fujitsu RX series servers, and this issue is driving me nuts! When I got them neither had disks, so I … -
Replied To a Post in Office 2016, 365 exchange emails stuck in outbox until system restart
OK it was quite an undertaking but I eventually worked this out... Basically.... There was an auth conflict when sending due to the fact that the outlook was logged into … -
Marked Solved Status for Office 2016, 365 exchange emails stuck in outbox until system restart
Ok this is a weird one and its been ongoing for many months, wondering if anyone has any ideas. We have 10-15 office 365 exchange email accounts and they all … -
Replied To a Post in Office 2016, 365 exchange emails stuck in outbox until system restart
Trying now having manually entered the hosts on outlook. Will report back if it works as it will likely help others in the future but at this point im not … -
Gave Reputation to rproffitt in Office 2016, 365 exchange emails stuck in outbox until system restart
Clues are slim here but try changing to a public DNS, the DNS provided by the service mentioned as well as entering the IP address of the mail server rather … -
Replied To a Post in Office 2016, 365 exchange emails stuck in outbox until system restart
Again, im not a pro im a web developer by trade this is more of a sideline. Never claimed to be a pro, never will. You learn something new every … -
Replied To a Post in Office 2016, 365 exchange emails stuck in outbox until system restart
The client machine is already using public DNS 8.8.8.8 and 8.8.4.4. So you think it may be worth adding the account manually as opposed to using autodiscover? I dont know … -
Edited Office 2016, 365 exchange emails stuck in outbox until system restart
Ok this is a weird one and its been ongoing for many months, wondering if anyone has any ideas. We have 10-15 office 365 exchange email accounts and they all … -
Edited Office 2016, 365 exchange emails stuck in outbox until system restart
Ok this is a weird one and its been ongoing for many months, wondering if anyone has any ideas. We have 10-15 office 365 exchange email accounts and they all … -
Edited Office 2016, 365 exchange emails stuck in outbox until system restart
Ok this is a weird one and its been ongoing for many months, wondering if anyone has any ideas. We have 10-15 office 365 exchange email accounts and they all … -
Created Office 2016, 365 exchange emails stuck in outbox until system restart
Ok this is a weird one and its been ongoing for many months, wondering if anyone has any ideas. We have 10-15 office 365 exchange email accounts and they all … -
Replied To a Post in Office 365 license migration advice...
OK for anyone googling this and reading it in the future: We have been advised (by MS support) to set up a new office 365 account, purchase new licenses, migrate … -
Edited Office 365 license migration advice...
To start I want to make it clear I have no experiance with office 365 or the associated exhange stuff, and I would never personally recomend such a package to … -
Created Office 365 license migration advice...
To start I want to make it clear I have no experiance with office 365 or the associated exhange stuff, and I would never personally recomend such a package to … -
Replied To a Post in Access 2000 mdb locking/corrupt on win7
We can’t use modern versions of MS Access because many of the macros fail in the newer versions, and there is ~50 macros in the database. In our view debugging … -
Created Access 2000 mdb locking/corrupt on win7
We have an Access mdb database originally built in the late 90s. We currently use MS Access 2000 on Win7. Since switching to win7 from XP the database keeps getting … -
Marked Solved Status for Table not displaying correctly as .php file, but works as .html?!
Ok so I have the following code for a table with CSS rules designed to "collapse the table horizontally" on smaller screens... <table> <thead class="thead"> <tr> <th>a</th> <th>b</th> <th>c</th> <th>d</th> … -
Replied To a Post in Table not displaying correctly as .php file, but works as .html?!
I am such a fool. Found some <pre> tags before the <head> while I was scrutinising inspect element for the nth time, which when rendered in a browser causes the … -
Replied To a Post in Table not displaying correctly as .php file, but works as .html?!
OK I tried saving it via notepad++ (utf-8 without BOM) and it has made no difference. If I copy and paste the source from the php output into a .html … -
Replied To a Post in Table not displaying correctly as .php file, but works as .html?!
I cant post the whole code that makes up the page, its made up of lots of includes and overall is equal to 1000's of lines of php and html. … -
Replied To a Post in Table not displaying correctly as .php file, but works as .html?!
The table as is... <div class="product-details"> <table> <thead class="thead"> <tr> <th>product_id</th> <th>model</th> <th>size</th> <th>kg</th> <th>price</th> <th>availablity</th> <th></th> </tr> </thead> <tbody> <tr> <td data-label="product_id">1217-12-01</td> <td data-label="model">Banjo polyprop camlock - part C</td> … -
Replied To a Post in Table not displaying correctly as .php file, but works as .html?!
> Clear the browser cache - I'm assuming you have js in there somewhere too? Its not a caching issue. There is js (jquery and bootstrap) on the page but … -
Replied To a Post in Table not displaying correctly as .php file, but works as .html?!
> Have you checked with a client side tool like Firebug or Chrome Developer tools that the same CSS rules apply in both cases ? I havent actually checked, but … -
Edited Table not displaying correctly as .php file, but works as .html?!
Ok so I have the following code for a table with CSS rules designed to "collapse the table horizontally" on smaller screens... <table> <thead class="thead"> <tr> <th>a</th> <th>b</th> <th>c</th> <th>d</th> … -
Created Table not displaying correctly as .php file, but works as .html?!
Ok so I have the following code for a table with CSS rules designed to "collapse the table horizontally" on smaller screens... <table> <thead class="thead"> <tr> <th>a</th> <th>b</th> <th>c</th> <th>d</th> … -
Replied To a Post in Undefined index error. was working earlier
Exactly as I suspected. Your script is destroying the user session on line 9, so when you redirect back to catalogue.php it creates a new session on line 4 for … -
Replied To a Post in Undefined index error. was working earlier
What is happening in cart_update.php in order to empty the cart? I suspect the login session is being destroyed in cart_update.php, and thus it cant find "login_user" because the session … -
Replied To a Post in data not been inserted into database
Have you tried changing... if(isset($_POST['submit'])){ ...to... if(isset($_POST['Submit'])){ ...or change... name="Submit" ...to... name="submit" ...on the button? Could be that simple? As **"Submit" does not = "submit"** -
Marked Solved Status for Using eval() to 'populate' HTML template from array
I have been trying to figure out how to populate a html template with data from a multi dimensional array, but i cant figure it out. The template is taken … -
Replied To a Post in Using eval() to 'populate' HTML template from array
Aha! You are right. Thanks for your help, I knew it would be something simple. Solved. -
Edited Using eval() to 'populate' HTML template from array
I have been trying to figure out how to populate a html template with data from a multi dimensional array, but i cant figure it out. The template is taken … -
Created Using eval() to 'populate' HTML template from array
I have been trying to figure out how to populate a html template with data from a multi dimensional array, but i cant figure it out. The template is taken … -
Created robots.txt disallowing certain query stings...
I want to disallow certain query strings with robots.txt and I want to check I am doing this correctly... I am using: Disallow: /browse.asp?cat=*-* I want to check that this … -
Replied To a Post in Trouble with JSON_decode
Well I have a Redhat 64bit virtual box running Apache/2.2.15 which I installed, and that has virtually no restrictions on it with regards to filtering/firewalls and I get the exact … -
Replied To a Post in Trouble with JSON_decode
I have just tried a third webhost with the exact code that veedeoo said works on his host... Still no joy. So thats 3 webservers (one is a dedicated box) … -
Replied To a Post in php - invoice
The question sounds kind of vague but http://www.princexml.com/ may be useful to you. Its a HTML/CSS - PDF converter. There is also http://www.tcpdf.org/ which is a php class for printing … -
Replied To a Post in Trouble with JSON_decode
OK, this... echo $this_error; print_r(error_get_last()); Returns... *Array ( [type] => 8 [message] => Undefined variable: this_error [file] => /home/dsmwebne/public_html/_clients/_sites/_zonked/jsontest2.php [line] => 3 )* ...and phpinfo() is a huge report, what … -
Replied To a Post in Trouble with JSON_decode
This also returns nothing... function useCurl($url){ $ch = curl_init(); curl_setopt($ch, CURLOPT_PORT, '25565'); curl_setopt($ch, CURLOPT_USERAGENT, 'Mozilla/5.0 (Windows; U; MSIE 7.0; Windows NT 6.0; en-US)'); curl_setopt($ch, CURLOPT_CONNECTTIMEOUT,10); curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true); curl_setopt($ch, CURLOPT_AUTOREFERER, … -
Replied To a Post in Trouble with JSON_decode
As I have previously stated the code returns nothing on my webserver, I have also tried it on a second server with the same result. (hence why im pulling my … -
Replied To a Post in Trouble with JSON_decode
Tried it with json_last_error() as above and I still just get a blank page, no errors whatso ever, doesnt even echo " - No errors" I was speaking to the … -
Replied To a Post in Trouble with JSON_decode
I have just tried it on another webserver and I can confim I get the same result - nothing gets printed. So doesnt look like a firewall issue on my … -
Replied To a Post in Trouble with JSON_decode
It works with your jsontest.com URL but when I use my URL it returns nothing. My hosts say they are not blocking the connections. Any suggestions what to try now? … -
Replied To a Post in Trouble with JSON_decode
Yea I noticed that after I posted it, but no thats not it. I have been doing some testing and added this code to check that file_get_contents() is actually working... … -
Created Trouble with JSON_decode
I have been having trouble getting a result from this wondered if someone may be able to help me. I am trying to decode/parse this json output from a URL … -
Created Strange PSU voltages...
I have tested a PSU with a multimeter while at idle and got these very odd results: 3.3v = 3.31v 5v = 5.56v 12v = 12.83v -12v = **3.27v** -5v … -
Replied To a Post in Total by ID with multiple tables.
Thats not really what im trying to do... So far I have managed to total all of the records by a playername for 1 table at a time, like this... … -
Created Total by ID with multiple tables.
I am trying to get a total of all the records for playerid from table1, table2 and table3 by playername. There are 4 tables, table-1, table-2, table-3, and players. I …
The End.