This does some thing if the condition is met. Also false and true outcome.
{code class='brush: text;'}if(Y2="1",E2,"0"){/code}
I'm not even sure if this is possible to get around but every time but when i try and extract a 4gb file using winrar to my D:drive, it creates a temporary file in c:\documents and settings. If i don't have a spare 4gb in my c: the operation aborts and fails. I can see the usage of this on a removable drive but not when i have all files on the same partition.Without manualy changing the "temp file folder" to the same drive as the destination, is there a way to get winrar to automatically use the same drive as the destination for creating its temp file?
As per me, WinRar and WinZip will create a temporary folder on C by default. But you can even change the location of temporary files in Options/Settings/Paths provide what you need. If that doesn't works, Right click on the first rar of the archive and click extract here. Winrar will extract to the exact location of the rars and will not create a temp file.On the other hand it may be a files format problem, if your hard drive is in the FAT32 format 4gig is the maximum folder size.. NTFS format however allows folders as big as the unused part of your hard drive, more info needed makavelli please.
This error appears when trying to load a website that uses joomla
{code class='brush: text;'}jtablesession::Store Failed DB function failed with error number 145 Table './shoulder_joomla/tkjx45_session' is marked as crashed and should be repaired SQL=INSERT INTO `tkjx45_session` ( `session_id`,`time`,`username`,`gid`,`guest`,`client_id` ) VALUES ( 'f2b7a352f0df8d424f1066a8648e41ea','1309181474','','0','1','0' ) Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 76 bytes) in /home/shoulder/public_html/libraries/joomla/error/exception.php on line 117{/code}
Goto into phpmyadmin andrepair the table
There are numerous occurrences when pages with double slashes are being tracked as well as pages with single slashes despite them both delivering identical content. Obviously I would like page counts for "/index.php" to be included with "//index.php" and preferably have counts for "/" included too.
For the main Google Analytics page:
Check your profile settings, specifically, the "Default Page" Do you have "/index.php" in there? It should be "index.php"
After uninstalling the office 2010 beta you install full office 2010 (VL) and the activators will not work. They say it cannot be activated. 800...07d. You might also get error 25004, Error 25004. The product key you entered cannot be used on this machine
I tried uninstalling the software/micorsoft/office registry key in HKLM and HKLU , alsolso protected storage ones. this did not seem to make any diffference.
The way to activated is to uninstall the beta and install a VL version, then change the key to:
VYBBJ-TRJPB-QFQRF-QFT4D-H3GVB
Make sure you are offline then run the activator, once completed you can then go online. You should also make sure that antivirus has an exclusion set up to make sure the office activator is not removed because it can get flagged as a virus. The activator runs as a service, this is normal because it constanly emulates a licenses server to allow use of the VL 2010.
Internet Explorer opens with a blank page when you open in a new window or a new tab or one these similar issues below
Run the following script from IEFAQ making sure you run either the x86 or x64 version as required.
Faulty tab issues can also be caused by third party addons. You should consider disabling/removing all addons to see if the issue is fixed. Lastly you should reset all internet explorers settings and restart internet explorer
You have one or more WAN Miniport that you cannot delete such as the ones below even if they are disabled. They will not reinstall either and usually have an exclamation mark on them
You might also experience error code 31.
Use the following commands to be carried out as the user Administrator (Run as Administrator) from Command prompt (cmd):
The following example will delete the WAN Miniport with a hardware ID of ms_sstpminiport.
netcfg -e -u ms_sstpminiport
To delete other failed WAN Miniports you have to find the Hardware ID for the Device from the Device Manager
When an Apple Mac twats your pendrive files so they are all hidden and archive bit set you cannot remove these via windows because it has messed up the file structure.
run the following command in a command prompt
attrib *.* -A -H -R -S /S /D
Microsoft .NET Framework Version 2.0 is required to continue even though windows 7 has this technology built in.
The .Net Framework 2.0. error is associated with hardware drivers not being compatible with windows 7, typically printer drivers after a windows 7 upgrade are still associated with the previous OS.............
Go to your printer or other hardware manufactures site to download and install windows 7 drivers for your hardware this should eliminate the 2.0 error. You might also need to uninstall the old driver first.
That error appears to be a Windows Update error, which makes sense since you encounter it when doing a check for upgrade - which uses Windows Update.
Can you successfully check for updates using Windows Update in Windows?
I found the following information on how to deal with this error in Windows update:
Error number: 0x80248014 (Originally was 0x8024001D) when applying Windows Updates
Suggestion 1: Rename temporary folder SoftwareDistribution
1. Click Start, Run, type: cmd and press Enter. Please run the following command in the opened window.
net stop WuAuServ
2. Click Start, Run, type: %windir% and press Enter.
3. In the opened folder, rename the folder SoftwareDistribution to SDold.
4. Click Start, Run, type: cmd and press Enter. Please run the following command in the opened window.
net start WuAuServ
Please go to the Windows Update site to test this issue. If that works then it was a corrupted Windows Update file and we needed to remove the folder in which it resides.