Search found 785 matches

by AlfredoRamos
Mon Apr 25, 2022 3:24 pm
Forum: [3.3.x] Support Forum
Topic: The submitted form was invalid. Try submitting again.
Replies: 2
Views: 379

Re: The submitted form was invalid. Try submitting again.

Most probably you have incorrect cookies, or enabled secure cookie and you are trying to login through an insecure URL, but since you don't even provide your board URL, I'm just guessing.

https://www.phpbb.com/support/docs/en/3 ... -settings/
by AlfredoRamos
Fri Apr 22, 2022 8:57 am
Forum: [3.3.x] Support Forum
Topic: vps install > Can I use a text browser?.. or ...?
Replies: 11
Views: 785

Re: howto move installed phpbb from desktopArchlinux to FedoraVPS?

The OS is pretty much irrelevant as it's a web app.

I don't know why you are having issues, I've been running couple of boards under Arch for almost 4 years without issues using the CLI script.

What's your stack? LAMP, LEMP LEPP?

Anyway, you can move the installation with rsync or scp.
by AlfredoRamos
Sun Apr 17, 2022 4:29 pm
Forum: phpBB Custom Coding
Topic: Forum Rules With List BBCode (Parsing Issue?)
Replies: 8
Views: 930

Re: Forum Rules With List BBCode (Parsing Issue?)

That's not a BBCode parsing issue.

The issue is having a list inside a paragraph, that is invalid markup.

If you need to contain all kind of markup, you should use a normal <div> tag.
by AlfredoRamos
Fri Apr 15, 2022 4:53 pm
Forum: Extension Writers Discussion
Topic: How many extension developers use GitHub?
Replies: 24
Views: 5532

Re: How many extension developers use GitHub?

I don't have anything I like specifically about GitHub, maybe that it's more popular and the chances to find something you are looking for there are very high, compared to other alternatives that I also use, like GitLab or BitBucket.
by AlfredoRamos
Wed Apr 13, 2022 6:13 pm
Forum: Extension Writers Discussion
Topic: Current node list is empty - functional test failure
Replies: 4
Views: 797

Re: Current node list is empty - functional test failure

I'm unsure how to do so A var_dump() would be enough :D do you know a solution to the second part of my OP? I can't test locally for some reason You need to login as administrator in the tests before declaring the crawler, because you are trying to access ACP pages. $this->login(); $this->admin_log...
by AlfredoRamos
Wed Apr 13, 2022 5:32 am
Forum: Extension Writers Discussion
Topic: Current node list is empty - functional test failure
Replies: 4
Views: 797

Re: Current node list is empty - functional test failure

Since you are comparing strings, try using assertStringContainsString(), because assertContains() expects an iterable parameter.

Otherwise, I would debug what kind of node .mcf_label returns.
by AlfredoRamos
Mon Apr 11, 2022 5:22 pm
Forum: Extension Writers Discussion
Topic: How did you start writing extensions?
Replies: 4
Views: 325

Re: How did you start writing extensions?

I would say that the extension documentation is good enough to get you started. I've looked through the extension documentation but it's so broad to ensure it teaches the absolute basics Well, it has some "advanced lessons" that in my opinion explain pretty good concepts. Are there anymore...
by AlfredoRamos
Mon Apr 11, 2022 5:07 pm
Forum: [3.3.x] Support Forum
Topic: What causes the <t> that displays at the beginning of your first post in search results?
Replies: 5
Views: 522

Re: What causes the <t> that displays at the beginning of your first post in search results?

Thanks but it's been affecting all updates of phpBB for years now. I just posted the thread 'cause I was sick of seeing it and wondering why it's never been fixed. Well, then a report in the appropriate sections (the tracker) might have higher chances for it to be fixed. Developers check the tracke...
by AlfredoRamos
Mon Apr 11, 2022 3:50 am
Forum: [3.3.x] Support Forum
Topic: What causes the <t> that displays at the beginning of your first post in search results?
Replies: 5
Views: 522

Re: What causes the <t> that displays at the beginning of your first post in search results?

It seems to be a bug that only applies to the demo post.

In my test board I can see that bug too.

You might report that bug in the tracker: https://tracker.phpbb.com
by AlfredoRamos
Mon Apr 11, 2022 3:47 am
Forum: Extension Requests
Topic: User reputation
Replies: 1
Views: 316

Re: User reputation

I started a development of a extension for that, however I never heard back from the client so I stopped its development.

If you are interested, send me a PM.

Just note that the extension would not be free.

Image
by AlfredoRamos
Wed Apr 06, 2022 10:41 pm
Forum: Extension Writers Discussion
Topic: Regexp javascript return different values into different OS/browsers (in certain conditions)
Replies: 22
Views: 1811

Re: Regexp javascript return different values into different OS/browsers (in certain conditions)

And, asking myself, what would be the related change, switching to pure javascript this: $( "td.attach-name > span.file-name a:contains('" + fn + "')" ).each(function () { You could do something like (not tested): document.body.querySelectorAll('td.attach-name > span.file-name a...
by AlfredoRamos
Wed Apr 06, 2022 8:06 pm
Forum: phpBB Discussion
Topic: Connection to a Postgresql databse on a remote server failed
Replies: 4
Views: 996

Re: Connection to a Postgresql databse on a remote server failed

Do you know how can I active sslmode on the server where phpBB3.2 is deployed ? It's not possible to set or read the SSL mode from the config.php file, or any other way really. Usually it's very discouraged to modify core files, however since it's currently not possible to add that option other way...
by AlfredoRamos
Tue Apr 05, 2022 5:54 pm
Forum: phpBB Discussion
Topic: Connection to a Postgresql databse on a remote server failed
Replies: 4
Views: 996

Re: Connection to a Postgresql databse on a remote server failed

I'll assume you enabled the TCP/IP access to your PostgreSQL server, so just make sure you added the IP address of the server where you'll run phpBB to enable the remote access to it.

Also double check that the connection info is correct and your firewall allows connection to that port.
by AlfredoRamos
Sun Apr 03, 2022 8:23 pm
Forum: [3.3.x] Support Forum
Topic: Moved to new host, but board still seems to be on old one!
Replies: 12
Views: 858

Re: Moved to new host, but board still seems to be on old one!

It could be that your DNS cache hasn't been cleared, either from your device or (very rarely) from your ISP.

You can check if the DNS propagation has been completed with services like: https://www.whatsmydns.net
by AlfredoRamos
Sun Apr 03, 2022 8:17 pm
Forum: Extension Writers Discussion
Topic: Regexp javascript return different values into different OS/browsers (in certain conditions)
Replies: 22
Views: 1811

Re: Regexp javascript return different values into different OS/browsers (in certain conditions)

If you don't need to add support for older browsers (IE), you can parse the URL with URL() and split the parameters with & . Otherwise, If you only need the id parameter, using a negative lookbehind would be enough to avoid matching any parameter that could match the final word id (sid, uid, fak...

Go to advanced search