Easy PHP Calendar - We really take care of your dates!


Go Back   Easy PHP Calendar > Pre-Sales Questions > General

General Get answers to your questions before purchasing the Easy PHP Calendar.

Closed Thread
 
Thread Tools Search this Thread Display Modes

Test Script Failure at BlueHost.com
Old 04-05-2010, 03:44 AM   #1
radioz
Calendar User
 
radioz is offline
Join Date: Apr 2010
Location: Ruckersville, VA.
Posts: 5
Question Test Script Failure at BlueHost.com

Hi!

I would like to use this script on the site that I am currently building, VintageRadio.com. Unfortunately, the test script fails.
I get this when I type in http://vintageradio.com/tester/:

Quote:
Index of /tester
Parent Directory
tester/
Apache/2.2.15 (CentOS) mod_ssl/2.2.15 0.9.8l DAV/2 mod_auth_passthrough/2.1 FrontPage/5.0.2.2635 Server at vintageradio.com Port 80
Additionally, I get the '404' message when I type in http://vintageradio.com/tester/index.php.

My Blue Host setting uses PHP5 (Single php.ini).
Quote:
PHP5 (Single php.ini) Same as PHP5, but all subdirectories will use ~/public_html/php.ini
Similarly typing in http://vintageradio.com/tester/index.php.ini also yields the 404 message.

When I installed the GeodesicSolutions.com classifieds program script, it was necessary to modify the ion cude settings although I gather that I was moving them to a more common setting. Here is that info:

Quote:
Note: Hostmonster has started leaving IonCube not configured on their newly established server configurations. They have provided the following tutorial to get IonCube working properly within such configurations: http://helpdesk.hostmonster.com/inde...rticle/000149.
BlueHost.com and HostMonster.com are basically one in the same (or at least use identical platforms and the modification noted worked for my Geodesic installation.

ALSO, assuming that I can overcome this problem, how do I insert the code for your calendar on one of my 'extra' pages in the Geodesic Script? I want to put the calendar at the top of the center (main) column on this page. I don't think that it is hard but I am confused on that point as well. The 'extra' links are just repeats of the front page that are available for modification. The links are currently on the bottom left of all of the pages in the Geodesic script, should there be any value in looking. This is likely a very generic question and really has nothing directly to do with the Geodesic script other than I don't want to interfere with (or eliminate!) its operation.

Thanks for your help!

Jon Hall

Last edited by radioz; 04-05-2010 at 03:51 AM.
 

Old 04-05-2010, 08:09 AM   #2
ve9gra
Support Team
 
ve9gra's Avatar
 
ve9gra is offline
Join Date: Jun 2003
Location: New Brunswick, Canada
Posts: 4,965
Default

You created too many sub-directories... or links...

http://vintageradio.com/tester/tester/tester/
__________________
-- Gervais
EPC Tutorials... We're here to help!
Offering custom integration services. Contact me here.
* Not affiliated with EasyPHPCalendar or NashTech Inc.
 

Old 04-06-2010, 03:46 AM   #3
radioz
Calendar User
 
radioz is offline
Join Date: Apr 2010
Location: Ruckersville, VA.
Posts: 5
Default

Quote:
You created too many sub-directories... or links...
I simply unzipped the test package and loaded the whole thing in a file called 'tester' in my public_HTML file. I am at BlueHost.com, for what that is worth. I did notice the recursive issue and should have noted it. What would cause it (that I can solve or figure out). I think that I did things as instructed. It wasn't very complicated but it sure doesn't work.

Thanks!

Jon
 

Old 04-06-2010, 06:48 AM   #4
ve9gra
Support Team
 
ve9gra's Avatar
 
ve9gra is offline
Join Date: Jun 2003
Location: New Brunswick, Canada
Posts: 4,965
Default

The normal way is to unzip locally, and upload the "tester" folder intact... What you did was create a folder called "tester", unzipped the tester.zip in that folder (which creates a folder with the name of the archive), and in the archive there's the original "tester" folder... Hence you end up with three "tester" folders.
__________________
-- Gervais
EPC Tutorials... We're here to help!
Offering custom integration services. Contact me here.
* Not affiliated with EasyPHPCalendar or NashTech Inc.
 

Old 04-07-2010, 05:37 AM   #5
radioz
Calendar User
 
radioz is offline
Join Date: Apr 2010
Location: Ruckersville, VA.
Posts: 5
Smile

Hi!

It finally went through. I'll attempt an install later today. The test is working fine now.

Thanks!

Jon
 

Old 04-10-2010, 07:08 AM   #6
radioz
Calendar User
 
radioz is offline
Join Date: Apr 2010
Location: Ruckersville, VA.
Posts: 5
Default

Quote:
I read your comments and I do agree with your opinion but I would like to further add some thing that we never be so strict in our personal opinions as it takes us towards extremism. It is probably possible that some one may also be write in its opinion.
I'm not sure what this about. I don't think that there is anything extremist or even political in this post by me or anyone else.

I do plan to use the calendar. I at least now have it in my FTP pending getting it ontop a Geodesic Solutions page. I am sidetracked into domain renewal work for the short term right now.

Thanks for the help from all!
 

Old 04-10-2010, 08:02 PM   #7
ve9gra
Support Team
 
ve9gra's Avatar
 
ve9gra is offline
Join Date: Jun 2003
Location: New Brunswick, Canada
Posts: 4,965
Default

Sorry about that... Don't know why but spammers are targeting this forum quite a bit. Sometimes we don't get to clean their posts before they're viewed.
__________________
-- Gervais
EPC Tutorials... We're here to help!
Offering custom integration services. Contact me here.
* Not affiliated with EasyPHPCalendar or NashTech Inc.
 

Old 04-12-2010, 07:56 AM   #8
radioz
Calendar User
 
radioz is offline
Join Date: Apr 2010
Location: Ruckersville, VA.
Posts: 5
Smile

Everything seems to work (I think!). I would note that for the GordesicSolutions program which is written in very modern code, the format below is required:

Quote:
{php} $CSS=1; require("calendar/calendar.php"); {/php}
instead of the format given in the PHP calendar set up:

Quote:
<?php $CSS=1; require("calendar/calendar.php"); ?>
The calendar did not work at all until I updated the code style per Geodesic Solutions.

I just mention this as an FYI in case it comes up again.

I am going to send you my purchase fee today!

Thanks!

Jon
 

Old 04-12-2010, 09:13 AM   #9
Brian
EPC Developer
 
Brian's Avatar
 
Brian is offline
Join Date: Jun 2001
Location: Florida, USA
Posts: 10,878
Default

Thanks for the information. The code means that Geodesic Solutions is using a template system and in order to execute php code, they require a different php wrapper. (It's not standard code to do this nor a more updated way to run php.)
__________________
-- Brian

Questions?

Instructions: Version 6 - Version 7 | FAQ | Errors FAQ | Paths FAQ | Forums | Support
| Web Site Hosting
 
Closed Thread

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Test script loading troubles Ashe Installation / Upgrade Questions 5 09-18-2009 02:19 PM
Running Test Script DawnB General 4 10-12-2007 11:45 AM
Test Script mark Installation / Upgrade Questions 1 07-06-2007 05:09 PM
test script heatfan General Support 1 10-11-2006 02:34 PM
Test Script Issues mcinteractive Installation / Upgrade Questions 1 12-18-2005 05:03 PM



All times are GMT -4. The time now is 12:03 PM.


vBulletin skins developed by: eXtremepixels
Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Copyright 2009 NashTech, Inc.

| Home | Register | Today's Posts | Search | New Posts |