Welcome Guest ( Log In | Register )



 
Reply to this topicStart new topic
> Cpanel (fantastico) Glitchs.
sparkx
post Mar 30 2007, 02:13 AM
Post #1


Sparkx
Group Icon

Group: [HOSTED]
Posts: 330
Joined: 11-October 06
From: Dana Point, CA, USA
Member No.: 16,496



I love installing scripts using fantastico (it is very easy), but I noticed that some scripts don't dowload correctly. Currently only one that I have noticed is Noah's Classifieds, it has an error in the code. I don't know if you could fix this or not but I just wanted to point that out. It is not the installation, but rather php functions that have errors. Erros inlcude:
-Notice: Undefined property:...
-Invalid argument supplied...
Maby it is noah's script and not even the way fantastico installs the script. I would like to get a classified on my site. If someone would tell me about anouther free php classified, that would be
 great (assuming that this error is un-fixable).
Thanks for the help:
Sparkx
Go to the top of the page
 
+Quote Post
pyost
post Mar 30 2007, 09:04 AM
Post #2


Nenad Bozidarevic
Group Icon

Group: [MODERATOR]
Posts: 994
Joined: 7-November 05
From: Belgrade, Serbia
Member No.: 9,500



I doubt it's a Fantastico glitch, since a professional piece of software like that would never allow such an error to occur. My belief is that the script you are trying to install has a conflict with the PHP version installed at Astahost - version 5. There were many changes in PHP 5, when you compare it to PHP 4, and these include changing some functions/procedures. Maybe different variable order, or a float being used instead of an integer, who knows.

On the other hand, the error could be caused not by the compatibility problems, but rather undefined variables and other small mistakes.

You best shot is to open the file where the error occurs, find the problematic line, and try to fix it according to the www.php.net specifications.
Go to the top of the page
 
+Quote Post
HiddenKenshin
post Mar 30 2007, 03:53 PM
Post #3


Member - Active Contributor
Group Icon

Group: Members
Posts: 88
Joined: 28-January 07
Member No.: 20,007



QUOTE(pyost @ Mar 30 2007, 11:04 AM) *
I doubt it's a Fantastico glitch, since a professional piece of software like that would never allow such an error to occur. My belief is that the script you are trying to install has a conflict with the PHP version installed at Astahost - version 5. There were many changes in PHP 5, when you compare it to PHP 4, and these include changing some functions/procedures. Maybe different variable order, or a float being used instead of an integer, who knows.

On the other hand, the error could be caused not by the compatibility problems, but rather undefined variables and other small mistakes.

You best shot is to open the file where the error occurs, find the problematic line, and try to fix it according to the www.php.net specifications.

I too had some problems using and installing Noah's classfieds. It was a while ago, and I eventually abandoned my dea at the time completely.
I'm not sure about what the error was when installing it, but it didn't seem much like the one the OP reported. Eventually, I was able to bypass and install it, but when I finally had it set-up, it would give PHP errors all the time, concerning user logins/user management.

Though I'd like to add that, even though fantastico is a really great piece of software, it eliminates the fact that a user gets experienced in installing/upgrading serversided packages. I was wild about fantastico too, but after a bazillion incompatibility issues because of obsolete version, I decided to install things like a CMS or a forum manually.
Go to the top of the page
 
+Quote Post
sparkx
post Mar 30 2007, 04:40 PM
Post #4


Sparkx
Group Icon

Group: [HOSTED]
Posts: 330
Joined: 11-October 06
From: Dana Point, CA, USA
Member No.: 16,496



It is the php version. I need version 4. I have tried many free classified programs. Has anyone found one that works on astahost? That would be great. I know php well enough to go through and fix all the errors but I don't wan't to have it turn out that the program isn't secure at all or can be easyly hacked. I really wan't a classified script and not a action. I had a cool idea of making a php script with the framework of a classified.
Thanks for the help,
Sparkx
Go to the top of the page
 
+Quote Post
nightfox
post Mar 31 2007, 03:28 PM
Post #5


NiGHTFoX - Hiding in the dark
Group Icon

Group: Members
Posts: 680
Joined: 3-April 05
Member No.: 3,584



QUOTE(pyost @ Mar 30 2007, 04:04 AM) *
My belief is that the script you are trying to install has a conflict with the PHP version installed at Astahost - version 5. There were many changes in PHP 5, when you compare it to PHP 4, and these include changing some functions/procedures.


That's not entirely true. For example, a PHP 3 script will run fine under PHP 5, but a PHP 5 script will NOT run under PHP 3. It works the same way Microsoft Office works. A old version (Office 97) can create a Word doc and it'll open in every version through 07. However, 03 can create a document but you won't be able to open it in 97.

That's why most scripts on the Internet are labled PHP 4.X+ meaning they will support that version of PHP or later unless it is stated it will only work with PHP 4.

When in doubt, just go to the script creator's website and download from there. Fantastico doesn't always have the latest versions so maybe there is a fix.

[N]F
Go to the top of the page
 
+Quote Post
HiddenKenshin
post Apr 1 2007, 03:09 PM
Post #6


Member - Active Contributor
Group Icon

Group: Members
Posts: 88
Joined: 28-January 07
Member No.: 20,007



QUOTE(sparkx @ Mar 30 2007, 06:40 PM) *
It is the php version. I need version 4. I have tried many free classified programs. Has anyone found one that works on astahost? That would be great. I know php well enough to go through and fix all the errors but I don't wan't to have it turn out that the program isn't secure at all or can be easyly hacked. I really wan't a classified script and not a action. I had a cool idea of making a php script with the framework of a classified.
Thanks for the help,
Sparkx

My thoughts exactly. Like I said before, you might save yourself a lot of work and grief, by just getting the lastest build and installing it for yourself. Those installer scripts nowadays don't need much more other than a database connection and perhaps some chmodding/deleting the install files. Easy breezy.

But I repeat myself, I tried the Noah's classifieds package, and it didn't work well for me at all. Could be my case only, but I don't think a lot of other people use it...? I'd be happy to be corrected and hear someone else's input...
Go to the top of the page
 
+Quote Post
vujsa
post Apr 1 2007, 10:21 PM
Post #7


Absolute Newbie
Group Icon

Group: Admin
Posts: 873
Joined: 20-February 05
From: Indianapolis, Indiana, USA (Midwest)
Member No.: 2,714



A suggestion:
Joomla! is a Content Management System that works very well.

It has many third part addons available and there are at least three classified ad components available for it. You can set the website up so that only the classified ad system is used but there are a lot of great features in all CMS programs.
Other than that, you'll have to check out a code index like PHP Resource Index.

vujsa
Go to the top of the page
 
+Quote Post
Team Destiny 07
post Apr 4 2007, 02:02 AM
Post #8


Advanced Member
Group Icon

Group: Members
Posts: 101
Joined: 10-February 07
Member No.: 20,324



Yea really just go to the PHP website as mentioned above and also Fantastico apparently doesn't have the newest phpBB forum either..... I doubt that the reason was because you did something like exceed bandwith because it would have said that instead. Just check php.net like he said.
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. cPanel: An Overview(11)
  2. Zpanel/cpanel(12)
  3. Forgot My Cpanel Password(7)
  4. New PHP-Nuke In Fantastico Needs Patch!(6)
  5. Cpanel Works Slowly(7)
  6. Can't Access The Cpanel!(7)
  7. Filezilla: How To Use In cPanel?(7)
  8. How Do You Use The cPanel File Manager?(11)
  9. PHP Mail Sending Is Not Working After cPanel Upgradation!(22)
  10. Cpanel Access Help(18)
  11. Qupis : Free Cpanel Web Hosting (one Line Text Ad At Bottom)(6)
  12. [fault] Fantastico(6)
  13. Site Not Working(5)
  14. I Dont Understand Cpanel!(12)
  15. Request For Free Web Hosting And Cpanel - denied(1)
  1. Cpanel Not Opening(11)
  2. Cpanel Theme(49)
  3. Does Our Cpanel Have Safe Mode Turned On Or Off(10)
  4. Cpanel Account Restore?(2)
  5. Can't Access Cpanel - 'login Attempt Failed'(5)
  6. Cannot Access Cpanel.(11)
  7. Can't Access Astahost Hosteed Sites (including Cpanel And Ftp)(21)
  8. Full Disk Usage Warning In Cpanel(7)
  9. Filtering Out Unwanted Junk Mail Using Regular Expression.(0)
  10. Site Will Not Load, I Can Not Get To The Cpanel(6)
  11. Did Cpanel Upgrade?(8)
  12. Cpanel Security(0)
  13. Domain Name Is Not Assigned To Ip. Access Cpanel With Ip Not With Domain Name.(5)


 



- Lo-Fi Version Time is now: 24th July 2008 - 01:18 PM