What a pleasure

General assistance.

What a pleasure

Postby dadga » Tue Feb 09, 2010 3:34 am

Hello

Very pleased to see this forum active.
I'm French and I use shorty for many months to several of my sites.
I carried a notebook technology to help marketers to use French and install shorty shorty and a page translation for French.
But a lot of little problems arise.
as the inability to use with IE
Installation of incompatibilities with some hosts like 1and1 with mode rewrite (not found any solutions ...)
Finally I wonder if the development of this software will take over as its potential is very important and I'm sure this could provide an economical alternative site development shortcuts.
I have a lot of ideas but I'll post them another time.

regards
dadga (in France)

This translation is done by google because my English is not very good.
dadga
 
Posts: 1
Joined: Tue Feb 09, 2010 3:21 am
Location: Brittany - France

Re: What a pleasure

Postby Proserv » Sun Mar 07, 2010 12:23 pm

Hello dadga
so it seems you managed to get "shorty" up and runing?
How did you do? because myself I tried for a month without success
(www.vasurmonsite.com/go)

Best regards

----------French----------
Bonjour dadga,
apparement tu as réussi à faire fonctionner "shorty" ?
Comment as-tu fait? car moi je m'y essaye depuis un mois sans succès
(www.vasurmonsite.com/go)

Cordialement
Proserv
 
Posts: 3
Joined: Thu Feb 04, 2010 7:38 am

Re: What a pleasure

Postby naomi » Sun Mar 07, 2010 8:11 pm

Hi Proserv, you should create a new thread for your issue.
Anyway, I just checked your website. At least you are having a user authentication issue with your MySQL database.
Make sure:
Your MySQL database user ID and password are correct.
Your MySQL database user has rights to access to the database.
The MySQL database accepts "localhost" connection.

It seems like you are using Linux/Apache/MySQL/PHP environment. Are you using cpanel?
User avatar
naomi
 
Posts: 19
Joined: Sat Feb 27, 2010 12:23 pm

Re: What a pleasure

Postby naomi » Mon Mar 08, 2010 12:22 am

I am not sure what is going on your server environment.
When I access, "/cgi-sys/defaultwebpage.cgi" gets called and displays index.php (I believe) which tries to load shorty's functions.php file.
Did you install shorty to the root directory? (/home/vasurmon/public_html)?
User avatar
naomi
 
Posts: 19
Joined: Sat Feb 27, 2010 12:23 pm

Re: What a pleasure

Postby Proserv » Mon Mar 08, 2010 12:28 pm

Hello Naomi
thanks for your reply
yes I use cPanel, and installed shorty on a subdomain (/home/vasurmon/public_html/go)
Proserv
 
Posts: 3
Joined: Thu Feb 04, 2010 7:38 am

Re: What a pleasure

Postby naomi » Mon Mar 08, 2010 8:17 pm

Proserv wrote:Hello Naomi
thanks for your reply
yes I use cPanel, and installed shorty on a subdomain (/home/vasurmon/public_html/go)

Ok. There are two problems at least:
1. It seems like /home/vasurmon/public_html/index.php is trying to include functions.php. This may happen when you install shorty to right under /public_html and moved files to other directory such as /public_html/go. Did you do it? Can you PM me the contents of /public_html/index.php ?
2. See my posting: http://get-shorty.com/forum/viewtopic.php?f=4&t=14#p53 and make sure your MySQL connection settings are correct.
User avatar
naomi
 
Posts: 19
Joined: Sat Feb 27, 2010 12:23 pm

Re: What a pleasure

Postby Proserv » Wed Mar 10, 2010 4:51 am

Hi Naomi
1. Yes I upload directly to /public_html/go
2. MySQL settings are correct
And the index file on /public_html/ is blank at this moment (website not yet installed there)
Proserv
 
Posts: 3
Joined: Thu Feb 04, 2010 7:38 am

Re: What a pleasure

Postby naomi » Wed Mar 10, 2010 10:43 pm

Proserv wrote:Hi Naomi
1. Yes I upload directly to /public_html/go
2. MySQL settings are correct
And the index file on /public_html/ is blank at this moment (website not yet installed there)

Could you please do this?:

create a file called test.php (or whatever) and place the file to the directory that you installed the shorty.
The content of the file:

<?php
if (!isset ($_SESSION)) session_start();
$where1 = 'http://'.$_SERVER['SERVER_NAME'].$_SERVER['PHP_SELF'];
$where2 = substr_replace($where1, "", -9);
echo "<html><body>";
require("functions.php");
require("configuration.php");
connect();
$user_query = "SELECT * FROM `".$user_table."`";
$res = mysql_query($user_query);
$user = mysql_fetch_array($res);
printf("URL : %s, %s<br />\n",$where1, $where2);
if ($res) { printf("result: %d<br/>\n",mysql_num_rows($res)); } else { printf("ERR: %s<br/>\n", mysql_error()); }
echo "</body></html>";
?>

then access the file via (in your case, ): http://www.vasurmonsite.com/go/test.php
PM me the results.
User avatar
naomi
 
Posts: 19
Joined: Sat Feb 27, 2010 12:23 pm


Return to Help



Who is online

Users browsing this forum: No registered users and 1 guest

cron