Follow the steps mentioned below to register the domain "quantumwarp.uk":
According to .UK policies, the domain can only be registered by the owner of "quantumwarp.co.uk". So you need to enter the details and proceed with the registration.
Please make sure that the details of the domain "quantumwarp.uk" that you enter in our panel, matches the details of "quantumwarp.co.uk". Only then, the domain can be registered and will be active in your panel.
A lot of users use POP3 and SMTP to send and receive emails from their yahoo email account. I recently had a customer who was using Outlook to get emails via POP from Yahoo and Outlook started requesting a username and password. I verified the username and password were correct by login into yahoo.com and they worked fine. The settings in Outlook all seemd fine aswell and as a precaution I reset the password which also made no difference.
When I analysed the errors sent back while sending an email using the Yahoo system a MR1212 error was highlighted and this let me to idetify the problem and solution. I used SMTP Diagnostics to generate the email reports.
Failed email report
.................... SMTP Diagnostics Report Trial version. Visit http://www.smtpdiagnostics.com/ for more information. 12/01/2017 13:03:10 Elapse time: 0:00:03.422 .................... Email address: not-real@yahoo.co.uk Outgoing mail server (SMTP): smtp.mail.yahoo.co.uk Port: 465 My outgoing server (SMTP) requires authentication User name for outgoing server (SMTP): not-real@yahoo.co.uk Password for outgoing server (SMTP): *********** Subject: [SMTP Diagnostics] Send Test Message: Send test from SMTP Diagnostics. .................... Connecting to mail server. Connected. 220 smtp.mail.yahoo.com ESMTP ready EHLO Dell 250-smtp.mail.yahoo.com 250-PIPELINING 250-SIZE 41697280 250-8 BITMIME 250 AUTH PLAIN LOGIN XOAUTH2 XYMCOOKIE AUTH LOGIN 334 VXNlcm5hbWU6 bWNnYWZmaWdhbnNAeWFob28uY28udWs= 334 UGFzc3dvcmQ6
Successful email report
.................... SMTP Diagnostics Report Trial version. Visit http://www.smtpdiagnostics.com/ for more information. 12/01/2017 13:03:54 Elapse time: 0:00:00.641 .................... Email address: not-real@yahoo.co.uk Outgoing mail server (SMTP): smtp.mail.yahoo.co.uk Port: 465 My outgoing server (SMTP) requires authentication User name for outgoing server (SMTP): not-real@yahoo.co.uk Password for outgoing server (SMTP): *********** Subject: [SMTP Diagnostics] Send Test Message: Send test from SMTP Diagnostics. .................... Connecting to mail server. Connected. 220 smtp.mail.yahoo.com ESMTP ready EHLO Dell 250-smtp.mail.yahoo.com 250-PIPELINING 250-SIZE 41697280 250-8 BITMIME 250 AUTH PLAIN LOGIN XOAUTH2 XYMCOOKIE AUTH LOGIN 334 VXNlcm5hbWU6 bWNnYWZmaWdhbnNAeWFob28uY28udWs= 334 UGFzc3dvcmQ6 bWNnYWZmczEyMzQ= 235 2.0.0 OK RSET 250 flushed MAIL FROM: <not-real@yahoo.co.uk> 250 OK , completed RCPT TO:<not-real@yahoo.co.uk> 250 OK , completed DATA 354 Start Mail. End with CRLF.CRLF . 250 OK , completed QUIT Disconnected. 221 Service Closing transmission ....................
Yahoo have recently changed their account security settings disabling POP and SMTP
We may block email applications that use a no longer recommended sign in method from accessing Yahoo accounts. We recommend upgrading to an app with up-to-date sign in security measures to better protect your account.
We have to enable POP and SMTP but the setting is not named that well.
Yahoo Account --> account security --> allow apps that use less secure sign-in
Looks like this
Should look like this
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 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