I'll pay for a working install with working dashlets

i have installed this software at least 25 times and every time i get it totally installed and what not however when i click on the dashlets they pop up but when i try selecting any to add none will add, say adding or do anything its like the link isn’t there or something…

i really need to get this going so if someone can please help me that knows what they are doing i dont mind sending them some money via paypal or something.

What browser are you using?
Are you getting any JavaScript errors? You cans see them by opening the browser console.
Have you installed it 25 times on the same server?

I have tried it in chrome, and IE both do the same thing… as for the errors im not that technical :frowning: and yes its been installed on the same server, im just not sure if its some permission error im missing or what it is

We really need to see errors to help you but it also may be a permissions issue.

Have you tried to do a quick repair and rebuild?

Is it shared hosting your on? If not try setting your permissions like this:

sudo chown -R www-data:www-data .

sudo chmod -R 755 .

sudo chmod -R 775 cache custom modules themes data upload config_override.php

find . -type d -exec chmod 755 {} ;

find . -type f -exec chmod 644 {} ;

also in chrome, inspect element or F12 and look at the console for 404 errors, manually fix permissions there.

did you get this problem sorted out?