News:

Click here for Toll-Free Service for your business starting at $2.00 per month

Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - looie

#1
Support Requests / Site suggestion
June 11, 2007, 09:15:39 PM
When you log in, there should be an option to remember you, so you don't have to enter your password and username in each time.
#2
Support Requests / No new signups
June 07, 2007, 07:44:47 PM
Can we still upgrade?
#3
Support Requests / Can't delete files
May 11, 2007, 09:32:52 PM
Hi.

I can't delete a folder on my website, because apparently I don't have the right privileges. I've tried SmartFTP which I usually use, but it didn't work, so I tried the online file manager and that wouldn't let me delete them either.

I get the following error "Warning: unlink(/fpgs/fpgshttpd/looie/chat/i18n/fr_FR/admin.php) [function.unlink]: Permission denied in /home/admin/system.freepgs.com/phpfm/incl/functions.inc.php on line 22

Warning: rmdir(/fpgs/fpgshttpd/looie/chat/i18n/fr_FR/) [function.rmdir]: Permission denied in /home/admin/system.freepgs.com/phpfm/incl/functions.inc.php on line 28

Warning: rmdir(/fpgs/fpgshttpd/looie/chat/i18n/) [function.rmdir]: Directory not empty in /home/admin/system.freepgs.com/phpfm/incl/functions.inc.php on line 28
Deleting of folder failed.

This might be caused by insufficient permissions."

The folder permissions are set to 755 - 777 and 0 also don't work.

I don't know what it is.
#4
Support Requests / MediaWiki MySQL problem
May 08, 2007, 11:23:01 PM
Okay, first of all, I don't know how to use MySQL, but I got a guide, which says the following:

create database wikidb;
grant create, select, insert, update, delete, lock tables on wikidb.* to 'wikiuser'@'localhost' identified by 'password';
flush privileges;
\q

so I changed it to:

create database wikidb;
grant create, select, insert, update, delete, lock tables on wikidb.* to 'looie'@'mysql5.freepgs.com' identified by 'xxxxxxxx';
flush privileges;
\q

but I get an error:

#1044 - Access denied for user 'looie'@'%' to database 'wikidb'

I only have 1 database, "looiedatabase" which is empty...

Anyone know the problem?