From: Jensen N. <jen...@pi...> - 2009-11-18 10:20:48
|
Hi Franky, My apologies. I wasn't too sure what sort of information would be require. Well, my site is at http://116.12.48.137/$sitepreview/sst.edu.sg/modules/phpESP/admin/manage.php. You can try it out over there. For the config files, basically i have added the following in additional to the common db login. // use http or https? $ESPCONFIG['proto'] = 'http://'; $ESPCONFIG['HTTP_HOST'] = '116.12.48.137'; // Base URL for phpESP $ESPCONFIG['base_url'] = $ESPCONFIG['proto'] . $ESPCONFIG['HTTP_HOST'] . '/$sitepreview/sst.edu.sg/modules/phpESP/'; I have added the above as I realise the css is not being loaded using the default values. I have suspected that issue could be because of my current URL '$sitepreview' which unfortunately I don't have a way to resolve it as the domain transfer could only be complete in another few days time. Regards, Jensen Franky Van Liedekerke wrote: > On Wed, Nov 18, 2009 at 10:17 AM, Jensen Neo > <jen...@pi... > <mailto:jen...@pi...>> wrote: > > Hi, > > I am having some problems with my phpesp. Everything well and fine > on my > development machine. > However, after migration to the test server, I can't seem to get past > the create survey 'general' tab. > It simple re-route me by to the manage page and no records are created > in the db. > > somebody help please... > > > I'm very sorry, but you don't give us much to go on. I would recommend > you check your config files and your webserver logs. > > Franky > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > ------------------------------------------------------------------------ > > _______________________________________________ > phpESP-general mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-general > |