This is a really frustrating issue that took me ages to figure out. I am running xampp on a windows PC and not matter what type password I used I could not get it to authenticate a user so I ended up using the root account.
Solution
xampp does not like the %, you must use localhost when adding a user in phpMyAdmin
This is a growing area of Joomla, Content Construction Kit. There are many CCKs out there but some are dead projects, some are very limited and some use Joomla's article system. There are no real outstanding CCK yet but I am hoping there will be soon.
I imagine a CCK would allow me to build a asimple directory of any type and if need can be expanded to have a more complex role.
I am going to list here all the CCKs I have looked at.
This is a very simple to use application from Micropsft to capture your screen. It is getting a bit dated though.
The free version is crippled but the paid version is not bad.
Links
This will be a collection of prefered settings for netbeans. This will prevent me hunting to change that one setting for that annoying feature.
Disable mysql auto closing
When you press return/enter to split SQL statements, Netbeans automaticlly closes the statement and then re-opens it. This makes the code evern messier.
goto options-->editor-->code completion-->PHP language--> disable 'Use String Auto-Concatenation after Typed Break'
Next Tip
Herre I will give the basic instructions on how to use GitHub with Netbeans. I can be confusing at the beginning but does get easier.
Keep files in the project folder
Other
This is my research on how the K2 attachments work and where it uploads the files.
When simple attaching
When attaching a file already on the server
Both
A thought exercise for me to compare Joomla against Wordpress
Wordpress Better?
Imageshow sometimes will show this error
Error loading images. One or more images were not found.
Cause
When you change an image in a slideshow via ftp, Imageshow's cache will not updated and will still use the old version of the file and there is no way to refresh the cache via joomla or Imageshow.
This issue does not occur if you elect to use the original image or if you upload an imagewith a different name, it only happens when you overwrite an existing image.
It is mainly thumbs that are affected and some types of slider, other wise full image is used.
You have to manually delete the cache
Imageshow does not register it's cache in Joomla's cache manager so is very difficult to clear the cache of imageshow. You have to delete the files manually via ftp so the changes are refelcted and It stores them here:
images/jsn_is_thumbs/images/modules/member-of/test-image.png images/jsn_is_thumbs/images/modules/main-slider/ images/jsn_is_thumbs/images/pages/building-and-property-maintenance/gallery/
You can remove and then re-add the image which would have the same effect.
I installed Roksproket on my test server and when I had finished I exported the database. I then tried to install the database on my clients live web server and it failed. This is my investigation.
Cause
Solution
solution is to import into xampp and then export. this seems to cure it. just keep an eye out for ut8mb4 issues
Notes
The application could not be instigate was basically just database issues, in my case xampp (more like Windows) had changed the prefix from uppercase to lowercase.
This is the code/file locations for using Joomlashine Tempalte Styling within JCE Editor.
Dont forget the commas.
Uses $template instead of the explicit template name
templates/$template/css/template.css, templates/$template/css/template_pro.css, templates/$template/css/colors/blue.css, templates/$template/css/styles/business.css, (or custom.css for those google fonts/ custom font setting) templates/$template/css/lancastrian.css
Template name explicitly used.
templates/jsn_epic_pro/css/template.css, templates/jsn_epic_pro/css/template_pro.css, templates/jsn_epic_pro/css/colors/blue.css, templates/jsn_epic_pro/css/styles/business.css, (or custom.css for those google fonts/ custom font setting) templates/jsn_epic_pro/css/lancastrian.css
This is the default editor file for JCE. This is just incase there are any conflicts you will know where to look.
components/com_jce/editor/tiny_mce/themes/advanced/skins/default/content.css