• Member Avatar for NuGG
    NuGG

    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 …
  • Member Avatar for NuGG
    NuGG

    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 …
  • Member Avatar for NuGG
    NuGG

    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 …
  • Member Avatar for NuGG
    NuGG

    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 …
  • Member Avatar for NuGG
    NuGG

    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 …
  • Member Avatar for NuGG
    NuGG

    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 …
  • Member Avatar for NuGG
    NuGG

    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 …
  • Member Avatar for NuGG
    NuGG

    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 …
  • Member Avatar for NuGG
    NuGG

    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 …
  • Member Avatar for NuGG
    NuGG

    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 …
  • Member Avatar for NuGG
    NuGG

    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 …
  • Member Avatar for NuGG
    NuGG

    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 …
  • Member Avatar for NuGG
    NuGG

    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 …
  • Member Avatar for NuGG
    NuGG

    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 …
  • Member Avatar for NuGG
    NuGG

    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 …
  • Member Avatar for NuGG
    NuGG

    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 …
  • Member Avatar for NuGG
    NuGG

    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 …
  • Member Avatar for NuGG
    NuGG

    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 …
  • Member Avatar for NuGG
    NuGG

    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> …
  • Member Avatar for NuGG
    NuGG

    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 …
  • Member Avatar for NuGG
    NuGG

    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 …
  • Member Avatar for NuGG
    NuGG

    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. …
  • Member Avatar for NuGG
    NuGG

    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> …
  • Member Avatar for NuGG
    NuGG

    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 …
  • Member Avatar for NuGG
    NuGG

    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 …
  • Member Avatar for NuGG
    NuGG

    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> …
  • Member Avatar for NuGG
    NuGG

    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> …
  • Member Avatar for NuGG
    NuGG

    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 …
  • Member Avatar for NuGG
    NuGG

    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 …
  • Member Avatar for NuGG
    NuGG

    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"**
  • Member Avatar for NuGG
    NuGG

    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 …
  • Member Avatar for NuGG
    NuGG

    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.
  • Member Avatar for NuGG
    NuGG

    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 …
  • Member Avatar for NuGG
    NuGG

    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 …
  • Member Avatar for NuGG
    NuGG

    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 …
  • Member Avatar for NuGG
    NuGG

    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 …
  • Member Avatar for NuGG
    NuGG

    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) …
  • Member Avatar for NuGG
    NuGG

    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 …
  • Member Avatar for NuGG
    NuGG

    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 …
  • Member Avatar for NuGG
    NuGG

    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, …
  • Member Avatar for NuGG
    NuGG

    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 …
  • Member Avatar for NuGG
    NuGG

    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 …
  • Member Avatar for NuGG
    NuGG

    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 …
  • Member Avatar for NuGG
    NuGG

    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? …
  • Member Avatar for NuGG
    NuGG

    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... …
  • Member Avatar for NuGG
    NuGG

    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 …
  • Member Avatar for NuGG
    NuGG

    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 …
  • Member Avatar for NuGG
    NuGG

    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... …
  • Member Avatar for NuGG
    NuGG

    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.