Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Moved site - pages with insert record forms not working

Enthusiast ,
Jun 30, 2012 Jun 30, 2012

Not sure what has happened here. I have copied a site from:

 

www.goodsafariguide.com to:

 

www.goodsafariguide.net

 

The domains are on a shared reseller hosting account so are both pointing to the same database, but I noticed that pages with ADDT forms were not displaying at all.

 

I created a new page just with a basic form, and it works on the .com domain:

 

http://www.goodsafariguide.com/campkalahari/newform.php

 

But not on the .net domain:

 

http://www.goodsafariguide.net/campkalahari/newform.php

 

The database connection looks OK - any idea what the issue here could be?

 

Thanks.

TOPICS
Server side applications
553
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Enthusiast , Jul 01, 2012 Jul 01, 2012

Narrowed it down to the error:

PHP Fatal error:  Class 'tNG_dispatcher' not found in /home/gsgnet12/public_html/campkalahari/index.php on line 27

I think I can see what all happened now. I originally got thrown because I uploaded the entire site, including a folder containing lots of hi-res photos, that were never uploaded originally. It looks as though files that weren't uploaded when the disk space ran out were still showing up in the file directory, but with a file size of 0k.

So then when I was

...
Translate
Enthusiast ,
Jul 01, 2012 Jul 01, 2012
LATEST

Narrowed it down to the error:

PHP Fatal error:  Class 'tNG_dispatcher' not found in /home/gsgnet12/public_html/campkalahari/index.php on line 27

I think I can see what all happened now. I originally got thrown because I uploaded the entire site, including a folder containing lots of hi-res photos, that were never uploaded originally. It looks as though files that weren't uploaded when the disk space ran out were still showing up in the file directory, but with a file size of 0k.

So then when I was reuploading files, Dreamweaver wasn't actually uploading them because it seemed to think they were already uploaded, and I could see them showing up on the remote server, so it all looked OK.

Anyway - it all looks OK now.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines