Wedge repo -- installation feedback

Nao

  • Dadman with a boy
  • Posts: 16,082

Farjo

  • "a valuable asset to the community"
  • Posts: 492

Nao

  • Dadman with a boy
  • Posts: 16,082

Obake

  • You humans are ruining your planet.
  • Posts: 17
Mass Media Uploads
« Reply #139, on February 2nd, 2014, 12:49 AM »Last edited on February 2nd, 2014, 01:02 AM
Quote from Powerbob on January 28th, 2014, 01:33 PM
Nope sorry, I get this error;
I was receiving the same error as you on Mass Uploads.  After removing some ESET firewall blocking for Flash, the Mass Media Upload now works for me  :)

35 files for a total of 9 meg were selected and uploaded. No idea what the behavior is on a live site. From what I have read ( Googled ) this seems to be an issue folks have and quite often it is related to a Firewall.

Firefox 26
XAMPP 1.83 / PHP 5.5
Windows 7-64
Flash Plug-in 12.0.0.43


From the PHP.ini file .... default settings

Code: [Select]
;;;;;;;;;;;;;;;;
; File Uploads ;
;;;;;;;;;;;;;;;;

; Whether to allow HTTP file uploads.
; [url]http://php.net/file-uploads[/url]
file_uploads=On

; Temporary directory for HTTP uploaded files (will use system default if not
; specified).
; [url]http://php.net/upload-tmp-dir[/url]
upload_tmp_dir="G:\xampp\tmp"

; Maximum allowed size for uploaded files.
; [url]http://php.net/upload-max-filesize[/url]
upload_max_filesize=2M

; Maximum number of files that can be uploaded via a single request
max_file_uploads=20

Hope this helps someone.  :)

live627

  • Should five per cent appear too small / Be thankful I don't take it all / 'Cause I'm the taxman, yeah I'm the taxman
  • Posts: 1,670
A confident man keeps quiet.whereas a frightened man keeps talking, hiding his fear.

Obake

  • You humans are ruining your planet.
  • Posts: 17
Re: Wedge repo -- installation feedback
« Reply #141, on February 2nd, 2014, 05:52 AM »
A Time Zone/server issue?

My profile was not set; I then changed it to East Coast/USA and the ' Last Edited' time displayed to me jumped from 5 hours to 17 hours ago. I think I made the post around 7-8 pm USA EST which would be about 5 hours ago.  My time for this post is 11:53 p.m, eastern standard time, USA
Re: Wedge repo -- installation feedback
« Reply #142, on February 2nd, 2014, 05:35 PM »
Am unable to install Wedge as a sub-domain to SMF 2.0.7. I receive this following error

Code: [Select]
Parse error: syntax error, unexpected T_SL in /home/tpforums/public_html/wedge-alpha/core/app/OriginalFiles.php on line 21

this is line 21

Code: [Select]
$file = '<' . <<<'EOS'

Code: [Select]
http://www.wedge-alpha.mywebsite.net/index.php

Host is Charlottezweb and server PHP is 5.2.17.

What am I doing incorrectly?   Thanks  :)

Nao

  • Dadman with a boy
  • Posts: 16,082
Re: Wedge repo -- installation feedback
« Reply #143, on February 2nd, 2014, 06:49 PM »
Re: time zone, how exactly would a different TZ have an influence over the recorded absolute date..? I don't think Modified Date is recorded using anything less than server time... (??)
If yes, it's a bug.

Re: EOS line, well, if you'd read the Requirements stuff, you'd know you need PHP 5.3.
I'm just annoyed by the fact that I keep getting into situations where Wedge doesn't even get the time to reach the point where it says, 'stop! PHP 5.3 needed'... -_-

Anyway, I know for a fact that Charlottezweb supports PHP 5.3, so just switch!

Obake

  • You humans are ruining your planet.
  • Posts: 17
Re: Wedge repo -- installation feedback
« Reply #144, on February 2nd, 2014, 07:10 PM »
re: EOS  .... God, I am a dullard. I knew about PHP 5.3 and still had a brain fart and made the post that I made. Sorry about that  :)

I have played with the software most of the morning. It really is a nice setup. The Wine theme seems to be my favorite thus far.


Nao

  • Dadman with a boy
  • Posts: 16,082
Re: Wedge repo -- installation feedback
« Reply #145, on February 2nd, 2014, 07:57 PM »
Really..? I'm planning to remove it actually... :^^;: (To move it to the skins repo definitely, as an example, more than something I'd be proud to have in the default package.)

For instance, what's with this <we:title> styling..?! Wine is the very first skin I built for Wedge, back in 2010, and the goal was to stay within reach of the default SMF theme, Curve, so I kept similar titles. Ever since I finished Wine, I made sure to stay away from these horrible things.
The problem is that I no longer test in Wine, and sometimes you get, ahem, some 'amusing' glitches like blog homepages getting broken titles.

Re: Wedge repo -- installation feedback
« Reply #146, on February 2nd, 2014, 08:16 PM »
I'm liking the weaving best of them, fits better in various situations, and has fresher look and feel, easy to navigate around without distractions.

regards,
Maxx

Obake

  • You humans are ruining your planet.
  • Posts: 17
Re: Wedge repo -- installation feedback
« Reply #147, on February 2nd, 2014, 11:49 PM »
re: skins - Well, all the skins are really good. I prefer the Wine skin because of the color. You did an outstanding job on the color, Nao. A really nice blend of colors that are easy on the eyes. I think that older folks such as myself do not do well with the brighter backgrounds that seem to be popular these days. I think the Wine colors would go well with the Wilde and Wilderless skins.

re: php - well the site was moved to PHP 5.4.24. Still get the same error as before when doing a sub-domain install. I know, I know, you said 5.3 but they moved me to 5.4.  :) 

Interesting though that Wedge will install on XAMPP with PHP 5.5.6 but would not install as a sub-domain there either.

re: Media - I have found that on Firefox the plugin-container.exe needs to not be blocked in a firewall or to have its dom.ipc fields set to false in about:config. Causes issues with mass uploads, and if streaming vids and uploading with the plugin-container.exe set to false the mass upload may or may not work. Anyway, I am sure some already know that but I did not.  :)


Farjo

  • "a valuable asset to the community"
  • Posts: 492
Re: Wedge repo -- installation feedback
« Reply #148, on February 3rd, 2014, 12:14 AM »
If by a sub domain you mean wedge.domain.tld then mine is on a sub domain without those issues. Maybe it's the sub domain setup?

Obake

  • You humans are ruining your planet.
  • Posts: 17
Re: Wedge repo -- installation feedback
« Reply #149, on February 3rd, 2014, 02:06 AM »
Quote from Farjo on February 3rd, 2014, 12:14 AM
If by a sub domain you mean wedge.domain.tld then mine is on a sub domain without those issues. Maybe it's the sub domain setup?
I used wedge.domain.net/index.php.  As a last resort I even read the Cpanel 11 docs on sub-domain just to be certain.  :)  I still get the same fail at line 21 of OriginalFiles.php. I think I will start up another service and move Wedge to its own space. 

If you have any ideas let me know. 

Thanks