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

Messages - looie

#16
Support Requests / Re: No new signups
June 08, 2007, 03:57:50 PM
They might make it so they need a credit card or something... Idk.
#17
Support Requests / Re: No new signups
June 08, 2007, 10:37:55 AM
Yeah, I got a contact reply email saying we are allowed to still upgrade.
#18
Support Requests / No new signups
June 07, 2007, 07:44:47 PM
Can we still upgrade?
#19
Support Requests / Re: Image Magick
May 23, 2007, 11:37:08 PM
I think FreePgs should expand and get a server in West Yorkshire, England ;)
#20
Support Requests / Re: Plz Change My URL
May 23, 2007, 07:54:24 PM
I think he wants his domain changing from amcp.freepgs.com to type1.freepgs.com.
#21
Support Requests / Re: Image Magick
May 22, 2007, 10:59:21 PM
Yeah, I love FreePgs =P
#22
Support Requests / Re: Image Magick
May 22, 2007, 02:48:29 PM
Ah, okay. And burnt down?!
#23
Support Requests / Re: Image Magick
May 21, 2007, 10:32:33 PM
Can you not install it on your own? I'm pretty sure they would've made a list with all the programs on if they had a lot.
#24
Support Requests / Re: Can't delete files
May 12, 2007, 05:00:15 PM
Thank you.  :D
#25
Support Requests / Re: Can't delete files
May 12, 2007, 02:40:20 PM
I opened fr_FR/admin.php and went to line 22 and it was empty, so I didn't know what to do. Wouldn't matter anyway, I can't replace the files on the server.
#26
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.
#27
Support Requests / Re: MediaWiki MySQL problem
May 09, 2007, 02:11:14 PM
Ah, so I should've skipped that step. Got it now, thanks.
#28
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?