Welcome to Geeklog, Anonymous Thursday, March 28 2024 @ 05:30 am EDT

Geeklog Forums

autoinstall.php not found


Status: offline

andyofne

Forum User
Chatty
Registered: 08/31/02
Posts: 69
grumpy
I have two newly install Fedora 19 boxes set up as web servers. I went through the complete install process for mysql, php, and apache.

I have Geeklog installed (the 1.8.1 sr release) and it works until I try to install any plugins at all.

Every time I try I get the error autoinstall.php not found

Now, I see the file when I browse the directories on the web server. It seems to be right where it needs to be.

Is it a path issue? or a configuration issue on my new web server?

Like I said, I've got two Fedora 19 boxes, both set up with the latest php, mysql, and apache.

My file structure looks almost exactly like my very old and way out of date geeklog install on an aging Fedora 11 box.

I found one reference in the forums to the autoinstall not found but I didn't see a solution.

Any thoughts?

Thanks!
 Quote

Status: offline

andyofne

Forum User
Chatty
Registered: 08/31/02
Posts: 69
80 views and not one comment. I guess I'll give up on this idea.
 Quote

Status: offline

Laugh

Site Admin
Admin
Registered: 09/27/05
Posts: 1468
Location:Canada
I am not sure of the what would be causing the issue.

Did the default plugins from Geeklog (like Polls, Calendar) install fine when you installed Geeklog?
One of the Geeklog Core Developers.
 Quote

ironmax

Anonymous
Quote by: andyofne

I have two newly install Fedora 19 boxes set up as web servers. I went through the complete install process for mysql, php, and apache.

I have Geeklog installed (the 1.8.1 sr release) and it works until I try to install any plugins at all.

Every time I try I get the error autoinstall.php not found

Now, I see the file when I browse the directories on the web server. It seems to be right where it needs to be.

Is it a path issue? or a configuration issue on my new web server?

Like I said, I've got two Fedora 19 boxes, both set up with the latest php, mysql, and apache.

My file structure looks almost exactly like my very old and way out of date geeklog install on an aging Fedora 11 box.

I found one reference in the forums to the autoinstall not found but I didn't see a solution.

Any thoughts?

Thanks!



Is there anything in the error.log files? Look in the directories as well for error files. I know the php 5.4 release tightened up the security for variables. Example one such is the fact that the ampersand (&Wink is no longer acceptable when used with an argument.

Example of such an error might be:

For those that have updated to php 5.4, you will need to make some changes in your files whenever you get the following error message.

call-time pass-by-reference has been removed php in /some/file/located/in/directory/file.php on line specified.

From the php documentation:

There is no reference sign on a function call - only on function definitions. Function definitions alone are enough to correctly pass the argument by reference. As of PHP 5.3.0, you will get a warning saying that "call-time pass-by-reference" is deprecated when you use & in foo(&$a);.

For example, instead of using:

// Wrong way!
myFunc(&$arg); # Deprecated pass-by-reference argument
function myFunc($arg) { }

Use:

// Right way!
myFunc($var); # pass-by-value argument
function myFunc(&$arg) { }

Also, check to see if you have permissions set correctly.

Michael
 Quote

Status: offline

andyofne

Forum User
Chatty
Registered: 08/31/02
Posts: 69
Polls and calendar seem to be working fine.

I've already wiped the system, rebuilt it and moved on to geeklog 2.0 but now I'm dealing with other issues. Wink
 Quote

Status: offline

Laugh

Site Admin
Admin
Registered: 09/27/05
Posts: 1468
Location:Canada
I have no experience with Fedora (or any Linux OS) so I am not sure how much help I can offer.

Does the plugin install work for 2.0.0 on your setup?

Did you upload the plugins using the interface or did you do a manual install?

Tom

One of the Geeklog Core Developers.
 Quote

All times are EDT. The time is now 05:30 am.

  • Normal Topic
  • Sticky Topic
  • Locked Topic
  • New Post
  • Sticky Topic W/ New Post
  • Locked Topic W/ New Post
  •  View Anonymous Posts
  •  Able to post
  •  Filtered HTML Allowed
  •  Censored Content