PHP Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me

The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.

Go Back   Dev Shed ForumsProgramming LanguagesPHP Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old July 6th, 2012, 10:52 AM
smudger1767 smudger1767 is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2007
Posts: 5 smudger1767 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 4 m 27 sec
Reputation Power: 0
PHP-General - PHP Error

Hi all,
I'm learning Dreamweaver CS6 but I'm stuck on being able to view PHP files locally.
I'm trying to view a PHP page on one of my sites locally but I keep getting the same error message
"Dynamically-related files could not be resolve because of an internal server error"
I have installed WAMP and its working fine.

All suggestions much appreciated.

Reply With Quote
  #2  
Old July 6th, 2012, 12:18 PM
hostwindsEvanM hostwindsEvanM is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jun 2012
Posts: 55 hostwindsEvanM User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 9 h 30 m 18 sec
Reputation Power: 1
Make sure you have all services started. Does <?php phpinfo(); ?> work on a simple page?

Reply With Quote
  #3  
Old July 6th, 2012, 12:31 PM
smudger1767 smudger1767 is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2007
Posts: 5 smudger1767 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 4 m 27 sec
Reputation Power: 0
Quote:
Originally Posted by hostwindsEvanM
Make sure you have all services started. Does <?php phpinfo(); ?> work on a simple page?


Hi yes it works fine

Reply With Quote
  #4  
Old July 7th, 2012, 04:51 AM
CVDubey CVDubey is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2012
Posts: 3 CVDubey User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 43 m 12 sec
Reputation Power: 0
Placing the file containing code:
Code:
<?php phpinfo(); ?>

in your project's folder, and try accessing...

Reply With Quote
  #5  
Old July 7th, 2012, 04:56 AM
CVDubey CVDubey is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2012
Posts: 3 CVDubey User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 43 m 12 sec
Reputation Power: 0
Lightbulb Reasons behind internal server errors

Quote:
Originally Posted by smudger1767
Hi all,
I'm learning Dreamweaver CS6 but I'm stuck on being able to view PHP files locally.
I'm trying to view a PHP page on one of my sites locally but I keep getting the same error message
"Dynamically-related files could not be resolve because of an internal server error"
I have installed WAMP and its working fine.

All suggestions much appreciated.


-Try to identify the reason behind the error by checking error logs or by trial-and-error.

- If you are using redirects via .htaccess, check whether mod_rewrite is enabled or maybe some redirect is resulting in infinite loop or something...

Reply With Quote
  #6  
Old July 7th, 2012, 07:01 AM
shingai shingai is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2012
Posts: 1 shingai User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 38 m 36 sec
Reputation Power: 0
try xampp

Quote:
Originally Posted by smudger1767
Hi all,
I'm learning Dreamweaver CS6 but I'm stuck on being able to view PHP files locally.
I'm trying to view a PHP page on one of my sites locally but I keep getting the same error message
"Dynamically-related files could not be resolve because of an internal server error"
I have installed WAMP and its working fine.

All suggestions much appreciated.

hi l just want to tell u that u should try using a xampp server bcause it comes with a mysql and it is also easy to use and understand have a nice day oh ya the other thing seeing an error means that there is a problem within your code sent it to me and l may fix the errors

Reply With Quote
  #7  
Old July 7th, 2012, 07:34 AM
NotionCommotion NotionCommotion is offline
Contributing User
Click here for more information.
 
Join Date: Sep 2006
Posts: 1,464 NotionCommotion User rank is Colonel (50000 - 60000 Reputation Level)NotionCommotion User rank is Colonel (50000 - 60000 Reputation Level)NotionCommotion User rank is Colonel (50000 - 60000 Reputation Level)NotionCommotion User rank is Colonel (50000 - 60000 Reputation Level)NotionCommotion User rank is Colonel (50000 - 60000 Reputation Level)NotionCommotion User rank is Colonel (50000 - 60000 Reputation Level)NotionCommotion User rank is Colonel (50000 - 60000 Reputation Level)NotionCommotion User rank is Colonel (50000 - 60000 Reputation Level)NotionCommotion User rank is Colonel (50000 - 60000 Reputation Level)NotionCommotion User rank is Colonel (50000 - 60000 Reputation Level)NotionCommotion User rank is Colonel (50000 - 60000 Reputation Level)NotionCommotion User rank is Colonel (50000 - 60000 Reputation Level) 
Time spent in forums: 2 Weeks 1 Day 6 h 21 m 9 sec
Reputation Power: 526
If you Google the term: "Dynamically-related files could not be resolve because of an internal server error", you will see a bunch of Dreamweaver and wordpress posts. As such, I do not expect it to be a normal PHP error. Maybe you files are incorrectly set up and you are pointing to a different location than you expect. What did <?php phpinfo(); ?> show you?

Reply With Quote
Reply

Viewing: Dev Shed ForumsProgramming LanguagesPHP Development > PHP-General - PHP Error

Developer Shed Advertisers and Affiliates



Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 


Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

© 2003-2013 by Developer Shed. All rights reserved. DS Cluster - Follow our Sitemap