CodeCharge Studio
search Register Login  

Web Reporting

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

YesSoftware Forums -> CodeCharge Studio -> PHP

 Help for installing Online Bookstore

Print topic Send  topic

Author Message
larfran

Posts: 16
Posted: 10/12/2011, 3:24 PM

I have installed it.
But it demand a user/pass to enter in Administration page.
Nothing works.

What can I do ?
Where I have to place this codes in my scripts ?

Thanks for help and sorry for bad english...
View profile  Send private message
larfran

Posts: 16
Posted: 10/12/2011, 3:41 PM

This is what happen when Write admin/admin int the user/pass cases :
Fatal error: Call to undefined function odbc_pconnect() in /home/larfran/public_html/librairie/db_odbc.inc on line 35

Can someone help ?
View profile  Send private message
benjohn


Posts: 30
Posted: 10/12/2011, 3:54 PM

hi there larfan,

Good Day!

is the online bookstore web application proprietary? or was it built using CCS? please enter more information... all the best!

pal,
Benjohn
_________________
~=~=~=~=~=~=~=~=~=~=~=
get it done. make it happen.
~=~=~=~=~=~=~=~=~=~=~=
View profile  Send private message
larfran

Posts: 16
Posted: 10/12/2011, 3:58 PM

Other problem :

The registration page : there is no submit button that appears.

Part of the solution : on my server, for calling tables, I have to write : database.table.
And the script did not...

is it that the problem?
View profile  Send private message
benjohn


Posts: 30
Posted: 10/12/2011, 4:07 PM

is the online bookstore solution written using CCS? please let us know more information about the project
_________________
~=~=~=~=~=~=~=~=~=~=~=
get it done. make it happen.
~=~=~=~=~=~=~=~=~=~=~=
View profile  Send private message
larfran

Posts: 16
Posted: 10/12/2011, 4:44 PM

Quote benjohn:
hi there larfan,

Good Day!

is the online bookstore web application proprietary? or was it built using CCS? please enter more information... all the best!

pal,
Benjohn

I don't know.
I have downloaded the one offered by the site.
At this address : http://www.gotocode.com/apps.asp?app_id=3
My knowledges is not great. The application is in PHP. There is a phrase at bottom that said : this dynamic site was generated with Codecharge.
View profile  Send private message
benjohn


Posts: 30
Posted: 10/12/2011, 4:55 PM

which site?
_________________
~=~=~=~=~=~=~=~=~=~=~=
get it done. make it happen.
~=~=~=~=~=~=~=~=~=~=~=
View profile  Send private message
larfran

Posts: 16
Posted: 10/12/2011, 4:58 PM

At this site : http://www.gotocode.com/apps.asp?app_id=3
View profile  Send private message
larfran

Posts: 16
Posted: 10/12/2011, 5:05 PM

In addition, there is a strange case : there was no index.php script in the web application.
I had to transform the Default.php page into index.php script. so, the site is ok.
But The Administration page still not work with my user/pass.
And the Registration.php page have no submit button in spite that it is in the script.
View profile  Send private message
benjohn


Posts: 30
Posted: 10/12/2011, 5:07 PM

there is a file called Readme-PHP.txt did you follow that to the letter? let us know which part you need clarification. hope this helps... all the best!

pal,
Benjohn
_________________
~=~=~=~=~=~=~=~=~=~=~=
get it done. make it happen.
~=~=~=~=~=~=~=~=~=~=~=
View profile  Send private message
benjohn


Posts: 30
Posted: 10/12/2011, 5:09 PM

if you are using web hosting services in the public_html folder you would find a .htaccess file just append the line DirectoryIndex Default.php then save. that way you would not need to rename Default.php to index.php hope this helps... all the best!

pal,
Benjohn
_________________
~=~=~=~=~=~=~=~=~=~=~=
get it done. make it happen.
~=~=~=~=~=~=~=~=~=~=~=
View profile  Send private message
larfran

Posts: 16
Posted: 10/12/2011, 6:08 PM

Quote benjohn:
there is a file called Readme-PHP.txt did you follow that to the letter? let us know which part you need clarification. hope this helps... all the best!

pal,
Benjohn

Yes, ihave read it, and I followed it to the letter.
I think that the problem is not there, but in the scripts.
So, the Readme-PHP.txt page starts with this : This document contains instructions on how to configure and install the downloaded ASP application.
ASP application ? I think it was a PHP script ???

Ok, try it, and tell me if it's me or the script that is not correct.
View profile  Send private message
larfran

Posts: 16
Posted: 10/12/2011, 6:21 PM

Quote benjohn:
if you are using web hosting services in the public_html folder you would find a .htaccess file just append the line DirectoryIndex Default.php then save. that way you would not need to rename Default.php to index.php hope this helps... all the best!

pal,
Benjohn

But the bookstore is not the only site page. There is 2-3 other sites pages (principal site and Administration page site) that starts with a index.php scripts. I don't want to cancel this other pages too with this sort of instruction.

Like this : principal site/index.php
principal site/bookstore site/index.php
principal site/administration of the principal site/index.php
principal site/other store/index.php
principal site/other store/admin of the other site

View profile  Send private message
larfran

Posts: 16
Posted: 10/12/2011, 6:23 PM

Quote larfran:
This is what happen when Write admin/admin int the user/pass cases :
Fatal error: Call to undefined function odbc_pconnect() in /home/larfran/public_html/librairie/db_odbc.inc on line 35

Can someone help ?

Why have I this kind of error ? The script is unable to define function.

View profile  Send private message
larfran

Posts: 16
Posted: 10/12/2011, 6:44 PM

I don't like ODBC in PHP scripts.

MySQL and PHP isn't enough ?

I don't heard anything with that ODBC, and the Online Bookstore is written with that damned ODBC.

I'm sad to unuse ONline Bookstore, because the apps is not write correctly. I can't repair the errors produced by the scripts.

Sad too, because this app are interesting.
View profile  Send private message
benjohn


Posts: 30
Posted: 10/12/2011, 6:51 PM

For the .htaccess

DirectoryIndex index.php Default.php index.html Default.html

As for the bookstore I will try to implement it on my side see if I get the same error. On top though I see itt for php4, my setup is for php5 already so maybe an issue there. will keep u posted... All the best!

Pal,
Benjohn
_________________
~=~=~=~=~=~=~=~=~=~=~=
get it done. make it happen.
~=~=~=~=~=~=~=~=~=~=~=
View profile  Send private message
larfran

Posts: 16
Posted: 10/12/2011, 7:28 PM

I have good news, but not all good...

First : I change db_odbc.inc for db_mysql.inc
Result : access to the home page all functionnally. And the Registration.php page is functionnal (with submit button finally appeared). I discover that I have not ODBC installed on my server...!!!

Second : I change the word table int the strings of the scripts by database.table
Result : the connexion with my database is functionnal

Bad news : the Administration page still don't work. When I put admin/admin in the Login and Password cases, nothing happens. And all the Administration pages will not open.

So, we have go on, but all problems are not resolved...

Thanks to help me. There is hope !
View profile  Send private message
larfran

Posts: 16
Posted: 10/13/2011, 2:33 PM

Please Help !

The admin page is not working in this app : Online Bookstore !
View profile  Send private message
larfran

Posts: 16
Posted: 11/13/2011, 8:28 PM

My server administrator has told me that ODBC is not installed .
So, I should do the conversion of the script in ODBC to PHP only.
Some one can help me to do that ?
View profile  Send private message
larfran

Posts: 16
Posted: 11/22/2011, 6:26 PM

There is a converter ODBC to PHP ?
View profile  Send private message
larfran

Posts: 16
Posted: 12/07/2011, 6:25 AM

It seems to be no one that can help me here...

The problem actually with Online Bookstore, is that I am unable to login (member and Administrator too...)

Someone can help ???
View profile  Send private message
larfran

Posts: 16
Posted: 03/05/2012, 6:31 AM

Is there a php programmer who can help me like a friend... ?
View profile  Send private message

Add new topic Subscribe to topic   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

Internet Database

Visually create Web enabled database applications in minutes.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.