Author Topic: Installation problem [Blank Screen]  (Read 2128 times)

rafimdk

  • Newbie
  • *
  • Posts: 11
Installation problem [Blank Screen]
« on: May 25, 2012, 02:42:08 PM »
While installing PHP Motion on my local machine, I could able to get the starting page i.e., Welcome & Terms, but when clicking on continue I am getting a blank screen without any error at second page i.e., http://localhost/setup/index.php?step=2

I have searched this in the forum and end up with the link http://phpmotion.com/forum/index.php/topic,74

I have tried all the options mentioned including uploading the files classes/config.php, phpshield in binary mode but in vain..

Please help me out...

rafimdk

  • Newbie
  • *
  • Posts: 11
Re: Installation problem [Blank Screen]
« Reply #1 on: June 27, 2012, 12:34:48 PM »
Nope I haven't edited any files. Just unzipped and installed.
Also getting upload issues refer image attached. after uploading a file am getting a success message but in videos list the file size and file length is showing null...whereas I have checked the var/www/uploads/avi folder the size against the videos is showing absolutely right

Help me please...

frankie

  • Administrator
  • Hero Member
  • *****
  • Posts: 6660
  • PHPmotion Developer
Re: Installation problem [Blank Screen]
« Reply #2 on: June 27, 2012, 12:43:18 PM »
what does /siteadmin/tester.php show?

rafimdk

  • Newbie
  • *
  • Posts: 11
Re: Installation problem [Blank Screen]
« Reply #3 on: June 27, 2012, 01:02:37 PM »
Please find attached tester.php screen shot and main.css taken from var/www/themes/default/css.

Copied the main.css and pasted in main.doc as .css files are not allowed to upload

frankie

  • Administrator
  • Hero Member
  • *****
  • Posts: 6660
  • PHPmotion Developer
Re: Installation problem [Blank Screen]
« Reply #4 on: June 27, 2012, 01:22:46 PM »
what does your /logs/convertor_log.txt show

rafimdk

  • Newbie
  • *
  • Posts: 11
Re: Installation problem [Blank Screen]
« Reply #5 on: June 27, 2012, 01:29:56 PM »
I dont have a converter_log.txt in logs folder instead having uploader_log.txt which show as mentioned below.

The following member uploaded a possible spam video: => rafimdk

The IP used: 127.0.0.1


Forgive my ignorance is this the reason for error..??

frankie

  • Administrator
  • Hero Member
  • *****
  • Posts: 6660
  • PHPmotion Developer
Re: Installation problem [Blank Screen]
« Reply #6 on: June 27, 2012, 01:33:49 PM »
well if the convertor runs then you should have a log file
if not then the convertor is not running
did you by chance run the convertor after the upload from the url ......../convertor.php ?
« Last Edit: June 27, 2012, 01:38:04 PM by frankie »

rafimdk

  • Newbie
  • *
  • Posts: 11
Re: Installation problem [Blank Screen]
« Reply #7 on: June 27, 2012, 01:43:10 PM »
No i haven't run the convertor, I tried it now by going http://localhost/convertor.php but a blank screen is appearing.
My logs folder and the files in it are having permissions 777

frankie

  • Administrator
  • Hero Member
  • *****
  • Posts: 6660
  • PHPmotion Developer
Re: Installation problem [Blank Screen]
« Reply #8 on: June 27, 2012, 01:46:28 PM »
post a zip of your convertor.php here

rafimdk

  • Newbie
  • *
  • Posts: 11
Re: Installation problem [Blank Screen]
« Reply #9 on: June 27, 2012, 01:59:19 PM »
PFA convertor.zip.

Update on header : Installed chrome now the header display is fine may be firefox has some problem in my machine.

frankie

  • Administrator
  • Hero Member
  • *****
  • Posts: 6660
  • PHPmotion Developer
Re: Installation problem [Blank Screen]
« Reply #10 on: June 27, 2012, 02:04:50 PM »
so you uploaded a video via the upload page and when completed it refreshes to upload_finished.php
if so then the convertor runs and the log file has to be created

frankie

  • Administrator
  • Hero Member
  • *****
  • Posts: 6660
  • PHPmotion Developer
Re: Installation problem [Blank Screen]
« Reply #11 on: June 27, 2012, 02:07:12 PM »
forgot to ask, if you look in /uploads/ do you see any flv's

also do you have php cli installed?

rafimdk

  • Newbie
  • *
  • Posts: 11
Re: Installation problem [Blank Screen]
« Reply #12 on: June 27, 2012, 10:45:52 PM »
Sorry I was feeling soporific as it was 1:30 am IST so went to bed.

I have checked the uploads folder I didn't find any flv's. guess php.cli comes along with LAMP pack so  it might be installed and enabled in my machine, Anyways I will check again and let u know.

rafimdk

  • Newbie
  • *
  • Posts: 11
Re: Installation problem [Blank Screen]
« Reply #13 on: June 28, 2012, 12:21:15 AM »
One more point I need to add.
After uploading video I went to site admin to approve it, but I couldn't find it in pending videos in media-->videos so I clicked on search videos tab, selected the category in which the video was uploaded then it appeared. selected the video and approved it.
The point is newly uploaded videos are not listed in pending video list.
Might be this is related to the existing problem.

rafimdk

  • Newbie
  • *
  • Posts: 11
Re: Installation problem [Blank Screen]
« Reply #14 on: June 28, 2012, 10:46:15 AM »
PHP CLI is already installed and enabled on my system I can run simple hello world program by command line php helloworld.php

<?php
print "Hello World!";
?>