Fix write access problem for Mac OS X 10.6.x to Samba share on FreeBSD or Linux
Nothing is more irritating than not being able to copy the files you want to a share.
This problem has been bugging me since the release of Mac OS X 10.6.
The fix seems to be quite simple, I added the following to my global block in smb.conf:
1 2 3 4 5 | [global] dos charset = UTF8 unix charset = UTF8 display charset = UTF8 unix extensions = no |
Now we can work without errors again.
Ps. Don't forget to unmount and re-mount your share before the changes take effect.
[SOLVED]: subclipse unable to load default svn client. Eclipse & Aptana
I've been strugling with this error for about 20 minutes just wondering what I was doing wrong...
Well, the solution is quite simple. You have install all packages below:
SVNKit Library
JNA Library
CollabNet Merge Client
Subclipse (Required)
Subversion Client Adapter (Required)
Subversion JavaHL Native Library Adapter (Required)
Subversion Revision Graph
You can see the installation window below:
![Install subclipse on Aptana / <a href='http://www.eclipse.org' rel='external ' title='' />Eclipse</a> Screen shot 2010 03 30 at 14.38.11 502x512 [SOLVED]: subclipse unable to load default svn client. Eclipse & Aptana](http://mariusvw.com/wp-content/uploads/2010/03/Screen-shot-2010-03-30-at-14.38.11-502x512.png)
E_STRICT crashes php if date.timezone is not set in php.ini
In case you use the following in your php.ini:
error_reporting = E_ALL | E_STRICT
You might notice that if you do a phpinfo() that php crashes the apache child.
Reason is a bug in php that causes an infinite loop.
You can solve this by setting "date.timezone =" to your timezone.
For a list of timezones check:
http://www.php.net/datetime
iPhone WordPress App error solved!
After some testing I finally found a solution to get the same result without errors.
I installed 'Lightbox 2' and 'Resize on Upload'.
This worked fine on my desktop, but as soon as I wanted to upload images from my iPhone it gave me the following errors:
1:
Communication Error
Bad login/pass combination
2:
Communication Error
Operation could not be completed.
(NSXMLParserErrorDomain error 5)
Which is not really handy if you want to post something... So, I started to look around on google...
After some surfing I found this page, telling me that the 'Resize on Upload' plugin might cause this, so I disabled the plugin and tested it with my iPhone. Indeed, this solved the problem.
But now, how do I 'resize' my images so that they wont break my layout..
Then I found 'Shutter Reloaded' by 'Andrew Ozz'...
I removed the 'Resize on Upload' and 'Lightbox 2' plugin and started to use 'Shutter Reloaded'.
It worked exactly how I wanted it to work, thanks Andrew!
Example:







