I put CCSFG_0.0.6 in www folder and run like this with URL http://localhost/CCSFG_0.0.6/setup/ I'm getting list of errors. Can anyone help me out urgently? Thanks!
Undefined variable: tmp_content in C:\wamp\www\CCSFG_0.0.6\setup\functions.php on line 184Call Stack# Time Memory Function Location
1 | 0.0008 | 148024 | {main}( ) | ..\index.php:0 |
2 | 0.0030 | 220448 | updateFile( ) | ..\index.php:3 |
Undefined variable: tmp_content in C:\wamp\www\CCSFG_0.0.6\setup\functions.php on line 184Call Stack# Time Memory Function Location
1 | 0.0008 | 148024 | {main}( ) | ..\index.php:0 |
2 | 0.0030 | 220448 | updateFile( ) | ..\index.php:3 |
Undefined variable: tmp_content in C:\wamp\www\CCSFG_0.0.6\setup\functions.php on line 184Call Stack# Time Memory Function Location
1 | 0.0008 | 148024 | {main}( ) | ..\index.php:0 |
2 | 0.0030 | 220448 | updateFile( ) | ..\index.php:3 |
Undefined variable: field_labels in C:\wamp\www\CCSFG_0.0.6\setup\build_functions.php on line 122Call Stack# Time Memory Function Location
1 | 0.0008 | 148024 | {main}( ) | ..\index.php:0 |
2 | 0.0110 | 485000 | require( 'C:\wamp\www\CCSFG_0.0.6\setup\header.php' ) | ..\index.php:17 |
3 | 0.0110 | 489200 | getIncludedFieldLabels( ) | ..\header.php:11 |
<script type="text/javascript"></script>
Solved! Go to Solution.
A lot of localhosts, especially WAMP, like to put small warnings into the page as full errors - usually for troubleshooting purposes. I'd suggest disabling error reporting temporarily to see if the CCSFG loads and runs properly for you. You can do this in WAMP by left-clicking the icon in the system tray and navigating to PHP->Settings->Display Errors.
If the page does not load at that point, or loads improperly, just reenable the errors, and we can take another look at the errors that are coming up for you.
A lot of localhosts, especially WAMP, like to put small warnings into the page as full errors - usually for troubleshooting purposes. I'd suggest disabling error reporting temporarily to see if the CCSFG loads and runs properly for you. You can do this in WAMP by left-clicking the icon in the system tray and navigating to PHP->Settings->Display Errors.
If the page does not load at that point, or loads improperly, just reenable the errors, and we can take another look at the errors that are coming up for you.
Thank you soo much!! I would really appreciate your help. It worked and I could atleast see CC pages. Thanks again!!