Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - MultiformeIngegno
46
Importing into Wedge / Re: Importer tool
« on January 30th, 2014, 03:59 PM »
Quote from MultiformeIngegno on January 30th, 2014, 01:18 AM
Ehm... so imbarassed... I had mistyped smf database............ now the problem is that now it's 10 minutes stuck at copying smileys.

SMF and wedge folders are all 775, chwoned to www-data:www-data (which is in root group).
If can be of any help this is the url I'm at import.php?step=1&substep=9&start=24750

EDIT: I reloaded the page and I got this:

Message: Undefined property: Importer::$xml
Trace: Undefined property: Importer::$xml
Line: 528
File: /var/www/.altro/tests/import.php
:whistle:
47
Importing into Wedge / Re: MyBB Import
« on January 30th, 2014, 12:37 PM »
Redownload the importer from github. It was updated yesterday. Next time read at least the previous page though
48
Importing into Wedge / Re: Importer tool
« on January 30th, 2014, 01:54 AM »
In my imported SMF install I had a board with topic approval on. Now I can see on wedge there's one topic to approve. But when I click the icon I'm brought to an empty moderation center (index.php?action=moderate;area=postmod;sa=topics;brd=27;ef3ee2e=049639d9324450639d45ddcf59d66c0a.
49
Archived fixes / Re: Log throws errors
« on January 30th, 2014, 01:33 AM »
I don't even have that file (ManageServer.php) in my /gz/app folder..
50
Importing into Wedge / Re : mostOnline
« on January 30th, 2014, 01:30 AM »
Quote from Farjo on January 30th, 2014, 01:27 AM
So I'm finally somewhere with decent Wifi and have deleted everything and reinstalled from scratch. The importer works as usual however the most online date is again today - indeed it says most online ever is 2, today :hmm:

Is nobody else getting this???
Nope.. I just semi-imported my smf install (except this problem with smileys), and I have:
Most Online Today: 27. Most Online Ever: 229 (October 14th, 2009, 12:04 PM)
51
Importing into Wedge / Re: Importer tool
« on January 30th, 2014, 01:28 AM »
Eheh, auto-fixing tags failed on my previous post.. let's try again with an image
52
Importing into Wedge / Re: Importer tool
« on January 30th, 2014, 01:25 AM »
Now when I visit the forum, smileys have these invalid urls http://domain.tld/gz/..[url]http://127.0.0.1/wedge/assets/smileys/default/smiley.gif[/url]

the dots are in the url, I just changed the domain.tld part
53
Archived fixes / Re: Log throws errors
« on January 30th, 2014, 01:23 AM »
index.php?action=admin;area=serversettings;sa=proxy;save

implode(): Invalid arguments passed
File: /gz/app/ManageServer.php
Line: 539 and Line: 536
54
Importing into Wedge / Re: Importer tool
« on January 30th, 2014, 01:18 AM »
Ehm... so imbarassed... I had mistyped smf database............ now the problem is that now it's 10 minutes stuck at copying smileys.

SMF and wedge folders are all 775, chwoned to www-data:www-data (which is in root group).
If can be of any help this is the url I'm at import.php?step=1&substep=9&start=24750

EDIT: I reloaded the page and I got this:

Message: Undefined property: Importer::$xml
Trace: Undefined property: Importer::$xml
Line: 528
File: /var/www/.altro/tests/import.php
55
Importing into Wedge / Re: Database permissions
« on January 29th, 2014, 09:25 PM »
So, I have SMF installed in the same VPS of Wedge. They are on 2 different databases run by (respectively) say smfuser and wedgeuser (same mysql server).
Both smfuser and wedgeuser have GRANT ALL privileges on their respective databases (say smfdb and wedgedb).

To be sure Wedge Importer had the right permissions to access the SMF database I run:
Code: [Select]
GRANT ALL PRIVILEGES ON smfdb.* To 'wedgeuser'@'localhost' IDENTIFIED BY 'wedgeuserPASSWORD';

I still get this..:
Quote
Sorry, the database connection information used in the specified installation of Wedge cannot access the installation of %1. This may either mean that the installation doesn't exist, or that the MySQL account used does not have permissions to access it.

The error MySQL gave was: 'SELECT command denied to user 'wedgeuser'@'localhost' for table 'smf_members'
Posted: January 29th, 2014, 09:20 PM

Updated the post to be more clear.. reload page :P
56
The Pub / Re: Wedge repo -- installation feedback
« on January 29th, 2014, 04:23 PM »
@Maxx localhost is just when you have your mysql server running in the same "environment" of your webserver..
57
Archived fixes / Re: accessing profile\forum profile causes 500 error
« on January 29th, 2014, 10:51 AM »
You should give more info.. webserver, php version, environment (local, win, unix)...
58
Importing into Wedge / Re: Importer tool
« on January 29th, 2014, 10:50 AM »
Yeah! Will try it this evening (unfortunately I can't do my tests during the day as I'm in university). :)
59
Archived fixes / Re: Issues with CDN's
« on January 28th, 2014, 06:29 PM »
Will test the other issues tonight! Any news on the mysql deprecated function of the importer?
Downside of being on latest php ... :P
60
Archived fixes / Re : follow_me() bug, shows up from time to time.
« on January 28th, 2014, 01:29 PM »
Mmm I think it happens when I add a reply.. not 100% sure about though though :(